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 Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Time 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.int
hashCode()
void
setCreated
(Long created) Time at which the object was created.void
Unique identifier for the object.void
String representing the object's type.void
setOwners
(AccountOwnerCollection owners) A paginated list of owners for this account.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AccountOwnership
public AccountOwnership()
-
-
Method Details
-
getCreated
Time at which the object was created. Measured in seconds since the Unix epoch. -
getObject
String representing the object's type. Objects of the same type share the same value.Equal to
financial_connections.account_ownership
. -
getOwners
A paginated list of owners for this account. -
setCreated
Time at which the object was created. Measured in seconds since the Unix epoch. -
setId
Unique identifier for the object. -
setObject
String representing the object's type. Objects of the same type share the same value.Equal to
financial_connections.account_ownership
. -
setOwners
A paginated list of owners for this account. -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
Unique identifier for the object.
-