Stripe.Params.SubscriptionScheduleUpdateParams.DefaultSettings.InvoiceSettings.Issuer
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.SubscriptionScheduleUpdateParams.DefaultSettings.InvoiceSettings.Issuer{ 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.