Class Account.Identity.Attestations.PersonsProvided

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

public static class Account.Identity.Attestations.PersonsProvided extends StripeObject
For more details about PersonsProvided, please refer to the API Reference.
  • Constructor Details

    • PersonsProvided

      public PersonsProvided()
  • Method Details

    • getDirectors

      public Boolean getDirectors()
      Whether the company’s directors have been provided. Set this Boolean to true after creating all the company’s directors with the Persons API.
    • getExecutives

      public Boolean getExecutives()
      Whether the company’s executives have been provided. Set this Boolean to true after creating all the company’s executives with the Persons API.
    • getOwners

      public Boolean getOwners()
      Whether the company’s owners have been provided. Set this Boolean to true after creating all the company’s owners with the Persons API.
    • getOwnershipExemptionReason

      public String getOwnershipExemptionReason()
      Reason for why the company is exempt from providing ownership information.

      One of qualified_entity_exceeds_ownership_threshold, or qualifies_as_financial_institution.

    • setDirectors

      public void setDirectors(Boolean directors)
      Whether the company’s directors have been provided. Set this Boolean to true after creating all the company’s directors with the Persons API.
    • setExecutives

      public void setExecutives(Boolean executives)
      Whether the company’s executives have been provided. Set this Boolean to true after creating all the company’s executives with the Persons API.
    • setOwners

      public void setOwners(Boolean owners)
      Whether the company’s owners have been provided. Set this Boolean to true after creating all the company’s owners with the Persons API.
    • setOwnershipExemptionReason

      public void setOwnershipExemptionReason(String ownershipExemptionReason)
      Reason for why the company is exempt from providing ownership information.

      One of qualified_entity_exceeds_ownership_threshold, or qualifies_as_financial_institution.

    • 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