shopperInteraction property

Implementation

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

Implementation

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