transStatus property
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
@BuiltValueField(wireName: r'transStatus')
AuthenticationInfoTransStatusEnum get transStatus;