PaymentTransaction Properties |
The PaymentTransaction type exposes the following members.
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.
|