Open the Portico Developer Guide site
PosGateway Schema
FirstInstallmentType Complex Type
PosGateway Schema : FirstInstallmentType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
Amount Element InstallmentFee Element UpfrontFee Element All FirstInstallmentType Complex Type
Overview
All
UpfrontFee optional xs:int

Upfront fee

InstallmentFee optional xs:int

Installment fee

Amount optional xs:int

Installment amount

Used By
FirstInstallment Element
Source
<xs:complexType name="FirstInstallmentType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="UpfrontFee" type="xs:int" minOccurs="0" default="-1">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Upfront fee</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="InstallmentFee" type="xs:int" minOccurs="0" default="-1">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Installment fee</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Amount" type="xs:int" minOccurs="0" default="-1">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Installment amount</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema