Path: CnPAPI.Engine.Request.Order.ThirdParty.MobilePayment
Element:
Schema
<xsd:element name="MobilePayment">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="CellPhoneNumber" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Example:
<MobilePayment>
<CellPhoneNumber>15401231234</CellPhoneNumber >
</ MobilePayment >
CellPhoneNumber
Name
|
CellPhoneNumber
|
Path
|
nPAPI.Engine.Request.Order.ThirdParty.MobilePayment.CellPhoneNumber
|
Description
|
Mobile phone number: format – country code + area code + number
|
Data Type
|
String
|
Range
|
Minimum: 11 character
Maximum: 25 characters
|
Default
|
|
Operation
|
Transaction Operation only
|
Input/output
|
Input
|
Version/Release
|
2.20
|
Required
|
No
|
Example
|
<CellPhoneNumber>15401234567</CellPhoneNumber>
|
Schema
<xsd:element name="CellPhoneNumber">
<xsd:simpleType>
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:minLength value="11"/>
<xsd:maxLength value="25"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>