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

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %StripeElixir.Params.InvoiceCreateParams.ShippingDetails{
  address: map() | nil,
  name: String.t() | nil,
  phone: map() | nil
}
  • address - Shipping address
  • name - Recipient name. Max length: 5000.
  • phone - Recipient phone (including extension)