Package com.stripe.model.tax
Class Transaction.CustomerDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.tax.Transaction.CustomerDetails
- All Implemented Interfaces:
- StripeObjectInterface
- Enclosing class:
- Transaction
For more details about CustomerDetails, please refer to the API Reference.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classFor more details about Address, please refer to the API Reference.static classFor more details about TaxId, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanThe 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).inthashCode()voidThe customer's postal address (for example, home or business location).voidsetAddressSource(String addressSource) The type of customer address provided.voidsetIpAddress(String ipAddress) The customer's IP address (IPv4 or IPv6).voidsetTaxabilityOverride(String taxabilityOverride) The taxability override used for taxation.voidThe customer's tax IDs (for example, EU VAT numbers).Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
CustomerDetailspublic CustomerDetails()
 
- 
- 
Method Details- 
getAddressThe customer's postal address (for example, home or business location).
- 
getAddressSourceThe type of customer address provided.One of billing, orshipping.
- 
getIpAddressThe customer's IP address (IPv4 or IPv6).
- 
getTaxIdsThe customer's tax IDs (for example, EU VAT numbers).
- 
getTaxabilityOverrideThe taxability override used for taxation.One of customer_exempt,none, orreverse_charge.
- 
setAddressThe customer's postal address (for example, home or business location).
- 
setAddressSourceThe type of customer address provided.One of billing, orshipping.
- 
setIpAddressThe customer's IP address (IPv4 or IPv6).
- 
setTaxIdsThe customer's tax IDs (for example, EU VAT numbers).
- 
setTaxabilityOverrideThe taxability override used for taxation.One of customer_exempt,none, orreverse_charge.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-