WebApiModulesSettingsDiscountTemplateSettingsDiscountTemplateDiscountTemplate constructor
const
WebApiModulesSettingsDiscountTemplateSettingsDiscountTemplateDiscountTemplate({
- String? discountTemplateId,
- String? discountTemplate,
- String? officeLocationId,
- String? officeLocation,
- bool? isCompany,
- bool? rental,
- bool? sales,
- bool? labor,
- bool? misc,
- bool? space,
- double? rentalDiscountPercent,
- double? rentalDaysPerWeek,
- double? salesDiscountPercent,
- double? spaceDiscountPercent,
- String? rentalAsOf,
- String? salesAsOf,
- String? laborAsOf,
- String? miscAsOf,
- String? spaceAsOf,
- double? spaceDaysPerWeek,
- String? companyId,
- bool? applyDiscountToCustomRate,
- bool? inactive,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- dynamic urlIdentifier,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - FwStandardBusinessLogicFwBusinessLogic? original,
- List<
FwStandardDataFwTranslatedValue> ? translation, - bool? hasImport,
- bool? hasDocuments,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- String? modifiedDateTime,
Implementation
const WebApiModulesSettingsDiscountTemplateSettingsDiscountTemplateDiscountTemplate({
this.discountTemplateId,
this.discountTemplate,
this.officeLocationId,
this.officeLocation,
this.isCompany,
this.rental,
this.sales,
this.labor,
this.misc,
this.space,
this.rentalDiscountPercent,
this.rentalDaysPerWeek,
this.salesDiscountPercent,
this.spaceDiscountPercent,
this.rentalAsOf,
this.salesAsOf,
this.laborAsOf,
this.miscAsOf,
this.spaceAsOf,
this.spaceDaysPerWeek,
this.companyId,
this.applyDiscountToCustomRate,
this.inactive,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.urlIdentifier,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.original,
this.translation,
this.hasImport,
this.hasDocuments,
this.createdByUserId,
this.createdByUserName,
this.createdDateTime,
this.modifiedByUserId,
this.modifiedByUserName,
this.modifiedDateTime,
});