Open the Portico Developer Guide site
Portico Schema
IPTermsRspDataType Complex Type
Portico Schema : IPTermsRspDataType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
TermOptions Element Program Element All IPTermsRspDataType Complex Type
Overview
All
Program programType Simple Type

Valid values include:

  • mIPP
  • SIP

Used By
IpTerms Element
Source
<xs:complexType name="IPTermsRspDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="Program" type="ProgramType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">
                        Valid values include:
                        <ul><li>mIPP</li><li>SIP</li></ul></p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TermOptions" type="TermOptionsType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Term Options</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
Portico Schema