WebApiModulesBillingBillingWorksheetBillingWorksheet constructor

WebApiModulesBillingBillingWorksheetBillingWorksheet({
  1. String? billingWorksheetId,
  2. String? worksheetNumber,
  3. String? worksheetDate,
  4. String? billingStartDate,
  5. String? billingEndDate,
  6. String? orderInvoiceId,
  7. String? orderId,
  8. String? orderNumber,
  9. String? orderDescription,
  10. String? orderDate,
  11. String? worksheetDescription,
  12. String? customerId,
  13. String? dealId,
  14. String? deal,
  15. String? dealNumber,
  16. String? departmentId,
  17. String? department,
  18. String? taxId,
  19. String? taxOptionId,
  20. String? taxOption,
  21. String? tax1Name,
  22. String? tax2Name,
  23. double? rentalTaxRate1,
  24. double? salesTaxRate1,
  25. double? laborTaxRate1,
  26. double? rentalTaxRate2,
  27. double? salesTaxRate2,
  28. double? laborTaxRate2,
  29. String? purchaseOrderNumber,
  30. String? status,
  31. String? statusDate,
  32. bool? isNoCharge,
  33. bool? isAdjusted,
  34. bool? isBilledHiatus,
  35. bool? hasLockedTotal,
  36. bool? isAlteredDates,
  37. String? officeLocationId,
  38. String? officeLocation,
  39. String? inputByUserId,
  40. String? flatPoId,
  41. String? orderType,
  42. String? rateType,
  43. String? rateTypeDisplay,
  44. double? resultingInvoiceTotal,
  45. String? referenceNumber,
  46. String? agentId,
  47. String? agent,
  48. String? currencyId,
  49. String? currencyCode,
  50. String? officeLocationDefaultCurrencyId,
  51. String? outsideSalesRepresentativeId,
  52. String? usageStartDate,
  53. String? usageEndDate,
  54. String? resultingInvoiceNumber,
  55. String? resultingInvoiceId,
  56. double? rentalTotal,
  57. double? salesTotal,
  58. double? facilitiesTotal,
  59. double? worksheetGrossTotal,
  60. double? worksheetDiscountTotal,
  61. double? worksheetSubTotal,
  62. double? worksheetTax1,
  63. double? worksheetTax2,
  64. double? worksheetTax,
  65. double? worksheetTotal,
  66. String? auditNote,
  67. String? recordTitle,
  68. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  69. List<FwStandardDataFwCustomValue>? custom,
  70. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  71. 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,
});