WebApiModulesHomeControlsCompanyTaxOptionCompanyTaxOption constructor
WebApiModulesHomeControlsCompanyTaxOptionCompanyTaxOption({
- int? id,
- String? internalChar,
- String? companyId,
- String? locationId,
- String? location,
- String? taxOptionId,
- String? taxOption,
- String? taxCountry,
- String? taxRule,
- double? rentalTaxRate1,
- double? rentalTaxRate2,
- bool? rentalExempt,
- String? rentalTaxDisplay,
- double? salesTaxRate1,
- double? salesTaxRate2,
- bool? salesExempt,
- String? salesTaxDisplay,
- double? laborTaxRate1,
- double? laborTaxRate2,
- bool? laborExempt,
- String? laborTaxDisplay,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsCompanyTaxOptionCompanyTaxOption({
this.id,
this.internalChar,
this.companyId,
this.locationId,
this.location,
this.taxOptionId,
this.taxOption,
this.taxCountry,
this.taxRule,
this.rentalTaxRate1,
this.rentalTaxRate2,
this.rentalExempt,
this.rentalTaxDisplay,
this.salesTaxRate1,
this.salesTaxRate2,
this.salesExempt,
this.salesTaxDisplay,
this.laborTaxRate1,
this.laborTaxRate2,
this.laborExempt,
this.laborTaxDisplay,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});