Stripe.Resources.OutboundAchToggleSettings (tiger_stripe v0.1.10)

Copy Markdown View Source

TreasuryFinancialAccountsResourceOutboundAchToggleSettings

Toggle settings for enabling/disabling an outbound ACH specific feature

Summary

Types

t()

@type t() :: %Stripe.Resources.OutboundAchToggleSettings{
  requested: boolean(),
  status: String.t(),
  status_details: [Stripe.Resources.StatusDetails.t()]
}
  • 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 not active. Expandable.

Functions

expandable_fields()

object_name()