valid constant
- @BuiltValueEnumConst.new(wireName: r'valid')
The status of the verification checks for the supporting entity 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.
Implementation
@BuiltValueEnumConst(wireName: r'valid')
static const AccountSupportingEntityCapabilityVerificationStatusEnum valid = _$accountSupportingEntityCapabilityVerificationStatusEnum_valid;