N constant

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

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