Skip to main content

PaymentMethod

The PaymentMethod type represents the payment method used for a contract. This is used to specify how the user pays for the energy used.

enum PaymentMethod {
UNKNOWN
IDEAL
SEPA_DIRECT_DEBIT
}

Values

PaymentMethod.UNKNOWN

UNKNOWN is when the payment method is unknown.

PaymentMethod.IDEAL

Ideal is a payment method where the user pays using the iDeal payment system.

PaymentMethod.SEPA_DIRECT_DEBIT

SEPA_DIRECT_DEBIT is a payment method where the user pays using the SEPA Direct Debit system. Also known as automatische incasso.

Member Of

Contract object ● NewPaymentMethod object ● UpdateMyPaymentMethodInput input