Click or drag to resize

PaymentTransaction Properties

The PaymentTransaction type exposes the following members.

Properties
  NameDescription
Public propertyAmount
Gets or sets the amount of transaction. Negative if it is charge back.
Public propertyAttributes
Gets or sets the attributes.
Public propertyCreationTime
Gets or sets the creation time.
Public propertyCurrencyCode
Gets or sets the currency code.
Public propertyDataObject
Gets the data object.
Public propertyGuiPluginName
Gets or sets the name of the GUI plugin.
Public propertyId
Gets the id.
Public propertyInitialTransactionId
Gets or sets the initial transaction identifier.
Public propertyLastChangeTime
Gets or sets the last change time.
Public propertyPaymentMethod
Gets or sets the payment method.
Public propertyPaymentProfile
Gets or sets the payment profile by which this transaction is performed.
Public propertyPluginName
Gets or sets the name of the plugin which begun and performed this transaction.
Public propertyRedirectUrl
Gets or sets the redirect URL, if payment gateway requires redirection.
Public propertyReturnUrl
Gets or sets the return URL.
Public propertyStatus
Gets or sets the status of transaction (can be understood by the plugins, but there are some common statuses in the constants).
Public propertyStatusCode
Gets or sets the status code of the transaction, given by external provider (for example, code returned by the cc payment gateway).
Public propertyStatusCodeDescription
Gets or sets the status code description.
Public propertyTransactionId
Gets or sets the unique transaction id, which actually corresponds to the order id.
Public propertyTransactionReference
Gets or sets the transaction id reference.
Public propertyTransactionReferenceType
Gets or sets the type of the transaction reference.
Top
See Also