WebApiModulesSettingsTaxSettingsTaxOptionTaxOption constructor
const
WebApiModulesSettingsTaxSettingsTaxOptionTaxOption({
- String? taxOptionId,
- String? taxOption,
- bool? availableForSales,
- bool? availableForPurchases,
- String? taxCountryId,
- String? taxCountry,
- String? taxRule,
- double? rentalTaxRate1,
- double? rentalTaxRate2,
- bool? rentalExempt,
- String? rentalTaxDisplay,
- String? rentalTaxAlias,
- double? salesTaxRate1,
- double? salesTaxRate2,
- bool? salesExempt,
- String? salesTaxDisplay,
- String? salesTaxAlias,
- double? laborTaxRate1,
- double? laborTaxRate2,
- bool? laborExempt,
- String? laborTaxDisplay,
- String? laborTaxAlias,
- bool? taxOnTax,
- String? taxOnTaxAccountId,
- String? taxOnTaxAccountNo,
- String? taxOnTaxAccountDescription,
- String? taxAccountId1,
- String? taxAccountNo1,
- String? taxAccountDescription1,
- String? taxAccountId2,
- String? taxAccountNo2,
- String? taxAccountDescription2,
- String? quickBooksTaxItemCode,
- String? quickBooksTaxItemDescription,
- String? quickBooksTaxVendor,
- bool? quickBooksTaxGroup,
- String? gstExportCode,
- String? pstExportCode,
- String? tax1Name,
- String? tax1Description,
- String? tax2Name,
- String? tax2Description,
- bool? inactive,
- String? dateStamp,
- String? taxOptionCity,
- String? taxOptionCounty,
- String? taxOptionStateId,
- String? taxOptionState,
- String? taxOptionRateCode,
- 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 WebApiModulesSettingsTaxSettingsTaxOptionTaxOption({
this.taxOptionId,
this.taxOption,
this.availableForSales,
this.availableForPurchases,
this.taxCountryId,
this.taxCountry,
this.taxRule,
this.rentalTaxRate1,
this.rentalTaxRate2,
this.rentalExempt,
this.rentalTaxDisplay,
this.rentalTaxAlias,
this.salesTaxRate1,
this.salesTaxRate2,
this.salesExempt,
this.salesTaxDisplay,
this.salesTaxAlias,
this.laborTaxRate1,
this.laborTaxRate2,
this.laborExempt,
this.laborTaxDisplay,
this.laborTaxAlias,
this.taxOnTax,
this.taxOnTaxAccountId,
this.taxOnTaxAccountNo,
this.taxOnTaxAccountDescription,
this.taxAccountId1,
this.taxAccountNo1,
this.taxAccountDescription1,
this.taxAccountId2,
this.taxAccountNo2,
this.taxAccountDescription2,
this.quickBooksTaxItemCode,
this.quickBooksTaxItemDescription,
this.quickBooksTaxVendor,
this.quickBooksTaxGroup,
this.gstExportCode,
this.pstExportCode,
this.tax1Name,
this.tax1Description,
this.tax2Name,
this.tax2Description,
this.inactive,
this.dateStamp,
this.taxOptionCity,
this.taxOptionCounty,
this.taxOptionStateId,
this.taxOptionState,
this.taxOptionRateCode,
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,
});