WebApiModulesBillingBillingWorksheetBillingWorksheet constructor

const 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? paymentTypeId,
  19. String? paymentType,
  20. String? paymentTermsId,
  21. String? paymentTerms,
  22. String? paymentTermsColor,
  23. String? taxId,
  24. String? taxOptionId,
  25. String? taxOption,
  26. String? tax1Name,
  27. String? tax2Name,
  28. String? rentalTaxAlias,
  29. String? salesTaxAlias,
  30. String? laborTaxAlias,
  31. double? rentalTaxRate1,
  32. double? salesTaxRate1,
  33. double? laborTaxRate1,
  34. double? rentalTaxRate2,
  35. double? salesTaxRate2,
  36. double? laborTaxRate2,
  37. String? purchaseOrderNumber,
  38. String? status,
  39. String? statusDate,
  40. bool? isNoCharge,
  41. bool? isAdjusted,
  42. bool? isBilledHiatus,
  43. bool? hasLockedTotal,
  44. bool? isAlteredDates,
  45. String? officeLocationId,
  46. String? officeLocation,
  47. String? inputByUserId,
  48. String? flatPoId,
  49. String? orderType,
  50. String? rateType,
  51. String? rateTypeDisplay,
  52. double? resultingInvoiceTotal,
  53. String? referenceNumber,
  54. String? agentId,
  55. String? agent,
  56. String? currencyId,
  57. String? currencyCode,
  58. String? officeLocationDefaultCurrencyId,
  59. String? outsideSalesRepresentativeId,
  60. String? usageStartDate,
  61. String? usageEndDate,
  62. String? resultingInvoiceNumber,
  63. String? resultingInvoiceId,
  64. double? rentalTotal,
  65. double? salesTotal,
  66. double? laborTotal,
  67. double? miscTotal,
  68. double? facilitiesTotal,
  69. double? worksheetGrossTotal,
  70. double? worksheetDiscountTotal,
  71. double? worksheetSubTotal,
  72. double? worksheetTax1,
  73. double? worksheetTax2,
  74. double? worksheetTax,
  75. double? worksheetTotal,
  76. String? auditNote,
  77. String? recordTitle,
  78. dynamic urlIdentifier,
  79. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  80. List<FwStandardDataFwCustomValue>? custom,
  81. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  82. FwStandardBusinessLogicFwBusinessLogic? original,
  83. List<FwStandardDataFwTranslatedValue>? translation,
  84. bool? hasImport,
  85. bool? hasDocuments,
  86. String? createdByUserId,
  87. String? createdByUserName,
  88. String? createdDateTime,
  89. String? modifiedByUserId,
  90. String? modifiedByUserName,
  91. String? modifiedDateTime,
})

Implementation

const 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.paymentTypeId,
  this.paymentType,
  this.paymentTermsId,
  this.paymentTerms,
  this.paymentTermsColor,
  this.taxId,
  this.taxOptionId,
  this.taxOption,
  this.tax1Name,
  this.tax2Name,
  this.rentalTaxAlias,
  this.salesTaxAlias,
  this.laborTaxAlias,
  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.laborTotal,
  this.miscTotal,
  this.facilitiesTotal,
  this.worksheetGrossTotal,
  this.worksheetDiscountTotal,
  this.worksheetSubTotal,
  this.worksheetTax1,
  this.worksheetTax2,
  this.worksheetTax,
  this.worksheetTotal,
  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,
});