Click or drag to resize

BankTransactionDetailsValuesOperationKind Class

Banking operation kind. Used in OperationKind.
Inheritance Hierarchy
SystemObject
  Resto.Front.Api.Data.PaymentsBankTransactionDetailsValuesOperationKind

Namespace:  Resto.Front.Api.Data.Payments
Assembly:  Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public static class OperationKind

The BankTransactionDetailsValuesOperationKind type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberPayment
Original payment.
Public fieldStatic memberRefund
Refund of a successful original payment.
Public fieldStatic memberReversal
Authorization reversal of a previously approved authorization.
Public fieldStatic memberUnknown
The operation kind is not determined.
Public fieldStatic memberVoid
Void or cancellation of an original payment before the acquirer batch is closed, or cancellation of an operation in a scheme that has no batch concept.
Top
See Also