public static class Customer.TaxInfo extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
TaxInfo() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getTaxId()
The customer's tax ID number.
|
java.lang.String |
getType()
The type of ID number.
|
int |
hashCode() |
void |
setTaxId(java.lang.String taxId)
The customer's tax ID number.
|
void |
setType(java.lang.String type)
The type of ID number.
|
equals, getLastResponse, setLastResponse, toJson, toString
public java.lang.String getTaxId()
public java.lang.String getType()
public void setTaxId(java.lang.String taxId)
public void setType(java.lang.String type)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object