alias Stripe::PaymentMethodUsBankAccountNetworks
Overview
Contains information about US bank account networks that can be used.
Alias Definition
Stripe::UsBankAccountNetworks
Defined in:
stripe/models/payment_method_us_bank_account_networks.crConstant Summary
-
ERROR_MESSAGE_FOR_SUPPORTED =
"invalid value for \"supported\", must be one of [ach, us_domestic_wire]."
-
MAX_LENGTH_FOR_PREFERRED =
5000
-
VALID_VALUES_FOR_SUPPORTED =
String.static_array("ach", "us_domestic_wire")