Stripe.Resources.Subscription.AutomaticTax.Liability
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.Subscription.AutomaticTax.Liability{ account: String.t() | Stripe.Resources.Account.t() | nil, type: String.t() | nil }
account- The connected account being referenced whentypeisaccount.type- Type of the account referenced. Possible values:account,self.