BankTransactionDetails Class |
Namespace: Resto.Front.Api.Data.Payments
[SerializableAttribute] public class BankTransactionDetails
The BankTransactionDetails type exposes the following members.
| Name | Description | |
|---|---|---|
| BankTransactionDetails | Main constructor |
| Name | Description | |
|---|---|---|
| AcquirerId | Acquirer identifier or an analogous identifier of the acquiring side. | |
| Amount | Transaction amount in currency CurrencyCode. | |
| AuthCode | Authorization code of the transaction. Usually applicable to card acquiring scenarios only. | |
| CurrencyCode | Transaction currency in ISO 4217 format. | |
| Extensions | Additional provider-specific attributes that are not included in the common core of the model. | |
| InitiatedAt | Date and time when the payment operation was initiated, according to the payment provider. For card acquiring use local terminal time (DateTime.Now, DateTimeKind.Local). For SBP and MultiQR use UTC (DateTime.UtcNow, DateTimeKind.Utc). | |
| MerchantId | Merchant identifier, usually MID or an analogous merchant-level identifier. | |
| OperationKind | Operation kind. Allowed values are described in BankTransactionDetailsValues.OperationKind. | |
| PaymentChannel | Payment channel. Allowed values are described in BankTransactionDetailsValues.PaymentChannel. | |
| PaymentInitiationMethod | Payment initiation method. Allowed values are described in BankTransactionDetailsValues.PaymentInitiationMethod. | |
| PaymentMethod | Payment method at the top classification level. Allowed values are described in BankTransactionDetailsValues.PaymentMethod. | |
| PaymentSystem | Payment system, scheme or rail. Allowed values are described in BankTransactionDetailsValues.PaymentSystem. | |
| ProviderTransactionId | Transaction identifier assigned by the external provider, terminal, gateway or processing system. | |
| Rrn | Retrieval Reference Number of a card transaction. Usually applicable to card acquiring scenarios only. | |
| TerminalId | Terminal identifier, usually TID. |
| 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.) |