shopperInteraction property

Implementation

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

Implementation

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