shopperInteraction property

PaymentRequestShopperInteractionEnum? get shopperInteraction

Implementation

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

Implementation

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