InvoicePaymentMethod
No description
enum InvoicePaymentMethod {
UNDEFINED
IDEAL
DIRECT_DEBIT
}
Values
InvoicePaymentMethod.UNDEFINED
The payment method is unknown or unspecified. This is a valid state.
InvoicePaymentMethod.IDEAL
Payment is done through an Ideal link.
InvoicePaymentMethod.DIRECT_DEBIT
Payment is done through direct debit.
Member Of
Invoice object