shopperInteraction property

Implementation

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

Implementation

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