Package com.stripe.model
Class TaxId.Owner
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.TaxId.Owner
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- TaxId
For more details about Owner, please refer to the API
Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanGet ID of expandableaccountobject.Get expandedaccount.Get ID of expandableapplicationobject.Get expandedapplication.Get ID of expandablecustomerobject.The account being referenced whentypeiscustomer.Get expandedcustomer.getType()Type of owner referenced.inthashCode()voidsetAccount(String id) voidsetAccountObject(Account expandableObject) voidsetApplication(String id) voidsetApplicationObject(Application expandableObject) voidsetCustomer(String id) voidsetCustomerAccount(String customerAccount) The account being referenced whentypeiscustomer.voidsetCustomerObject(Customer expandableObject) voidType of owner referenced.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Owner
public Owner()
-
-
Method Details
-
getAccount
Get ID of expandableaccountobject. -
setAccount
-
getAccountObject
Get expandedaccount. -
setAccountObject
-
getApplication
Get ID of expandableapplicationobject. -
setApplication
-
getApplicationObject
Get expandedapplication. -
setApplicationObject
-
getCustomer
Get ID of expandablecustomerobject. -
setCustomer
-
getCustomerObject
Get expandedcustomer. -
setCustomerObject
-
getCustomerAccount
The account being referenced whentypeiscustomer. -
getType
Type of owner referenced.One of
account,application,customer, orself. -
setCustomerAccount
The account being referenced whentypeiscustomer. -
setType
Type of owner referenced.One of
account,application,customer, orself. -
equals
-
canEqual
-
hashCode
public int hashCode()
-