Stripe.Resources.Quote.AutomaticTax.Liability (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Quote.AutomaticTax.Liability{
  account: String.t() | Stripe.Resources.Account.t() | nil,
  type: String.t() | nil
}
  • account - The connected account being referenced when type is account.
  • type - Type of the account referenced. Possible values: account, self.