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

Last Installment fee

Amount optional xs:int

Last installment amount

Used By
LastInstallment Element
Source
<xs:complexType name="LastInstallmentType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="InstallmentFee" type="xs:int" minOccurs="0" default="-1">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Last 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">Last installment amount</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema