authenticationResponse property

ThreeDSecureDataAuthenticationResponseEnum? get authenticationResponse

Implementation

ThreeDSecureDataAuthenticationResponseEnum? get authenticationResponse =>
    _$this._authenticationResponse;
set authenticationResponse (ThreeDSecureDataAuthenticationResponseEnum? authenticationResponse)

Implementation

set authenticationResponse(
  ThreeDSecureDataAuthenticationResponseEnum? authenticationResponse,
) => _$this._authenticationResponse = authenticationResponse;