Package com.stripe.param.v2.core
Class AccountCreateParams.Configuration.Customer.AutomaticIndirectTax
java.lang.Object
com.stripe.param.v2.core.AccountCreateParams.Configuration.Customer.AutomaticIndirectTax
- Enclosing class:
- AccountCreateParams.Configuration.Customer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
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 by Stripe Tax to identify the customer's location - defaults to 'identity_address'.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 AccountCreateParams.Configuration.Customer.AutomaticIndirectTax.LocationSource getLocationSource()The data source used by Stripe Tax to identify the customer's location - defaults to 'identity_address'. Will only be used for automatic tax calculation on the customer's Invoices and Subscriptions. -
equals
-
canEqual
-
hashCode
public int hashCode()
-