WebApiModulesBillingBillingWorksheetBillingWorksheet constructor
WebApiModulesBillingBillingWorksheetBillingWorksheet({
- String? billingWorksheetId,
- String? worksheetNumber,
- String? worksheetDate,
- String? billingStartDate,
- String? billingEndDate,
- String? orderInvoiceId,
- String? orderId,
- String? orderNumber,
- String? orderDescription,
- String? orderDate,
- String? worksheetDescription,
- String? customerId,
- String? dealId,
- String? deal,
- String? dealNumber,
- String? departmentId,
- String? department,
- String? taxId,
- String? taxOptionId,
- String? taxOption,
- String? tax1Name,
- String? tax2Name,
- double? rentalTaxRate1,
- double? salesTaxRate1,
- double? laborTaxRate1,
- double? rentalTaxRate2,
- double? salesTaxRate2,
- double? laborTaxRate2,
- String? purchaseOrderNumber,
- String? status,
- String? statusDate,
- bool? isNoCharge,
- bool? isAdjusted,
- bool? isBilledHiatus,
- bool? hasLockedTotal,
- bool? isAlteredDates,
- String? officeLocationId,
- String? officeLocation,
- String? inputByUserId,
- String? flatPoId,
- String? orderType,
- String? rateType,
- String? rateTypeDisplay,
- double? resultingInvoiceTotal,
- String? referenceNumber,
- String? agentId,
- String? agent,
- String? currencyId,
- String? currencyCode,
- String? officeLocationDefaultCurrencyId,
- String? outsideSalesRepresentativeId,
- String? usageStartDate,
- String? usageEndDate,
- String? resultingInvoiceNumber,
- String? resultingInvoiceId,
- double? rentalTotal,
- double? salesTotal,
- double? facilitiesTotal,
- double? worksheetGrossTotal,
- double? worksheetDiscountTotal,
- double? worksheetSubTotal,
- double? worksheetTax1,
- double? worksheetTax2,
- double? worksheetTax,
- double? worksheetTotal,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesBillingBillingWorksheetBillingWorksheet({
this.billingWorksheetId,
this.worksheetNumber,
this.worksheetDate,
this.billingStartDate,
this.billingEndDate,
this.orderInvoiceId,
this.orderId,
this.orderNumber,
this.orderDescription,
this.orderDate,
this.worksheetDescription,
this.customerId,
this.dealId,
this.deal,
this.dealNumber,
this.departmentId,
this.department,
this.taxId,
this.taxOptionId,
this.taxOption,
this.tax1Name,
this.tax2Name,
this.rentalTaxRate1,
this.salesTaxRate1,
this.laborTaxRate1,
this.rentalTaxRate2,
this.salesTaxRate2,
this.laborTaxRate2,
this.purchaseOrderNumber,
this.status,
this.statusDate,
this.isNoCharge,
this.isAdjusted,
this.isBilledHiatus,
this.hasLockedTotal,
this.isAlteredDates,
this.officeLocationId,
this.officeLocation,
this.inputByUserId,
this.flatPoId,
this.orderType,
this.rateType,
this.rateTypeDisplay,
this.resultingInvoiceTotal,
this.referenceNumber,
this.agentId,
this.agent,
this.currencyId,
this.currencyCode,
this.officeLocationDefaultCurrencyId,
this.outsideSalesRepresentativeId,
this.usageStartDate,
this.usageEndDate,
this.resultingInvoiceNumber,
this.resultingInvoiceId,
this.rentalTotal,
this.salesTotal,
this.facilitiesTotal,
this.worksheetGrossTotal,
this.worksheetDiscountTotal,
this.worksheetSubTotal,
this.worksheetTax1,
this.worksheetTax2,
this.worksheetTax,
this.worksheetTotal,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});