Input$LoyaltySettingsProfileCompleteLevelsInput constructor
Input$LoyaltySettingsProfileCompleteLevelsInput({
- String? name,
- String? percentage,
- Input$LoyaltySettingsPrelevelConverterInput? remuneration,
- 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,
});