Open the Portico Developer Guide site
PosGateway Schema
CostInfo Element
PosGateway Schema > MatchedPlansType Complex Type : CostInfo Element
Description

Contains information related to costs and fees associated with the Installment Plan. This element may be repeated when multiple cost options are available.

Namespace http://Hps.Exchange.PosGateway
Type
CostInfoType Complex Type
Diagram
Currency Element LastInstallment Element FirstInstallment Element TotalRecurringFees Element TotalUpfrontFees Element TotalFees Element TotalPlanCost Element FeeInfo Element AnnualPercentageRate Element Sequence CostInfo Element
Overview
CostInfo optional CostInfoType Complex Type

Contains information related to costs and fees associated with the Installment Plan. This element may be repeated when multiple cost options are available.

Sequence
AnnualPercentageRate optional xs:decimal

The APR for the installment plan

FeeInfo 0..∞ FeeInfoType Complex Type

The fee information for the installment plan.

All
Type optional xs:string

The fee type

RatePercentage optional xs:decimal

The rate percentage

FlatFee optional xs:int

Flat fee

TotalPlanCost optional xs:int

The total cost of the installment plan

TotalFees optional xs:int

The total fees for the installment plan

TotalUpfrontFees optional xs:int

The total upfront fees for the installment plan

TotalRecurringFees optional xs:int

The total recurring fees for the installment plan

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

LastInstallment optional LastInstallmentType Complex Type

The last installment fee information for the installment plan

All
InstallmentFee optional xs:int

Last Installment fee

Amount optional xs:int

Last installment amount

Currency optional xs:string

The currency type associated with the installment plan

Source
<xs:element name="CostInfo" type="CostInfoType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Contains information related to costs and fees associated with the Installment Plan. This element may be repeated when multiple cost options are available.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
MatchedPlansType Complex TypePosGateway Schema