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 SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
AccountOwnerpublic AccountOwner()
 
- 
- 
Method Details- 
getEmailThe email address of the owner.
- 
getNameThe full name of the owner.
- 
getObjectString representing the object's type. Objects of the same type share the same value.Equal to financial_connections.account_owner.
- 
getOwnershipThe ownership object that this owner belongs to.
- 
getPhoneThe raw phone number of the owner.
- 
getRawAddressThe raw physical address of the owner.
- 
getRefreshedAtThe timestamp of the refresh that updated this owner.
- 
setEmailThe email address of the owner.
- 
setIdUnique identifier for the object.
- 
setNameThe full name of the owner.
- 
setObjectString representing the object's type. Objects of the same type share the same value.Equal to financial_connections.account_owner.
- 
setOwnershipThe ownership object that this owner belongs to.
- 
setPhoneThe raw phone number of the owner.
- 
setRawAddressThe raw physical address of the owner.
- 
setRefreshedAtThe timestamp of the refresh that updated this owner.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
- 
getIdUnique identifier for the object.
 
-