shopperInteraction property

PaymentRequest3dShopperInteractionEnum? get shopperInteraction

Implementation

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

Implementation

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