Class AccountOwner
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.financialconnections.AccountOwner
- All Implemented Interfaces:
HasId
,StripeObjectInterface
Describes an owner of an account.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getEmail()
The email address of the owner.getId()
Unique identifier for the object.getName()
The full name of the owner.String representing the object's type.The ownership object that this owner belongs to.getPhone()
The raw phone number of the owner.The raw physical address of the owner.The timestamp of the refresh that updated this owner.int
hashCode()
void
The email address of the owner.void
Unique identifier for the object.void
The full name of the owner.void
String representing the object's type.void
setOwnership
(String ownership) The ownership object that this owner belongs to.void
The raw phone number of the owner.void
setRawAddress
(String rawAddress) The raw physical address of the owner.void
setRefreshedAt
(Long refreshedAt) The timestamp of the refresh that updated this owner.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AccountOwner
public AccountOwner()
-
-
Method Details
-
getEmail
The email address of the owner. -
getName
The full name of the owner. -
getObject
String representing the object's type. Objects of the same type share the same value.Equal to
financial_connections.account_owner
. -
getOwnership
The ownership object that this owner belongs to. -
getPhone
The raw phone number of the owner. -
getRawAddress
The raw physical address of the owner. -
getRefreshedAt
The timestamp of the refresh that updated this owner. -
setEmail
The email address of the owner. -
setId
Unique identifier for the object. -
setName
The full name of the owner. -
setObject
String representing the object's type. Objects of the same type share the same value.Equal to
financial_connections.account_owner
. -
setOwnership
The ownership object that this owner belongs to. -
setPhone
The raw phone number of the owner. -
setRawAddress
The raw physical address of the owner. -
setRefreshedAt
The timestamp of the refresh that updated this owner. -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
Unique identifier for the object.
-