Input$POSLoyaltyInput constructor
Implementation
factory Input$POSLoyaltyInput({
String? loyaltyProgram,
required DateTime from,
required DateTime to,
}) =>
Input$POSLoyaltyInput._({
if (loyaltyProgram != null) r'loyaltyProgram': loyaltyProgram,
r'from': from,
r'to': to,
});