WebApiModulesInventoryRetiredRetired constructor

const WebApiModulesInventoryRetiredRetired({
  1. String? retiredId,
  2. String? inventoryId,
  3. String? iCode,
  4. String? description,
  5. String? availableFor,
  6. String? barCode,
  7. String? itemId,
  8. String? serialNumber,
  9. String? warehouseId,
  10. String? warehouseCode,
  11. String? warehouse,
  12. String? consignorId,
  13. String? consignor,
  14. String? consignorAgreementId,
  15. String? agreementNumber,
  16. String? retiredDate,
  17. String? retiredReason,
  18. String? retiredReasonType,
  19. String? retiredBy,
  20. String? retiredReasonId,
  21. String? retiredByUserId,
  22. String? retiredNotes,
  23. double? retiredQuantity,
  24. double? unretiredQuantity,
  25. String? lostOrderId,
  26. String? lostOrderNumber,
  27. String? lostName,
  28. String? lostAddress1,
  29. String? lostAddress2,
  30. String? lostCity,
  31. String? lostState,
  32. String? lostZipCode,
  33. String? lostPhone,
  34. String? lostCountryId,
  35. String? lostCountry,
  36. String? lostCountryCodeIsoAlpha2,
  37. int? lostCountryCodePhone,
  38. String? soldToOrderDescription,
  39. String? soldToOrderReferenceNumber,
  40. String? soldToOrderId,
  41. String? soldToOrderItemId,
  42. String? soldToOrderNumber,
  43. String? soldDate,
  44. double? soldAmount,
  45. String? soldToName,
  46. String? soldToAddress1,
  47. String? soldToAddress2,
  48. String? soldToCity,
  49. String? soldToState,
  50. String? soldToZipCode,
  51. String? soldToPhone,
  52. String? soldToCountryId,
  53. String? soldToCountry,
  54. String? soldToCountryCodeIsoAlpha2,
  55. int? soldToCountryCodePhone,
  56. String? soldCurrencyId,
  57. String? soldCurrency,
  58. String? soldCurrencyCode,
  59. String? soldCurrencySymbol,
  60. String? inventoryTypeId,
  61. String? replacementInventoryId,
  62. String? replacementItemId,
  63. String? replacementItemICode,
  64. String? replacementItemDescription,
  65. String? replacementItemBarCode,
  66. String? replacementItemSerialNumber,
  67. bool? changeICode,
  68. String? donatedOrderId,
  69. String? donatedOrderNumber,
  70. String? donatedDate,
  71. String? donatedToName,
  72. String? donatedToAddress1,
  73. String? donatedToAddress2,
  74. String? donatedToCity,
  75. String? donatedToState,
  76. String? donatedToZipCode,
  77. String? donatedToPhone,
  78. String? donatedToCountryId,
  79. String? donatedToCountry,
  80. String? donatedToCountryCodeIsoAlpha2,
  81. int? donatedToCountryCodePhone,
  82. String? donatedCurrencyId,
  83. String? donatedCurrency,
  84. String? donatedCurrencyCode,
  85. String? donatedCurrencySymbol,
  86. String? billedInvoiceId,
  87. String? billedInvoiceNumber,
  88. String? billedInvoiceDate,
  89. double? billedAmount,
  90. String? billedCurrencyId,
  91. String? billedCurrency,
  92. String? billedCurrencyCode,
  93. String? billedCurrencySymbol,
  94. String? auditNote,
  95. String? recordTitle,
  96. dynamic urlIdentifier,
  97. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  98. List<FwStandardDataFwCustomValue>? custom,
  99. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  100. FwStandardBusinessLogicFwBusinessLogic? original,
  101. List<FwStandardDataFwTranslatedValue>? translation,
  102. bool? hasImport,
  103. bool? hasDocuments,
  104. String? createdByUserId,
  105. String? createdByUserName,
  106. String? createdDateTime,
  107. String? modifiedByUserId,
  108. String? modifiedByUserName,
  109. String? modifiedDateTime,
})

Implementation

const WebApiModulesInventoryRetiredRetired({
  this.retiredId,
  this.inventoryId,
  this.iCode,
  this.description,
  this.availableFor,
  this.barCode,
  this.itemId,
  this.serialNumber,
  this.warehouseId,
  this.warehouseCode,
  this.warehouse,
  this.consignorId,
  this.consignor,
  this.consignorAgreementId,
  this.agreementNumber,
  this.retiredDate,
  this.retiredReason,
  this.retiredReasonType,
  this.retiredBy,
  this.retiredReasonId,
  this.retiredByUserId,
  this.retiredNotes,
  this.retiredQuantity,
  this.unretiredQuantity,
  this.lostOrderId,
  this.lostOrderNumber,
  this.lostName,
  this.lostAddress1,
  this.lostAddress2,
  this.lostCity,
  this.lostState,
  this.lostZipCode,
  this.lostPhone,
  this.lostCountryId,
  this.lostCountry,
  this.lostCountryCodeIsoAlpha2,
  this.lostCountryCodePhone,
  this.soldToOrderDescription,
  this.soldToOrderReferenceNumber,
  this.soldToOrderId,
  this.soldToOrderItemId,
  this.soldToOrderNumber,
  this.soldDate,
  this.soldAmount,
  this.soldToName,
  this.soldToAddress1,
  this.soldToAddress2,
  this.soldToCity,
  this.soldToState,
  this.soldToZipCode,
  this.soldToPhone,
  this.soldToCountryId,
  this.soldToCountry,
  this.soldToCountryCodeIsoAlpha2,
  this.soldToCountryCodePhone,
  this.soldCurrencyId,
  this.soldCurrency,
  this.soldCurrencyCode,
  this.soldCurrencySymbol,
  this.inventoryTypeId,
  this.replacementInventoryId,
  this.replacementItemId,
  this.replacementItemICode,
  this.replacementItemDescription,
  this.replacementItemBarCode,
  this.replacementItemSerialNumber,
  this.changeICode,
  this.donatedOrderId,
  this.donatedOrderNumber,
  this.donatedDate,
  this.donatedToName,
  this.donatedToAddress1,
  this.donatedToAddress2,
  this.donatedToCity,
  this.donatedToState,
  this.donatedToZipCode,
  this.donatedToPhone,
  this.donatedToCountryId,
  this.donatedToCountry,
  this.donatedToCountryCodeIsoAlpha2,
  this.donatedToCountryCodePhone,
  this.donatedCurrencyId,
  this.donatedCurrency,
  this.donatedCurrencyCode,
  this.donatedCurrencySymbol,
  this.billedInvoiceId,
  this.billedInvoiceNumber,
  this.billedInvoiceDate,
  this.billedAmount,
  this.billedCurrencyId,
  this.billedCurrency,
  this.billedCurrencyCode,
  this.billedCurrencySymbol,
  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,
});