shopperInteraction property

Implementation

PaymentRequest3ds2ShopperInteractionEnum? get shopperInteraction =>
    _$this._shopperInteraction;
set shopperInteraction (PaymentRequest3ds2ShopperInteractionEnum? shopperInteraction)

Implementation

set shopperInteraction(
  PaymentRequest3ds2ShopperInteractionEnum? shopperInteraction,
) => _$this._shopperInteraction = shopperInteraction;