alias Stripe::InvoicesPaymentMethodOptionsBancontact

Overview

If paying by bancontact, this sub-hash contains details about the Bancontact payment method options to pass to the invoice’s PaymentIntent.

Alias Definition

Stripe::InvoicePaymentMethodOptionsBancontact

Defined in:

stripe/models/invoices_payment_method_options_bancontact.cr

Constant Summary

ERROR_MESSAGE_FOR_PREFERRED_LANGUAGE = "invalid value for \"preferred_language\", must be one of [de, en, fr, nl]."
VALID_VALUES_FOR_PREFERRED_LANGUAGE = String.static_array("de", "en", "fr", "nl")