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 class
static enum
static enum
static enum
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Describes the customer's tax exemption status, which isnone
,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.The data source used to identify the customer's tax location - defaults to 'identity_address'.A per-request flag that indicates when Stripe should validate the customer tax location - defaults to 'auto'.int
hashCode()
-
Method Details
-
builder
-
getExempt
Describes the customer's tax exemption status, which isnone
,exempt
, orreverse
. When set to reverse, invoice and receipt PDFs include the following text: “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@SerializedName
value. 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()The data source used to identify the customer's tax location - defaults to 'identity_address'. Will only be used for automatic tax calculation on the customer's Invoices and Subscriptions. -
getValidateLocation
public AccountUpdateParams.Configuration.Customer.AutomaticIndirectTax.ValidateLocation getValidateLocation()A per-request flag that indicates when Stripe should validate the customer tax location - defaults to 'auto'. -
equals
-
canEqual
-
hashCode
public int hashCode()
-