Path: CnPAPI.Engine.Request.Order.OrderItemList.OrderItem.UnitTax
Name
|
UnitTax
|
Path
|
CnPAPI.Engine.Request.Order.OrderItemList.OrderItem.UnitTax
|
Description
|
The tax for the item
purchased. Total tax will be
calculated based on the quantity purchased and the unit tax. Total tax will be included in the receipt
as well as the report.
|
Data Type
|
Int64
|
Range
|
Minimum: 0
Maximum: 9999999999
Use
12345 for $123.45 – do not use decimal points. $100 = 10000
|
Operation
|
Transaction
Operation only
|
Input/output
|
Input
|
Version/Release
|
1.2
|
Required
|
No
|
Example
|
<UnitTax>400</UnitTax>
The
above unit tax is $4.00
|
Schema
<xsd:element name="UnitTax">
<xsd:simpleType>
<xsd:annotation>
<xsd:documentation>The
tax for the item purchased. Total tax
will be calculated based on the quantity purchased and the unit tax. Total tax will be included in the receipt as
well as the report.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:long">
<xsd:minInclusive value="0"/>
<xsd:maxInclusive value="9999999999"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>