CollectPaymentField

Debtor-side fields that the collect-payment service can include in its result. Pass these as the fields argument to RoutexTicketIssuer.collectPayment; omitting the parameter (or passing null) returns no debtor data.

Entries

Link copied to clipboard
@SerialName(value = "debtorIban")
DebtorIban

Plain-text IBAN of the debtor account.

Link copied to clipboard
@SerialName(value = "debtorName")
DebtorName

Account-owner name on the debtor account.

Link copied to clipboard
@SerialName(value = "encryptedDebtorIban")
EncryptedDebtorIban

Encrypted IBAN of the debtor account, suitable for an opaque handoff back to the caller's backend. See Opaque Data.

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.