Path: CnPAPI.Engine.Request.Order.OrderItemList.OrderItem.ItemName
Name
|
ItemName
|
Path
|
CnPAPI.Engine.Request.Order.OrderItemList.OrderItem.ItemName
|
Description
|
The name of the item in the
transaction. Example: Donation,
T-Shirt, Event Ticket, etc.
|
Data Type
|
String
|
Range
|
Minimum: 2 characters
Maximum: 50 characters
|
Default
|
|
Operation
|
Transaction Operation only
|
Input/output
|
Input
|
Version/Release
|
1.2
|
Required
|
Yes
|
Example
|
<ItemName>Conference
Ticket</ItemName>
|
Schema
<xsd:element name="ItemName">
<xsd:simpleType>
<xsd:annotation>
<xsd:documentation>The
name of the item in the transaction. Example: Donation, T-Shirt, Event Ticket, etc.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:minLength value="2"/>
<xsd:maxLength value="50"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>