Class AccountOwnership

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.financialconnections.AccountOwnership
All Implemented Interfaces:
HasId, StripeObjectInterface

public class AccountOwnership extends StripeObject implements HasId
Describes a snapshot of the owners of an account at a particular point in time.
  • Constructor Details

    • AccountOwnership

      public AccountOwnership()
  • Method Details

    • getCreated

      public Long getCreated()
      Time at which the object was created. Measured in seconds since the Unix epoch.
    • getObject

      public String getObject()
      String representing the object's type. Objects of the same type share the same value.

      Equal to financial_connections.account_ownership.

    • getOwners

      public AccountOwnerCollection getOwners()
      A paginated list of owners for this account.
    • setCreated

      public void setCreated(Long created)
      Time at which the object was created. Measured in seconds since the Unix epoch.
    • setId

      public void setId(String id)
      Unique identifier for the object.
    • setObject

      public void setObject(String object)
      String representing the object's type. Objects of the same type share the same value.

      Equal to financial_connections.account_ownership.

    • setOwners

      public void setOwners(AccountOwnerCollection owners)
      A paginated list of owners for this account.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getId

      public String getId()
      Unique identifier for the object.
      Specified by:
      getId in interface HasId