alias Stripe::InvoicesPaymentMethodOptionsUsBankAccount
Overview
If paying by us_bank_account
, this sub-hash contains details about the ACH direct debit payment method options to pass to the invoice’s PaymentIntent.
Alias Definition
Stripe::InvoicePaymentMethodOptionsUsBankAccount
Defined in:
stripe/models/invoices_payment_method_options_us_bank_account.crConstant Summary
-
ERROR_MESSAGE_FOR_VERIFICATION_METHOD =
"invalid value for \"verification_method\", must be one of [automatic, instant, microdeposits]."
-
VALID_VALUES_FOR_VERIFICATION_METHOD =
String.static_array("automatic", "instant", "microdeposits")