shopperInteraction property

Implementation

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

Implementation

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