TreasuryFinancialAccountsResourceAbaToggleSettings
Toggle settings for enabling/disabling the ABA address feature
Summary
Types
@type t() :: %Stripe.Resources.AbaToggleSettings{ requested: term(), status: term(), status_details: term() }
requested- Whether the FinancialAccount should have the Feature.status- Whether the Feature is operational. Possible values:active,pending,restricted.status_details- Additional details; includes at least one entry when the status is notactive. Expandable.