<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>
|