A constant

  1. @BuiltValueEnumConst.new(wireName: r'A')
ThreeDSecureDataAuthenticationResponseEnum const A

In 3D Secure 2, this is the transStatus from the challenge result. If the transaction was frictionless, omit this parameter.

Implementation

@BuiltValueEnumConst(wireName: r'A')
static const ThreeDSecureDataAuthenticationResponseEnum A = _$threeDSecureDataAuthenticationResponseEnum_A;