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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Whether the company's business ID number was provided.int
hashCode()
void
setTaxIdProvided
(Boolean taxIdProvided) Whether the company's business ID number was provided.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Company
public Company()
-
-
Method Details