Transaction Class |
Namespace: NetQuarry.Services.Payment
The Transaction type exposes the following members.
| Name | Description | |
|---|---|---|
| Transaction | Initializes a new instance of the Transaction class |
| Name | Description | |
|---|---|---|
| amount |
The transaction gross amount.
| |
| authorization_code |
The processor authorization code.
| |
| authorize_only |
True if this should only be pre-authorized (e.g. NOT submitted for settlement)
| |
| created_at |
The record creation date/time (UTC).
| |
| payment_id |
The ID of the payment as stored in the payment table.
| |
| payment_method_id |
The ID of the payment method used as stored in the payment_method table.
| |
| payment_token |
The Braintree payment token.
| |
| refund_date |
The date/time of the refund, if any.
| |
| refund_id |
The ID of the refund, if any.
| |
| refund_status |
The status of a refund, if any.
| |
| refund_transaction_id |
The transaction ID of the refund, if any.
| |
| request_id |
The ID of the request (for pre-authorization).
| |
| status_id |
The status ID.
| |
| task_id |
The ID of the related task.
| |
| transaction_id |
The transaction ID.
| |
| transaction_status |
The transaction status.
| |
| transaction_type |
The transaction type.
| |
| updated_date |
The record last update date/time (UTC).
|
| Name | Description | |
|---|---|---|
| Clone |
Creates a copy of this object.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |