PaymentTransaction Class |
Namespace: Atomia.Billing.Core.Sdk.BusinessObjects
The PaymentTransaction type exposes the following members.
| Name | Description | |
|---|---|---|
| PaymentTransaction |
Initializes a new instance of the PaymentTransaction class.
| |
| PaymentTransaction(PaymentTransactionData) |
Initializes a new instance of the PaymentTransaction class.
|
| Name | Description | |
|---|---|---|
| Amount |
Gets or sets the amount of transaction. Negative if it is charge back.
| |
| Attributes |
Gets or sets the attributes.
| |
| CreationTime |
Gets or sets the creation time.
| |
| CurrencyCode |
Gets or sets the currency code.
| |
| DataObject |
Gets the data object.
| |
| GuiPluginName |
Gets or sets the name of the GUI plugin.
| |
| Id |
Gets the id.
| |
| InitialTransactionId |
Gets or sets the initial transaction identifier.
| |
| LastChangeTime |
Gets or sets the last change time.
| |
| PaymentMethod |
Gets or sets the payment method.
| |
| PaymentProfile |
Gets or sets the payment profile by which this transaction is performed.
| |
| PluginName |
Gets or sets the name of the plugin which begun and performed this transaction.
| |
| RedirectUrl |
Gets or sets the redirect URL, if payment gateway requires redirection.
| |
| ReturnUrl |
Gets or sets the return URL.
| |
| Status |
Gets or sets the status of transaction (can be understood by the plugins, but there are some common statuses in the constants).
| |
| StatusCode |
Gets or sets the status code of the transaction, given by external provider (for example, code returned by the cc payment gateway).
| |
| StatusCodeDescription |
Gets or sets the status code description.
| |
| TransactionId |
Gets or sets the unique transaction id, which actually corresponds to the order id.
| |
| TransactionReference |
Gets or sets the transaction id reference.
| |
| TransactionReferenceType |
Gets or sets the type of the transaction reference.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (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 | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateDataObject |
Updates the data object.
|
| Name | Description | |
|---|---|---|
| Failed |
Transaction has failed. If there are some error codes, those should be stored in StatusCode
| |
| InProgress |
Transaction is in progress.
| |
| Ok |
Transaction is completed ok.
|