Click or drag to resize

BankTransactionDetails Class

Bank transaction details provided by a payment plugin.
Inheritance Hierarchy
SystemObject
  Resto.Front.Api.Data.PaymentsBankTransactionDetails

Namespace: Resto.Front.Api.Data.Payments
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
[SerializableAttribute]
public class BankTransactionDetails

The BankTransactionDetails type exposes the following members.

Constructors
 NameDescription
Public methodBankTransactionDetailsMain constructor
Top
Properties
 NameDescription
Public propertyAcquirerIdAcquirer identifier or an analogous identifier of the acquiring side.
Public propertyAmountTransaction amount in currency CurrencyCode.
Public propertyAuthCodeAuthorization code of the transaction. Usually applicable to card acquiring scenarios only.
Public propertyCurrencyCodeTransaction currency in ISO 4217 format.
Public propertyExtensionsAdditional provider-specific attributes that are not included in the common core of the model.
Public propertyInitiatedAtDate 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).
Public propertyMerchantIdMerchant identifier, usually MID or an analogous merchant-level identifier.
Public propertyOperationKindOperation kind. Allowed values are described in BankTransactionDetailsValues.OperationKind.
Public propertyPaymentChannelPayment channel. Allowed values are described in BankTransactionDetailsValues.PaymentChannel.
Public propertyPaymentInitiationMethodPayment initiation method. Allowed values are described in BankTransactionDetailsValues.PaymentInitiationMethod.
Public propertyPaymentMethodPayment method at the top classification level. Allowed values are described in BankTransactionDetailsValues.PaymentMethod.
Public propertyPaymentSystemPayment system, scheme or rail. Allowed values are described in BankTransactionDetailsValues.PaymentSystem.
Public propertyProviderTransactionIdTransaction identifier assigned by the external provider, terminal, gateway or processing system.
Public propertyRrnRetrieval Reference Number of a card transaction. Usually applicable to card acquiring scenarios only.
Public propertyTerminalIdTerminal identifier, usually TID.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also