Input$ReduciblePriceInput constructor
Implementation
factory Input$ReduciblePriceInput({
String? beforeReduction,
String? afterReduction,
}) =>
Input$ReduciblePriceInput._({
if (beforeReduction != null) r'beforeReduction': beforeReduction,
if (afterReduction != null) r'afterReduction': afterReduction,
});