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