authenticationResponse property

  1. @BuiltValueField.new(wireName: r'authenticationResponse')
ThreeDSecureDataAuthenticationResponseEnum? get authenticationResponse

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

Implementation

@BuiltValueField(wireName: r'authenticationResponse')
ThreeDSecureDataAuthenticationResponseEnum? get authenticationResponse;