shopperInteraction property

Implementation

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

Implementation

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