Class AccountOwner

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

public class AccountOwner extends StripeObject implements HasId
Describes an owner of an account.
  • Constructor Details

    • AccountOwner

      public AccountOwner()
  • Method Details

    • getEmail

      public String getEmail()
      The email address of the owner.
    • getName

      public String getName()
      The full name of the owner.
    • getObject

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

      Equal to financial_connections.account_owner.

    • getOwnership

      public String getOwnership()
      The ownership object that this owner belongs to.
    • getPhone

      public String getPhone()
      The raw phone number of the owner.
    • getRawAddress

      public String getRawAddress()
      The raw physical address of the owner.
    • getRefreshedAt

      public Long getRefreshedAt()
      The timestamp of the refresh that updated this owner.
    • setEmail

      public void setEmail(String email)
      The email address of the owner.
    • setId

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

      public void setName(String name)
      The full name of the owner.
    • 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_owner.

    • setOwnership

      public void setOwnership(String ownership)
      The ownership object that this owner belongs to.
    • setPhone

      public void setPhone(String phone)
      The raw phone number of the owner.
    • setRawAddress

      public void setRawAddress(String rawAddress)
      The raw physical address of the owner.
    • setRefreshedAt

      public void setRefreshedAt(Long refreshedAt)
      The timestamp of the refresh that updated this owner.
    • 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