randmar-api-client 1.100.0 → 1.101.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5340,7 +5340,7 @@ export type ReturnPartNumbers = {
|
|
|
5340
5340
|
/** Gets or sets the reason for returning the item.
|
|
5341
5341
|
Required
|
|
5342
5342
|
The only options are: Picking Error, Defective, Lost with Carrier, Ordering Error (20% restocking fee applies) */
|
|
5343
|
-
|
|
5343
|
+
ReasonForReturn?: string | null;
|
|
5344
5344
|
/** Gets or sets the serial numbers of the items being returned, if applicable.
|
|
5345
5345
|
Not required */
|
|
5346
5346
|
SerialNumbers?: string | null;
|