Package com.stripe.model.tax
Class Calculation.CustomerDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.tax.Calculation.CustomerDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Calculation
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The customer's postal address (for example, home or business location).The type of customer address provided.The customer's IP address (IPv4 or IPv6).The taxability override used for taxation.The customer's tax IDs (for example, EU VAT numbers).int
hashCode()
void
The customer's postal address (for example, home or business location).void
setAddressSource
(String addressSource) The type of customer address provided.void
setIpAddress
(String ipAddress) The customer's IP address (IPv4 or IPv6).void
setTaxabilityOverride
(String taxabilityOverride) The taxability override used for taxation.void
The customer's tax IDs (for example, EU VAT numbers).Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CustomerDetails
public CustomerDetails()
-
-
Method Details
-
getAddress
The customer's postal address (for example, home or business location). -
getAddressSource
The type of customer address provided.One of
billing
, orshipping
. -
getIpAddress
The customer's IP address (IPv4 or IPv6). -
getTaxIds
The customer's tax IDs (for example, EU VAT numbers). -
getTaxabilityOverride
The taxability override used for taxation.One of
customer_exempt
,none
, orreverse_charge
. -
setAddress
The customer's postal address (for example, home or business location). -
setAddressSource
The type of customer address provided.One of
billing
, orshipping
. -
setIpAddress
The customer's IP address (IPv4 or IPv6). -
setTaxIds
The customer's tax IDs (for example, EU VAT numbers). -
setTaxabilityOverride
The taxability override used for taxation.One of
customer_exempt
,none
, orreverse_charge
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-