StripeElixir.Params.Treasury.FinancialAccountCreateParams.PlatformRestrictions (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() ::
  %StripeElixir.Params.Treasury.FinancialAccountCreateParams.PlatformRestrictions{
    inbound_flows: String.t() | nil,
    outbound_flows: String.t() | nil
  }
  • inbound_flows - Restricts all inbound money movement. Possible values: restricted, unrestricted.
  • outbound_flows - Restricts all outbound money movement. Possible values: restricted, unrestricted.