Open the Portico Developer Guide site
PosGateway Schema
MidRspType Complex Type
PosGateway Schema : MidRspType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
Devices Element License Element Site Element MerchNbr Element Sequence MidRspType Complex Type
Overview
Sequence
Sequence
Name Restriction of xs:string
Addr1 optional Restriction of xs:string
Addr2 optional Restriction of xs:string
Addr3 optional Restriction of xs:string
City optional Restriction of xs:string
State optional Restriction of xs:string
Zip optional Restriction of xs:string
CustomerSvcPhoneNbr optional Restriction of xs:string
All
Sequence
IndustryCode xs:string
DeviceDescription optional xs:string
CheckProcessor optional xs:string
CheckSEC 0..∞ xs:string
PDLNotification optional booleanType Simple Type

PDLNotification flag that has been persisted for this device.

Used By
MIDS Element
MIDS Element
Source
<xs:complexType name="MidRspType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="MerchNbr" type="MerchNbrRspType" />
    <xs:element name="Site" type="SiteRspType" />
    <xs:element name="License" type="LicenseRspType" />
    <xs:element name="Devices" type="DeviceRspType" maxOccurs="unbounded" />
  </xs:sequence>
</xs:complexType>
See Also
PosGateway Schema