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