unknownDefaultOpenApi constant
- @BuiltValueEnumConst.new(wireName: r'unknown_default_open_api', fallback: true)
The transStatus value as defined in the 3D Secure 2 specification. Possible values: * Y: Authentication / Account verification successful. * N: Not Authenticated / Account not verified. Transaction denied. * U: Authentication / Account verification could not be performed. * I: Informational Only / 3D Secure Requestor challenge preference acknowledged. * R: Authentication / Account verification rejected by the Issuer.
Implementation
@BuiltValueEnumConst(wireName: r'unknown_default_open_api', fallback: true)
static const AuthenticationInfoTransStatusEnum unknownDefaultOpenApi = _$authenticationInfoTransStatusEnum_unknownDefaultOpenApi;