challengeIndicator property

Implementation

ThreeDS2RequestDataChallengeIndicatorEnum? get challengeIndicator =>
    _$this._challengeIndicator;
set challengeIndicator (ThreeDS2RequestDataChallengeIndicatorEnum? challengeIndicator)

Implementation

set challengeIndicator(
  ThreeDS2RequestDataChallengeIndicatorEnum? challengeIndicator,
) => _$this._challengeIndicator = challengeIndicator;