Class BulkTransactionDTO
java.lang.Object
com.skava.cart.orchestration.model.BulkTransactionDTO
- All Implemented Interfaces:
Serializable
This class defines the BulkTransactionDTO model for blocking quantity of multiple bin items.
Every bin can have a set of bin items. Bin item is a SKU associated to a particular bin.
Transaction helps to manage the quantity of a bin item.
Types of transactions are Type 1 = ADD, Type 2 = REMOVE, Type 3 = TRANSFER, 4 = RECONCILE.
- Since:
- Sep 11, 2024
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BulkTransactionDTO
public BulkTransactionDTO()
-