Input$LoyaltySettingsUpdateInput constructor

Implementation

factory Input$LoyaltySettingsUpdateInput({
  Input$LoyaltySettingsWalletQualitativeInput? qualitative,
  Input$LoyaltySettingsLoginInput? login,
  Input$LoyaltySettingsWalletQuantitativeInput? quantitative,
  Input$LoyaltySettingsOnsiteConverterSetInput? onsiteConverter,
  Input$LoyaltySettingsProfileCompleteInput? profileComplete,
  Input$LoyaltySettingsWalletCardInput? loyaltyCard,
  Input$LoyaltySettingsWalletLeaderboardInput? leaderboard,
  Input$LoyaltySettingsWalletSubscribersInput? subscribers,
  Input$LoyaltySettingsPrelevelInput? prelevel,
  Input$LoyaltySettingsRedeemInput? redeem,
  Input$InactivityInput? inactivity,
  Input$LoyaltySettingsAccelerateInput? accelerate,
  Input$LoyaltySettingsReferralInput? referral,
  Input$LoyaltySettingsAggregatorInput? aggregator,
  Input$LoyaltySettingsDonationInput? donation,
  required String id,
}) =>
    Input$LoyaltySettingsUpdateInput._({
      if (qualitative != null) r'qualitative': qualitative,
      if (login != null) r'login': login,
      if (quantitative != null) r'quantitative': quantitative,
      if (onsiteConverter != null) r'onsiteConverter': onsiteConverter,
      if (profileComplete != null) r'profileComplete': profileComplete,
      if (loyaltyCard != null) r'loyaltyCard': loyaltyCard,
      if (leaderboard != null) r'leaderboard': leaderboard,
      if (subscribers != null) r'subscribers': subscribers,
      if (prelevel != null) r'prelevel': prelevel,
      if (redeem != null) r'redeem': redeem,
      if (inactivity != null) r'inactivity': inactivity,
      if (accelerate != null) r'accelerate': accelerate,
      if (referral != null) r'referral': referral,
      if (aggregator != null) r'aggregator': aggregator,
      if (donation != null) r'donation': donation,
      r'id': id,
    });