Stripe.Params.SubscriptionScheduleCreateParams.Phases.InvoiceSettings.Issuer (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() ::
  %Stripe.Params.SubscriptionScheduleCreateParams.Phases.InvoiceSettings.Issuer{
    account: String.t() | nil,
    type: String.t() | nil
  }
  • account - The connected account being referenced when type is account.
  • type - Type of the account referenced in the request. Possible values: account, self.