Input$LoyaltySettingsProfileCompleteLevelsInput constructor

Input$LoyaltySettingsProfileCompleteLevelsInput({
  1. String? name,
  2. String? percentage,
  3. Input$LoyaltySettingsPrelevelConverterInput? remuneration,
  4. List<Enum$ProfileCompleteElementsEnum>? elements,
})

Implementation

factory Input$LoyaltySettingsProfileCompleteLevelsInput({
  String? name,
  String? percentage,
  Input$LoyaltySettingsPrelevelConverterInput? remuneration,
  List<Enum$ProfileCompleteElementsEnum>? elements,
}) =>
    Input$LoyaltySettingsProfileCompleteLevelsInput._({
      if (name != null) r'name': name,
      if (percentage != null) r'percentage': percentage,
      if (remuneration != null) r'remuneration': remuneration,
      if (elements != null) r'elements': elements,
    });