Stripe.Params.SubscriptionScheduleCreateParams.DefaultSettings.AutomaticTax.Liability
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.SubscriptionScheduleCreateParams.DefaultSettings.AutomaticTax.Liability{ account: String.t() | nil, type: String.t() | nil }
account- The connected account being referenced whentypeisaccount.type- Type of the account referenced in the request. Possible values:account,self.