Stripe.Resources.V2.Core.Account.Configuration.Customer.AutomaticIndirectTax
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.V2.Core.Account.Configuration.Customer.AutomaticIndirectTax{ exempt: String.t() | nil, ip_address: String.t() | nil, location: Stripe.Resources.V2.Core.Account.Configuration.Customer.AutomaticIndirectTax.Location.t() | nil, location_source: String.t() | nil }
exempt- The customer account's tax exemption status:none,exempt, orreverse. Whenreverse, invoice and receipt PDFs include "Reverse charge". Possible values:exempt,none,reverse.ip_address- A recent IP address of the customer used for tax reporting and tax location inference.location- The customer account's identified tax location, derived fromlocation_source. Only rendered if theautomatic_indirect_taxfeature is requested andactive.location_source- Data source used to identify the customer account's tax location. Defaults toidentity_address. Used for automatic indirect tax calculation. Possible values:identity_address,ip_address,payment_method,shipping_address.