U constant

  1. @BuiltValueEnumConst.new(wireName: r'U')
AuthenticationInfoTransStatusEnum const U

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'U')
static const AuthenticationInfoTransStatusEnum U = _$authenticationInfoTransStatusEnum_U;