alias Stripe::InvoicesPaymentMethodOptionsCustomerBalance
Overview
If paying by customer_balance
, this sub-hash contains details about the Bank transfer payment method options to pass to the invoice’s PaymentIntent.
Alias Definition
Stripe::InvoicePaymentMethodOptionsCustomerBalance
Defined in:
stripe/models/invoices_payment_method_options_customer_balance.crConstant Summary
-
ERROR_MESSAGE_FOR_FUNDING_TYPE =
"invalid value for \"funding_type\", must be one of [bank_transfer]."
-
VALID_VALUES_FOR_FUNDING_TYPE =
String.static_array("bank_transfer")