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