Class AccountUpdateParams.Identity.Attestations.PersonsProvided

java.lang.Object
com.stripe.param.v2.core.AccountUpdateParams.Identity.Attestations.PersonsProvided
Enclosing class:
AccountUpdateParams.Identity.Attestations

public static class AccountUpdateParams.Identity.Attestations.PersonsProvided extends Object
The user agent of the browser from which the beneficial owner attestation was made.
  • Method Details

    • builder

    • 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.
    • getExtraParams

      public Map<String,Object> getExtraParams()
      Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's @SerializedName value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance.
    • 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

      Reason for why the company is exempt from providing ownership information.
    • 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