WebApiModulesInventoryRetiredRetired constructor
WebApiModulesInventoryRetiredRetired({
- String? retiredId,
- String? inventoryId,
- String? iCode,
- String? description,
- String? barCode,
- String? itemId,
- String? serialNumber,
- String? warehouseId,
- String? warehouseCode,
- String? warehouse,
- String? consignorId,
- String? consignor,
- String? consignorAgreementId,
- String? agreementNumber,
- String? retiredDate,
- String? retiredReason,
- String? retiredReasonType,
- String? retiredBy,
- String? retiredReasonId,
- String? retiredByUserId,
- String? retiredNotes,
- double? retiredQuantity,
- double? unretiredQuantity,
- String? lostOrderId,
- String? lostOrderNumber,
- String? lostName,
- String? lostAddress1,
- String? lostAddress2,
- String? lostCity,
- String? lostState,
- String? lostZipCode,
- String? lostPhone,
- String? lostCountryId,
- String? lostCountry,
- String? lostCountryCodeIsoAlpha2,
- int? lostCountryCodePhone,
- String? soldToOrderDescription,
- String? soldToOrderReferenceNumber,
- String? soldToOrderId,
- String? soldToOrderItemId,
- String? soldToOrderNumber,
- String? soldDate,
- double? soldAmount,
- String? soldToName,
- String? soldToAddress1,
- String? soldToAddress2,
- String? soldToCity,
- String? soldToState,
- String? soldToZipCode,
- String? soldToPhone,
- String? soldToCountryId,
- String? soldToCountry,
- String? soldToCountryCodeIsoAlpha2,
- int? soldToCountryCodePhone,
- String? soldCurrencyId,
- String? soldCurrency,
- String? soldCurrencyCode,
- String? soldCurrencySymbol,
- String? inventoryTypeId,
- String? replacementInventoryId,
- String? replacementItemId,
- String? replacementItemICode,
- String? replacementItemDescription,
- String? replacementItemBarCode,
- String? replacementItemSerialNumber,
- bool? changeICode,
- String? donatedOrderId,
- String? donatedOrderNumber,
- String? donatedDate,
- String? donatedToName,
- String? donatedToAddress1,
- String? donatedToAddress2,
- String? donatedToCity,
- String? donatedToState,
- String? donatedToZipCode,
- String? donatedToPhone,
- String? donatedToCountryId,
- String? donatedToCountry,
- String? donatedToCountryCodeIsoAlpha2,
- int? donatedToCountryCodePhone,
- String? donatedCurrencyId,
- String? donatedCurrency,
- String? donatedCurrencyCode,
- String? donatedCurrencySymbol,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});