WebApiModulesBillingInvoiceInvoice constructor

WebApiModulesBillingInvoiceInvoice({
  1. String? invoiceId,
  2. String? invoiceNumber,
  3. String? invoiceDate,
  4. String? invoiceDueDate,
  5. String? invoiceType,
  6. String? billingStartDate,
  7. String? billingEndDate,
  8. String? usageStartDate,
  9. String? usageEndDate,
  10. String? orderId,
  11. String? orderNumber,
  12. String? orderDescription,
  13. String? orderDate,
  14. String? orderLocation,
  15. String? invoiceDescription,
  16. String? creditingInvoiceId,
  17. String? creditingInvoiceNumber,
  18. String? customerId,
  19. String? customer,
  20. String? customerTypeId,
  21. String? customerType,
  22. String? dealId,
  23. String? deal,
  24. String? dealNumber,
  25. String? dealTypeId,
  26. String? departmentId,
  27. String? department,
  28. String? purchaseOrderNumber,
  29. String? workAuthorizationNumber,
  30. String? status,
  31. String? statusDate,
  32. bool? isNoCharge,
  33. bool? isAdjusted,
  34. bool? isBilledHiatus,
  35. int? episodeNumber,
  36. bool? hasLockedTotal,
  37. bool? isAlteredDates,
  38. String? officeLocationId,
  39. String? officeLocation,
  40. String? invoiceCreationBatchId,
  41. int? invoiceCreationBatchNumber,
  42. String? invoiceGroupNumber,
  43. bool? rentalSale,
  44. bool? lossAndDamage,
  45. bool? repair,
  46. String? inputByUserId,
  47. String? flatPoId,
  48. String? orderType,
  49. String? rebateCustomerId,
  50. String? orbitsapchgmajor,
  51. String? orbitsapchgsub,
  52. String? orbitsapchgdetail,
  53. String? orbitsapchgdeal,
  54. String? orbitsapchgset,
  55. bool? excludeFromFlatPo,
  56. bool? isSplitRental,
  57. bool? isRebateRental,
  58. double? invoiceListTotal,
  59. double? invoiceGrossTotal,
  60. double? invoiceDiscountTotal,
  61. double? invoiceDaysPerWeekDiscountTotal,
  62. String? referenceNumber,
  63. String? agentId,
  64. String? agent,
  65. String? projectManagerId,
  66. String? projectManager,
  67. String? billToAddressId,
  68. String? billToName,
  69. String? billToAttention1,
  70. String? billToAttention2,
  71. String? billToAddress1,
  72. String? billToAddress2,
  73. String? billToCity,
  74. String? billToState,
  75. String? billToZipCode,
  76. String? billToCountryId,
  77. String? billToCountry,
  78. String? billToCountryCodeIsoAlpha2,
  79. int? billToCountryCodePhone,
  80. String? invoiceClass,
  81. String? printNotes,
  82. String? paymentTermsId,
  83. String? paymentTerms,
  84. String? paymentTypeId,
  85. String? paymentType,
  86. String? taxId,
  87. String? taxOptionId,
  88. String? taxOption,
  89. String? tax1Name,
  90. String? tax2Name,
  91. double? rentalTaxRate1,
  92. double? salesTaxRate1,
  93. double? laborTaxRate1,
  94. double? rentalTaxRate2,
  95. double? salesTaxRate2,
  96. double? laborTaxRate2,
  97. String? taxItemCode,
  98. String? taxVendor,
  99. String? taxCountry,
  100. String? chargeBatchId,
  101. String? chargeBatchNumber,
  102. bool? quikPayDiscount,
  103. double? quikPayRentalTotal,
  104. double? quikPayTotal,
  105. double? receivedTotal,
  106. String? rateType,
  107. double? consignmentRevenue,
  108. bool? isNonBillable,
  109. String? currencyId,
  110. String? currencyCode,
  111. String? currencySymbol,
  112. String? officeLocationDefaultCurrencyId,
  113. String? divisionId,
  114. String? outsideSalesRepresentativeId,
  115. String? outsideSalesRepresentative,
  116. bool? exportTaxAsLineItem,
  117. String? invoiceNumberColor,
  118. String? statusColor,
  119. String? orderNumberColor,
  120. String? purchaseOrderNumberColor,
  121. String? dealColor,
  122. String? billingStartDateColor,
  123. String? invoiceTotalColor,
  124. String? descriptionColor,
  125. bool? hasRentalItem,
  126. bool? hasMeterItem,
  127. bool? hasSalesItem,
  128. bool? hasLaborItem,
  129. bool? hasMiscellaneousItem,
  130. bool? hasFacilityItem,
  131. bool? hasTransportationItem,
  132. bool? hasRentalSaleItem,
  133. bool? hasRepairItem,
  134. bool? hasConsignment,
  135. bool? hasLossAndDamageItem,
  136. bool? hasInternalInvoice,
  137. bool? isInternal,
  138. double? rentalTotal,
  139. double? salesTotal,
  140. double? facilitiesTotal,
  141. double? miscellaneousTotal,
  142. double? laborTotal,
  143. double? partsTotal,
  144. double? assetSaleTotal,
  145. double? invoiceSubTotal,
  146. double? invoiceTax1,
  147. double? invoiceTax2,
  148. double? invoiceTax,
  149. double? invoiceTotal,
  150. double? remainingTotal,
  151. bool? isStandAloneInvoice,
  152. String? warehouseId,
  153. String? termsConditionsId,
  154. String? termsConditions,
  155. String? sourceId,
  156. String? sourceDate,
  157. String? dateStamp,
  158. String? auditNote,
  159. String? recordTitle,
  160. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  161. List<FwStandardDataFwCustomValue>? custom,
  162. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  163. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesBillingInvoiceInvoice({
  this.invoiceId,
  this.invoiceNumber,
  this.invoiceDate,
  this.invoiceDueDate,
  this.invoiceType,
  this.billingStartDate,
  this.billingEndDate,
  this.usageStartDate,
  this.usageEndDate,
  this.orderId,
  this.orderNumber,
  this.orderDescription,
  this.orderDate,
  this.orderLocation,
  this.invoiceDescription,
  this.creditingInvoiceId,
  this.creditingInvoiceNumber,
  this.customerId,
  this.customer,
  this.customerTypeId,
  this.customerType,
  this.dealId,
  this.deal,
  this.dealNumber,
  this.dealTypeId,
  this.departmentId,
  this.department,
  this.purchaseOrderNumber,
  this.workAuthorizationNumber,
  this.status,
  this.statusDate,
  this.isNoCharge,
  this.isAdjusted,
  this.isBilledHiatus,
  this.episodeNumber,
  this.hasLockedTotal,
  this.isAlteredDates,
  this.officeLocationId,
  this.officeLocation,
  this.invoiceCreationBatchId,
  this.invoiceCreationBatchNumber,
  this.invoiceGroupNumber,
  this.rentalSale,
  this.lossAndDamage,
  this.repair,
  this.inputByUserId,
  this.flatPoId,
  this.orderType,
  this.rebateCustomerId,
  this.orbitsapchgmajor,
  this.orbitsapchgsub,
  this.orbitsapchgdetail,
  this.orbitsapchgdeal,
  this.orbitsapchgset,
  this.excludeFromFlatPo,
  this.isSplitRental,
  this.isRebateRental,
  this.invoiceListTotal,
  this.invoiceGrossTotal,
  this.invoiceDiscountTotal,
  this.invoiceDaysPerWeekDiscountTotal,
  this.referenceNumber,
  this.agentId,
  this.agent,
  this.projectManagerId,
  this.projectManager,
  this.billToAddressId,
  this.billToName,
  this.billToAttention1,
  this.billToAttention2,
  this.billToAddress1,
  this.billToAddress2,
  this.billToCity,
  this.billToState,
  this.billToZipCode,
  this.billToCountryId,
  this.billToCountry,
  this.billToCountryCodeIsoAlpha2,
  this.billToCountryCodePhone,
  this.invoiceClass,
  this.printNotes,
  this.paymentTermsId,
  this.paymentTerms,
  this.paymentTypeId,
  this.paymentType,
  this.taxId,
  this.taxOptionId,
  this.taxOption,
  this.tax1Name,
  this.tax2Name,
  this.rentalTaxRate1,
  this.salesTaxRate1,
  this.laborTaxRate1,
  this.rentalTaxRate2,
  this.salesTaxRate2,
  this.laborTaxRate2,
  this.taxItemCode,
  this.taxVendor,
  this.taxCountry,
  this.chargeBatchId,
  this.chargeBatchNumber,
  this.quikPayDiscount,
  this.quikPayRentalTotal,
  this.quikPayTotal,
  this.receivedTotal,
  this.rateType,
  this.consignmentRevenue,
  this.isNonBillable,
  this.currencyId,
  this.currencyCode,
  this.currencySymbol,
  this.officeLocationDefaultCurrencyId,
  this.divisionId,
  this.outsideSalesRepresentativeId,
  this.outsideSalesRepresentative,
  this.exportTaxAsLineItem,
  this.invoiceNumberColor,
  this.statusColor,
  this.orderNumberColor,
  this.purchaseOrderNumberColor,
  this.dealColor,
  this.billingStartDateColor,
  this.invoiceTotalColor,
  this.descriptionColor,
  this.hasRentalItem,
  this.hasMeterItem,
  this.hasSalesItem,
  this.hasLaborItem,
  this.hasMiscellaneousItem,
  this.hasFacilityItem,
  this.hasTransportationItem,
  this.hasRentalSaleItem,
  this.hasRepairItem,
  this.hasConsignment,
  this.hasLossAndDamageItem,
  this.hasInternalInvoice,
  this.isInternal,
  this.rentalTotal,
  this.salesTotal,
  this.facilitiesTotal,
  this.miscellaneousTotal,
  this.laborTotal,
  this.partsTotal,
  this.assetSaleTotal,
  this.invoiceSubTotal,
  this.invoiceTax1,
  this.invoiceTax2,
  this.invoiceTax,
  this.invoiceTotal,
  this.remainingTotal,
  this.isStandAloneInvoice,
  this.warehouseId,
  this.termsConditionsId,
  this.termsConditions,
  this.sourceId,
  this.sourceDate,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});