TransactionSummaryPaymentType

public enum TransactionSummaryPaymentType : String

Allowed types of transactions

  • A payment by a customer to a merchant

    Declaration

    Swift

    case PAYMENT
  • A payment by a merchant to a customer undoing a previously made customer payment

    Declaration

    Swift

    case REFUND