Class Session.AccountHolder
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.financialconnections.Session.AccountHolder
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Session
-
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 expandablecustomer
object.Get expandedcustomer
.getType()
Type of account holder that this account belongs to.int
hashCode()
void
setAccount
(String id) void
setAccountObject
(Account expandableObject) void
setCustomer
(String id) void
setCustomerObject
(Customer expandableObject) void
Type of account holder that this account belongs to.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AccountHolder
public AccountHolder()
-
-
Method Details
-
getAccount
Get ID of expandableaccount
object. -
setAccount
-
getAccountObject
Get expandedaccount
. -
setAccountObject
-
getCustomer
Get ID of expandablecustomer
object. -
setCustomer
-
getCustomerObject
Get expandedcustomer
. -
setCustomerObject
-
getType
Type of account holder that this account belongs to.One of
account
, orcustomer
. -
setType
Type of account holder that this account belongs to.One of
account
, orcustomer
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-