WebApiModulesSettingsBillingCycleEventBillingCycleEvent constructor

WebApiModulesSettingsBillingCycleEventBillingCycleEvent({
  1. String? billingCycleId,
  2. String? billingCycleEventId,
  3. String? billingCycleEvent,
  4. int? billPercent,
  5. int? orderBy,
  6. bool? actualRevenue,
  7. String? dateStamp,
  8. String? auditNote,
  9. String? recordTitle,
  10. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  11. List<FwStandardDataFwCustomValue>? custom,
  12. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  13. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesSettingsBillingCycleEventBillingCycleEvent({
  this.billingCycleId,
  this.billingCycleEventId,
  this.billingCycleEvent,
  this.billPercent,
  this.orderBy,
  this.actualRevenue,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});