RefundTransaction Class |
Namespace: Atomia.Billing.Core.Sdk.BusinessObjects
The RefundTransaction type exposes the following members.
Name | Description | |
---|---|---|
RefundTransaction |
Initializes a new instance of the RefundTransaction class.
| |
RefundTransaction(RefundTransactionData) |
Initializes a new instance of the RefundTransaction class.
|
Name | Description | |
---|---|---|
Amount |
Gets or sets the amount of transaction.
| |
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.
| |
Id |
Gets the id.
| |
LastChangeTime |
Gets or sets the last change time.
| |
OriginalPaymentTransaction |
Gets or sets the original payment.
| |
PluginName |
Gets or sets the name of the plugin which begun and performed this transaction.
| |
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
|
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.
|