verificationStatus property
The status of the verification checks for the capability of the supporting entity. 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.
Implementation
@BuiltValueField(wireName: r'verificationStatus')
String? get verificationStatus;