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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Get ID of expandableaccount
object.Get expandedaccount
.Get ID of expandableapplication
object.Get expandedapplication
.Get ID of expandablecustomer
object.Get expandedcustomer
.getType()
Type of owner referenced.int
hashCode()
void
setAccount
(String id) void
setAccountObject
(Account expandableObject) void
setApplication
(String id) void
setApplicationObject
(Application expandableObject) void
setCustomer
(String id) void
setCustomerObject
(Customer expandableObject) void
Type 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 expandableaccount
object. -
setAccount
-
getAccountObject
Get expandedaccount
. -
setAccountObject
-
getApplication
Get ID of expandableapplication
object. -
setApplication
-
getApplicationObject
Get expandedapplication
. -
setApplicationObject
-
getCustomer
Get ID of expandablecustomer
object. -
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()
-