Open the Portico Developer Guide site
PosGateway Schema
FirstInstallment Element
PosGateway Schema > CostInfoType Complex Type : FirstInstallment Element
Description

The first installment fee information for the installment plan

Namespace http://Hps.Exchange.PosGateway
Type
FirstInstallmentType Complex Type
Diagram
Amount Element InstallmentFee Element UpfrontFee Element All FirstInstallment Element
Overview
FirstInstallment optional FirstInstallmentType Complex Type

The first installment fee information for the installment plan

All
UpfrontFee optional xs:int

Upfront fee

InstallmentFee optional xs:int

Installment fee

Amount optional xs:int

Installment amount

Source
<xs:element name="FirstInstallment" type="FirstInstallmentType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The first installment fee information for the installment plan</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
CostInfoType Complex TypePosGateway Schema