R constant

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

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