challengeIndicator property

Implementation

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

Implementation

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