Skip to main content

PaymentProduct

Payment product

enum PaymentProduct {
InternalCreditTransfer @deprecated
SEPACreditTransfer
SEPADirectDebit
Card
Fees
InternalDirectDebit
Check
InternationalCreditTransfer
InPersonCard
OnlineCard
}

Values

PaymentProduct.InternalCreditTransfer deprecated

DEPRECATED

not a feature

When the payment is an Internal Credit Transfer operation

PaymentProduct.SEPACreditTransfer

When the payment is a Sepa Credit Transfer operation

PaymentProduct.SEPADirectDebit

When the payment is a Sepa Direct Debit operation

PaymentProduct.Card

When the payment is a Card operation

PaymentProduct.Fees

When the payment is a Fees operation

PaymentProduct.InternalDirectDebit

When the payment is an Internal Direct Debit operation

PaymentProduct.Check

When the payment is a Check operation

PaymentProduct.InternationalCreditTransfer

When the payment is an International Credit Transfer operation

PaymentProduct.InPersonCard

When the payment is an In Person Card operation

PaymentProduct.OnlineCard

When the payment is an Online Card operation

Member Of

CardTransaction object ● CheckTransaction object ● ExportTransactionDataFilters input ● FeeTransaction object ● InPersonCardTransaction object ● InternalCreditTransfer object ● InternalDirectDebitTransaction object ● InternationalCreditTransferTransaction object ● OnlineCardTransaction object ● SEPACreditTransferTransaction object ● SEPADirectDebitTransaction object ● Transaction interface ● TransactionsFiltersInput input