Open the Portico Developer Guide site
PosGateway Schema
TermsConditionsType Complex Type
PosGateway Schema : TermsConditionsType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
LanguageCode Element Text Element Version Element Url Element All TermsConditionsType Complex Type
Overview
All
Url optional xs:string

The display URL for the plan terms and conditions

Version optional xs:string

The version of the plan terms and conditions

Text optional xs:string

The text of the plan terms and conditions

LanguageCode optional xs:string

The language of plan terms and conditions

Used By
TermsConditions Element
Source
<xs:complexType name="TermsConditionsType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="Url" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The display URL for the plan terms and conditions</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Version" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The version of the plan terms and conditions</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Text" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The text of the plan terms and conditions</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LanguageCode" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The language of plan terms and conditions</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema