Input$LoyaltySettingsUpdateInput class
Constructors
- Input$LoyaltySettingsUpdateInput.new({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})
-
factory
-
Input$LoyaltySettingsUpdateInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
- accelerate → Input$LoyaltySettingsAccelerateInput?
-
no setter
- aggregator → Input$LoyaltySettingsAggregatorInput?
-
no setter
-
copyWith
→ CopyWith$Input$LoyaltySettingsUpdateInput<
Input$LoyaltySettingsUpdateInput> -
no setter
- donation → Input$LoyaltySettingsDonationInput?
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
no setter
- inactivity → Input$InactivityInput?
-
no setter
- leaderboard → Input$LoyaltySettingsWalletLeaderboardInput?
-
no setter
- login → Input$LoyaltySettingsLoginInput?
-
no setter
- loyaltyCard → Input$LoyaltySettingsWalletCardInput?
-
no setter
- onsiteConverter → Input$LoyaltySettingsOnsiteConverterSetInput?
-
no setter
- prelevel → Input$LoyaltySettingsPrelevelInput?
-
no setter
- profileComplete → Input$LoyaltySettingsProfileCompleteInput?
-
no setter
- qualitative → Input$LoyaltySettingsWalletQualitativeInput?
-
no setter
- quantitative → Input$LoyaltySettingsWalletQuantitativeInput?
-
no setter
- redeem → Input$LoyaltySettingsRedeemInput?
-
no setter
- referral → Input$LoyaltySettingsReferralInput?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subscribers → Input$LoyaltySettingsWalletSubscribersInput?
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override