WebApiModulesSettingsBillingCycleEventBillingCycleEvent constructor
WebApiModulesSettingsBillingCycleEventBillingCycleEvent({
- String? billingCycleId,
- String? billingCycleEventId,
- String? billingCycleEvent,
- int? billPercent,
- int? orderBy,
- bool? actualRevenue,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});