Package com.stripe.model
Class Customer.Tax
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.Customer.Tax
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Customer
public static class Customer.Tax extends StripeObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomer.Tax.Location
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description Tax()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetAutomaticTax()java.lang.StringgetIpAddress()Customer.Tax.LocationgetLocation()inthashCode()voidsetAutomaticTax(java.lang.String automaticTax)voidsetIpAddress(java.lang.String ipAddress)voidsetLocation(Customer.Tax.Location location)-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getAutomaticTax
public java.lang.String getAutomaticTax()
-
getIpAddress
public java.lang.String getIpAddress()
-
getLocation
public Customer.Tax.Location getLocation()
-
setAutomaticTax
public void setAutomaticTax(java.lang.String automaticTax)
-
setIpAddress
public void setIpAddress(java.lang.String ipAddress)
-
setLocation
public void setLocation(Customer.Tax.Location location)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-