shopperInteraction property

PayoutRequestShopperInteractionEnum? get shopperInteraction

Implementation

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

Implementation

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