WebApiModulesInventoryRetiredRetired constructor

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

Implementation

WebApiModulesInventoryRetiredRetired({
  this.retiredId,
  this.inventoryId,
  this.iCode,
  this.description,
  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.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});