XML3 - API DLL Documentation
Assembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)
Constructor that accepts individual variables to build the inventory check.
Namespace: XMLV3API.OrderAssembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public InventoryCheckItem( int LineNo, string VIPSKU, string EAN, int QtyRequired ) |
Visual Basic |
---|
Public Sub New ( _ LineNo As Integer, _ VIPSKU As String, _ EAN As String, _ QtyRequired As Integer _ ) |
Visual C++ |
---|
public: InventoryCheckItem( int LineNo, String^ VIPSKU, String^ EAN, int QtyRequired ) |
Parameters
- LineNo
- Type: System..::..Int32
the line number of the order you are checking.
- VIPSKU
- Type: System..::..String
the VIP SKU code that you wish to check availability for.
- EAN
- Type: System..::..String
the EAN code that you wish to check availability for.
- QtyRequired
- Type: System..::..Int32
the quantity you wish to check availability for.