Open the Portico Developer Guide site
PosGateway Schema
IPSelectedTermsRspType Complex Type
PosGateway Schema : IPSelectedTermsRspType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
AuthorizedTerms Element IssuerName Element All IPSelectedTermsRspType Complex Type
Overview
All
IssuerName optional xs:string

Issuer Name

AuthorizedTerms optional xs:string

Authorized Terms

Used By
IpSelectedTermsRsp Element
Source
<xs:complexType name="IPSelectedTermsRspType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="IssuerName" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Issuer Name </p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AuthorizedTerms" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Authorized Terms</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema