Stripe.Resources.PlatformRestriction (tiger_stripe v0.1.10)

Copy Markdown View Source

TreasuryFinancialAccountsResourcePlatformRestrictions

Restrictions that a Connect Platform has placed on this FinancialAccount.

Summary

Types

t()

@type t() :: %Stripe.Resources.PlatformRestriction{
  inbound_flows: String.t(),
  outbound_flows: String.t()
}
  • inbound_flows - Restricts all inbound money movement. Possible values: restricted, unrestricted. Nullable.
  • outbound_flows - Restricts all outbound money movement. Possible values: restricted, unrestricted. Nullable.

Functions

object_name()