Package com.stripe.model.v2.core
Class Account.Configuration.Customer.AutomaticIndirectTax
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Configuration.Customer.AutomaticIndirectTax
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Configuration.Customer
Settings for automatic indirect tax calculation on the customer's invoices, subscriptions,
Checkout Sessions, and Payment Links. Available when automatic tax calculation is available
for the customer account's location.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe customer account's identified tax location, derived fromlocation_source. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe customer account's tax exemption status:none,exempt, orreverse.A recent IP address of the customer used for tax reporting and tax location inference.The customer account's identified tax location, derived fromlocation_source.Data source used to identify the customer account's tax location.inthashCode()voidThe customer account's tax exemption status:none,exempt, orreverse.voidsetIpAddress(String ipAddress) A recent IP address of the customer used for tax reporting and tax location inference.voidThe customer account's identified tax location, derived fromlocation_source.voidsetLocationSource(String locationSource) Data source used to identify the customer account's tax location.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AutomaticIndirectTax
public AutomaticIndirectTax()
-
-
Method Details
-
getExempt
The customer account's tax exemption status:none,exempt, orreverse. Whenreverse, invoice and receipt PDFs include "Reverse charge".One of
exempt,none, orreverse. -
getIpAddress
A recent IP address of the customer used for tax reporting and tax location inference. -
getLocation
The customer account's identified tax location, derived fromlocation_source. Only rendered if theautomatic_indirect_taxfeature is requested andactive. -
getLocationSource
Data source used to identify the customer account's tax location. Defaults toidentity_address. Used for automatic indirect tax calculation.One of
identity_address,ip_address,payment_method, orshipping_address. -
setExempt
The customer account's tax exemption status:none,exempt, orreverse. Whenreverse, invoice and receipt PDFs include "Reverse charge".One of
exempt,none, orreverse. -
setIpAddress
A recent IP address of the customer used for tax reporting and tax location inference. -
setLocation
The customer account's identified tax location, derived fromlocation_source. Only rendered if theautomatic_indirect_taxfeature is requested andactive. -
setLocationSource
Data source used to identify the customer account's tax location. Defaults toidentity_address. Used for automatic indirect tax calculation.One of
identity_address,ip_address,payment_method, orshipping_address. -
equals
-
canEqual
-
hashCode
public int hashCode()
-