Stripe.Resources.Balance.InstantAvailable.NetAvailable (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Balance.InstantAvailable.NetAvailable{
  amount: integer() | nil,
  destination: String.t() | nil,
  source_types:
    Stripe.Resources.Balance.InstantAvailable.NetAvailable.SourceTypes.t() | nil
}
  • amount - Net balance amount, subtracting fees from platform-set pricing.
  • destination - ID of the external account for this net balance (not expandable). Max length: 5000.
  • source_types