Path: CnPAPI.Engine.Request.Order.OrderItemList.OrderItem.Quantity
Name
|
Quantity
|
Path
|
CnPAPI.Engine.Request.Order.OrderItemList.OrderItem.Quantity
|
Description
|
Quantity to be purchased. The quantity will be included in the
receipt. The total calculation will be
checked against the quantity and unit price multiplication.
|
Data Type
|
Int32
|
Range
|
Minimum: 1
Maximum: 9999999
|
Default
|
|
Operation
|
Transaction Operation only
|
Input/output
|
Input
|
Version/Release
|
1.2
|
Required
|
Yes
|
Example
|
<Quantity>2</Quantity>
|
Schema
<xsd:element name="Quantity">
<xsd:simpleType>
<xsd:annotation>
<xsd:documentation>Quantity
to be purchased. The quantity will be
included in the receipt. The total
calculation will be checked against the quantity and unit price multiplication.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:long">
<xsd:minInclusive value="1"/>
<xsd:maxInclusive value="9999999"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>