Package com.stripe.param
Class CustomerCreateParams.Tax
java.lang.Object
com.stripe.param.CustomerCreateParams.Tax
- Enclosing class:
- CustomerCreateParams
State, county, province, or region.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static enum
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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.A flag that indicates when Stripe should validate the customer tax location.
-
Method Details
-
builder
-
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. Stripe recommends updating the IP address when a new PaymentMethod is attached or the address field on the customer is updated. We recommend against updating this field more frequently since it could result in unexpected tax location/reporting outcomes. -
getValidateLocation
A flag that indicates when Stripe should validate the customer tax location. Defaults todeferred
.
-