WebApiModulesSettingsBillingCycleSettingsBillingCycleBillingCycle constructor

WebApiModulesSettingsBillingCycleSettingsBillingCycleBillingCycle({
  1. String? billingCycleId,
  2. String? billingCycle,
  3. String? billingCycleType,
  4. String? nextBillingCycleId,
  5. String? nextBillingCycle,
  6. bool? prorateMonthly,
  7. bool? monthlyWeekdaysOnly,
  8. String? billOnPeriodStartOrEnd,
  9. bool? inactive,
  10. String? dateStamp,
  11. String? auditNote,
  12. String? recordTitle,
  13. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  14. List<FwStandardDataFwCustomValue>? custom,
  15. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  16. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesSettingsBillingCycleSettingsBillingCycleBillingCycle({
  this.billingCycleId,
  this.billingCycle,
  this.billingCycleType,
  this.nextBillingCycleId,
  this.nextBillingCycle,
  this.prorateMonthly,
  this.monthlyWeekdaysOnly,
  this.billOnPeriodStartOrEnd,
  this.inactive,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});