Package com.stripe.param.v2.core
Class AccountCreateParams.Identity.Attestations.PersonsProvided
java.lang.Object
com.stripe.param.v2.core.AccountCreateParams.Identity.Attestations.PersonsProvided
- Enclosing class:
- AccountCreateParams.Identity.Attestations
The user agent of the browser from which the beneficial owner attestation was made.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Whether the company’s directors have been provided.Whether the company’s executives have been provided.Map of extra parameters for custom features not available in this client library.Whether the company’s owners have been provided.Reason for why the company is exempt from providing ownership information.int
hashCode()
-
Method Details
-
builder
-
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
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
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
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 AccountCreateParams.Identity.Attestations.PersonsProvided.OwnershipExemptionReason getOwnershipExemptionReason()Reason for why the company is exempt from providing ownership information. -
equals
-
canEqual
-
hashCode
public int hashCode()
-