StripeElixir.Params.InvoiceCreatePreviewParams.CustomerDetails (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %StripeElixir.Params.InvoiceCreatePreviewParams.CustomerDetails{
  address: map() | nil,
  shipping: map() | nil,
  tax: map() | nil,
  tax_exempt: String.t() | nil,
  tax_ids: [map()] | nil
}
  • address - The customer's address. Learn about country-specific requirements for calculating tax.
  • shipping - The customer's shipping information. Appears on invoices emailed to this customer.
  • tax - Tax details about the customer.
  • tax_exempt - The customer's tax exemption. One of none, exempt, or reverse. Possible values: exempt, none, reverse.
  • tax_ids - The customer's tax IDs.