Home / ... / OrderItemList / OrderItem / UnitDiscount

UnitDiscount


Path: CnPAPI.Engine.Request.Order.OrderItemList.OrderItem.UnitDiscount

Name

UnitDiscount

Path

CnPAPI.Engine.Request.Order.OrderItemList.OrderItem.UnitDiscount

Description

The discount to be applied towards the purchase. Total discount will appear 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

<UnitDiscount>600</UnitDiscount>

The above unit discount is $6.00

Schema

 <xsd:element name="UnitDiscount">

 <xsd:simpleType>

 <xsd:annotation>

 <xsd:documentation>The discount to be applied towards the purchase. Total discount will appear 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>




     RSS of this page