Package com.stripe.param.v2.core
Class AccountUpdateParams.Configuration.Customer.AutomaticIndirectTax
java.lang.Object
com.stripe.param.v2.core.AccountUpdateParams.Configuration.Customer.AutomaticIndirectTax
- Enclosing class:
- AccountUpdateParams.Configuration.Customer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumstatic enumstatic enum -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe customer account's tax exemption status:none,exempt, orreverse.Map of extra parameters for custom features not available in this client library.A recent IP address of the customer used for tax reporting and tax location inference.Data source used to identify the customer account's tax location.A per-request flag that indicates when Stripe should validate the customer tax location - defaults toauto.inthashCode()
-
Method Details
-
builder
-
getExempt
The customer account's tax exemption status:none,exempt, orreverse. Whenreverse, invoice and receipt PDFs include "Reverse charge". -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getIpAddress
A recent IP address of the customer used for tax reporting and tax location inference. -
getLocationSource
public AccountUpdateParams.Configuration.Customer.AutomaticIndirectTax.LocationSource getLocationSource()Data source used to identify the customer account's tax location. Defaults toidentity_address. Used for automatic indirect tax calculation. -
getValidateLocation
public AccountUpdateParams.Configuration.Customer.AutomaticIndirectTax.ValidateLocation getValidateLocation()A per-request flag that indicates when Stripe should validate the customer tax location - defaults toauto. -
equals
-
canEqual
-
hashCode
public int hashCode()
-