ReceiptTransactionFundsSourceType

public enum ReceiptTransactionFundsSourceType : String, Codable, Sendable, CaseIterable

Funds source types.

  • Bank pm funds source type.

    Declaration

    Swift

    case bankPM = "BANK_PM"
  • Card pm funds source type.

    Declaration

    Swift

    case cardPM = "CARD_PM"
  • Cash funds source type.

    Declaration

    Swift

    case cash = "CASH"
  • Wallet funds source type.

    Declaration

    Swift

    case wallet = "WALLET"