TransactionType

public enum TransactionType : Sendable

The transaction types.

Since

7.0.0
  • Refund transaction.

    Declaration

    Swift

    case refund
  • Purchase transaction.

    Declaration

    Swift

    case purchase
  • ATM withdrawal.

    Declaration

    Swift

    case atmWithdrawal
  • ATM other services, e.g. deposit and transfer for Mastercard, balance enquiry for Visa.

    Declaration

    Swift

    case atmOtherService
  • Other type, sent by scheme.

    Declaration

    Swift

    case other