StripeElixir.Resources.ToggleSettings (stripe_elixir v0.1.0)

Copy Markdown View Source

TreasuryFinancialAccountsResourceToggleSettings

Toggle settings for enabling/disabling a feature

Summary

Types

t()

@type t() :: %StripeElixir.Resources.ToggleSettings{
  requested: boolean(),
  status: String.t(),
  status_details: [String.t() | map()]
}
  • 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()