AccountHolderCapabilityVerificationStatusEnum class

Inheritance
  • Object
  • EnumClass
  • AccountHolderCapabilityVerificationStatusEnum

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<AccountHolderCapabilityVerificationStatusEnum>
no setter
values → BuiltSet<AccountHolderCapabilityVerificationStatusEnum>
no setter

Constants

invalid → const AccountHolderCapabilityVerificationStatusEnum
The status of the verification checks for the capability. Possible values: * pending: Adyen is running the verification. * invalid: The verification failed. Check if the errors array contains more information. * valid: The verification has been successfully completed. * rejected: Adyen has verified the information, but found reasons to not allow the capability.
pending → const AccountHolderCapabilityVerificationStatusEnum
The status of the verification checks for the capability. Possible values: * pending: Adyen is running the verification. * invalid: The verification failed. Check if the errors array contains more information. * valid: The verification has been successfully completed. * rejected: Adyen has verified the information, but found reasons to not allow the capability.
rejected → const AccountHolderCapabilityVerificationStatusEnum
The status of the verification checks for the capability. Possible values: * pending: Adyen is running the verification. * invalid: The verification failed. Check if the errors array contains more information. * valid: The verification has been successfully completed. * rejected: Adyen has verified the information, but found reasons to not allow the capability.
unknownDefaultOpenApi → const AccountHolderCapabilityVerificationStatusEnum
The status of the verification checks for the capability. Possible values: * pending: Adyen is running the verification. * invalid: The verification failed. Check if the errors array contains more information. * valid: The verification has been successfully completed. * rejected: Adyen has verified the information, but found reasons to not allow the capability.
valid → const AccountHolderCapabilityVerificationStatusEnum
The status of the verification checks for the capability. Possible values: * pending: Adyen is running the verification. * invalid: The verification failed. Check if the errors array contains more information. * valid: The verification has been successfully completed. * rejected: Adyen has verified the information, but found reasons to not allow the capability.