Open the Portico Developer Guide site
PosGateway Schema
NTRSDevicePhoneNumber Element
PosGateway Schema > NTRSDeviceDataType Complex Type : NTRSDevicePhoneNumber Element
Description

The telephone number or the last few digits of the telephone number

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
NTRSDevicePhoneNumber optional Restriction of xs:string

The telephone number or the last few digits of the telephone number

Source
<xs:element name="NTRSDevicePhoneNumber" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The telephone number or the last few digits of the telephone number</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="31" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
NTRSDeviceDataType Complex TypePosGateway Schema