alias Stripe::TreasuryFinancialAccountPlatformRestrictions
Overview
The set of functionalities that the platform can restrict on the FinancialAccount.
Alias Definition
Stripe::TreasuryFinancialAccountsResourcePlatformRestrictions
Defined in:
stripe/models/treasury_financial_account_platform_restrictions.crConstant Summary
-
ERROR_MESSAGE_FOR_INBOUND_FLOWS =
"invalid value for \"inbound_flows\", must be one of [restricted, unrestricted]."
-
ERROR_MESSAGE_FOR_OUTBOUND_FLOWS =
"invalid value for \"outbound_flows\", must be one of [restricted, unrestricted]."
-
VALID_VALUES_FOR_INBOUND_FLOWS =
String.static_array("restricted", "unrestricted")
-
VALID_VALUES_FOR_OUTBOUND_FLOWS =
String.static_array("restricted", "unrestricted")