WebApiModulesSettingsBillingCycleSettingsBillingCycleBillingCycle constructor
WebApiModulesSettingsBillingCycleSettingsBillingCycleBillingCycle({
- String? billingCycleId,
- String? billingCycle,
- String? billingCycleType,
- String? nextBillingCycleId,
- String? nextBillingCycle,
- bool? prorateMonthly,
- bool? monthlyWeekdaysOnly,
- String? billOnPeriodStartOrEnd,
- bool? inactive,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});