Input$BarcodePeriodCreditInput constructor

Input$BarcodePeriodCreditInput({
  1. required Enum$RecurrenceType periodCycle,
  2. required int periodValue,
  3. String? amount,
})

Implementation

factory Input$BarcodePeriodCreditInput({
  required Enum$RecurrenceType periodCycle,
  required int periodValue,
  String? amount,
}) =>
    Input$BarcodePeriodCreditInput._({
      r'periodCycle': periodCycle,
      r'periodValue': periodValue,
      if (amount != null) r'amount': amount,
    });