Class AccountOwnership
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.financialconnections.AccountOwnership
- All Implemented Interfaces:
- HasId,- StripeObjectInterface
Describes a snapshot of the owners of an account at a particular point in time.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanTime at which the object was created.getId()Unique identifier for the object.String representing the object's type.A paginated list of owners for this account.inthashCode()voidsetCreated(Long created) Time at which the object was created.voidUnique identifier for the object.voidString representing the object's type.voidsetOwners(AccountOwnerCollection owners) A paginated list of owners for this account.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
AccountOwnershippublic AccountOwnership()
 
- 
- 
Method Details- 
getCreatedTime at which the object was created. Measured in seconds since the Unix epoch.
- 
getObjectString representing the object's type. Objects of the same type share the same value.Equal to financial_connections.account_ownership.
- 
getOwnersA paginated list of owners for this account.
- 
setCreatedTime at which the object was created. Measured in seconds since the Unix epoch.
- 
setIdUnique identifier for the object.
- 
setObjectString representing the object's type. Objects of the same type share the same value.Equal to financial_connections.account_ownership.
- 
setOwnersA paginated list of owners for this account.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
- 
getIdUnique identifier for the object.
 
-