PaymentProduct

Payment product used when initiating a transfer.

Entries

Link copied to clipboard
@SerialName(value = "SepaCreditTransfer")
SEPA_CREDIT_TRANSFER

SEPA Credit Transfer (SCT) in EUR.

Link copied to clipboard
@SerialName(value = "SepaInstantCreditTransfer")
SEPA_INSTANT_CREDIT_TRANSFER

SEPA Instant Credit Transfer (SCT Inst) in EUR.

Link copied to clipboard
@SerialName(value = "DefaultSepaCreditTransfer")
DEFAULT_SEPA_CREDIT_TRANSFER

Default SEPA Credit Transfer in EUR. Tries SCT Inst with a fallback to SCT if this is supported. Otherwise, SCT is used.

Link copied to clipboard
@SerialName(value = "CrossBorderCreditTransfer")
CROSS_BORDER_CREDIT_TRANSFER

International credit transfer outside of SEPA (typically SWIFT).

Link copied to clipboard
@SerialName(value = "DomesticCreditTransfer")
DOMESTIC_CREDIT_TRANSFER

Domestic credit transfer in the domestic, non-EUR currency.

Link copied to clipboard
@SerialName(value = "DomesticInstantCreditTransfer")
DOMESTIC_INSTANT_CREDIT_TRANSFER

Instant domestic credit transfer in the domestic, non-EUR currency.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.