MandateType

The mandate_type is required if given brand as SEPA_ELV under DirectDebit. It is used for the wire transfer or direct debit transaction whose routing_number could not be provided or not supported. Allows values: - ONE_OFF - RECURRING Values: ONE_OFF,RECURRING

Entries

Link copied to clipboard
Link copied to clipboard

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
private final String value

Functions

Link copied to clipboard

The mandate_type is required if given brand as SEPA_ELV under DirectDebit. It is used for the wire transfer or direct debit transaction whose routing_number could not be provided or not supported. Allows values: - ONE_OFF - RECURRING Values: ONE_OFF,RECURRING

Link copied to clipboard
public final String getValue()
Link copied to clipboard
public final DirectDebit.MandateType valueOf(String value)

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.