Package com.stripe.model.issuing
Class Cardholder.Company
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.issuing.Cardholder.Company
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Cardholder
public static class Cardholder.Company extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description Company()
-
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.BooleangetTaxIdProvided()Whether the company's business ID number was provided.inthashCode()voidsetTaxIdProvided(java.lang.Boolean taxIdProvided)Whether the company's business ID number was provided.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getTaxIdProvided
public java.lang.Boolean getTaxIdProvided()
Whether the company's business ID number was provided.
-
setTaxIdProvided
public void setTaxIdProvided(java.lang.Boolean taxIdProvided)
Whether the company's business ID number was provided.
-
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
-
-