Path: CnPAPI.Engine.Request.Order.OrderItemList.OrderItem. UnitDeductible
Name
|
UnitDeductible
|
Path
|
CnPAPI.Engine.Request.Order.OrderItemList.OrderItem.
UnitDeductible
|
Description
|
The tax deductible portion of
the unit price of the item. For
example: T-shirt is $20 and the tax
deductible portion is $10. The receipt
will show the total tax deductible portion of the total price. Tax deductible portion 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
|
Default
|
|
Operation
|
Transaction Operation only
|
Input/output
|
Input
|
Version/Release
|
1.2
|
Required
|
No
|
Example
|
<UnitDeductible>300</UnitDeductible>
The above tax deductible portion
of each unit is $3.00
|
Schema
<xsd:element name="UnitDeductible">
<xsd:simpleType>
<xsd:annotation>
<xsd:documentation>The
tax deductible portion of the unit price of the item. For example: T-shirt is $20 and the tax deductible portion is $10. The receipt will show the total tax deductible
portion of the total price. Tax
deductible portion 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>