Class Account.Identity

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Identity
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Account

public static class Account.Identity extends StripeObject
Information about the company, individual, and business represented by the Account.
  • Constructor Details

    • Identity

      public Identity()
  • Method Details

    • getAttestations

      public Account.Identity.Attestations getAttestations()
      Attestations from the identity's key people, e.g. owners, executives, directors.
    • getBusinessDetails

      public Account.Identity.BusinessDetails getBusinessDetails()
      Information about the company or business.
    • getCountry

      public String getCountry()
      The country in which the account holder resides, or in which the business is legally established. This should be an ISO 3166-1 alpha-2 country code.
    • getEntityType

      public String getEntityType()
      The entity type.

      One of company, government_entity, individual, or non_profit.

    • getIndividual

      public Account.Identity.Individual getIndividual()
      Information about the individual represented by the Account. This property is null unless entity_type is set to individual.
    • setAttestations

      public void setAttestations(Account.Identity.Attestations attestations)
      Attestations from the identity's key people, e.g. owners, executives, directors.
    • setBusinessDetails

      public void setBusinessDetails(Account.Identity.BusinessDetails businessDetails)
      Information about the company or business.
    • setCountry

      public void setCountry(String country)
      The country in which the account holder resides, or in which the business is legally established. This should be an ISO 3166-1 alpha-2 country code.
    • setEntityType

      public void setEntityType(String entityType)
      The entity type.

      One of company, government_entity, individual, or non_profit.

    • setIndividual

      public void setIndividual(Account.Identity.Individual individual)
      Information about the individual represented by the Account. This property is null unless entity_type is set to individual.
    • 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