Package com.stripe.param.v2.core
Enum Class AccountCreateParams.Identity.Attestations.PersonsProvided.OwnershipExemptionReason
java.lang.Object
java.lang.Enum<AccountCreateParams.Identity.Attestations.PersonsProvided.OwnershipExemptionReason>
com.stripe.param.v2.core.AccountCreateParams.Identity.Attestations.PersonsProvided.OwnershipExemptionReason
- All Implemented Interfaces:
ApiRequestParams.EnumParam
,Serializable
,Comparable<AccountCreateParams.Identity.Attestations.PersonsProvided.OwnershipExemptionReason>
,Constable
- Enclosing class:
- AccountCreateParams.Identity.Attestations.PersonsProvided
public static enum AccountCreateParams.Identity.Attestations.PersonsProvided.OwnershipExemptionReason
extends Enum<AccountCreateParams.Identity.Attestations.PersonsProvided.OwnershipExemptionReason>
implements ApiRequestParams.EnumParam
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
-
Enum Constant Details
-
QUALIFIED_ENTITY_EXCEEDS_OWNERSHIP_THRESHOLD
@SerializedName("qualified_entity_exceeds_ownership_threshold") public static final AccountCreateParams.Identity.Attestations.PersonsProvided.OwnershipExemptionReason QUALIFIED_ENTITY_EXCEEDS_OWNERSHIP_THRESHOLD -
QUALIFIES_AS_FINANCIAL_INSTITUTION
@SerializedName("qualifies_as_financial_institution") public static final AccountCreateParams.Identity.Attestations.PersonsProvided.OwnershipExemptionReason QUALIFIES_AS_FINANCIAL_INSTITUTION
-
-
Method Details
-
values
public static AccountCreateParams.Identity.Attestations.PersonsProvided.OwnershipExemptionReason[] values()Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
public static AccountCreateParams.Identity.Attestations.PersonsProvided.OwnershipExemptionReason valueOf(String name) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
- Specified by:
getValue
in interfaceApiRequestParams.EnumParam
-