StripeElixir.Params.InvoiceCreateParams.Issuer (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %StripeElixir.Params.InvoiceCreateParams.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.