Stripe.Params.InvoiceCreatePreviewParams.CustomerDetails
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.InvoiceCreatePreviewParams.CustomerDetails{ address: map() | nil, shipping: map() | nil, tax: Stripe.Params.InvoiceCreatePreviewParams.CustomerDetails.Tax.t() | nil, tax_exempt: String.t() | nil, tax_ids: [Stripe.Params.InvoiceCreatePreviewParams.CustomerDetails.TaxIds.t()] | 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 ofnone,exempt, orreverse. Possible values:exempt,none,reverse.tax_ids- The customer's tax IDs.