WebApiModulesHomeControlsCompanyTaxResaleCompanyTaxResale constructor
WebApiModulesHomeControlsCompanyTaxResaleCompanyTaxResale({
- String? companyTaxResaleId,
- String? companyId,
- String? stateId,
- String? stateCode,
- String? resaleNumber,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsCompanyTaxResaleCompanyTaxResale({
this.companyTaxResaleId,
this.companyId,
this.stateId,
this.stateCode,
this.resaleNumber,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});