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
-
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.Get expandedcustomer.getType()Type of owner referenced.inthashCode()voidsetAccount(String id) voidsetAccountObject(Account expandableObject) voidsetApplication(String id) voidsetApplicationObject(Application expandableObject) voidsetCustomer(String id) voidsetCustomerObject(Customer expandableObject) voidType of owner referenced.Methods inherited from class com.stripe.model.StripeObject
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
-
getType
Type of owner referenced.One of
account,application,customer, orself. -
setType
Type of owner referenced.One of
account,application,customer, orself. -
equals
-
canEqual
-
hashCode
public int hashCode()
-