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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetEmail()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.inthashCode()voidThe email address of the owner.voidUnique identifier for the object.voidThe full name of the owner.voidString representing the object's type.voidsetOwnership(String ownership) The ownership object that this owner belongs to.voidThe raw phone number of the owner.voidsetRawAddress(String rawAddress) The raw physical address of the owner.voidsetRefreshedAt(Long refreshedAt) The timestamp of the refresh that updated this owner.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, 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.
-