authenticationResponse property
- @BuiltValueField.new(wireName: r'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;