Open the Portico Developer Guide site
PosGateway Schema
EligiblePlans Element
PosGateway Schema > IPTermsRspDataType Complex Type > VISEligiblePlans Element : EligiblePlans Element
Description

VIS installment plan information returned by VIS. Certain sub-elements may be repeated.

Namespace http://Hps.Exchange.PosGateway
Type
MatchedPlansType Complex Type
Diagram
PlanId Element CostInfo Element TermsConditions Element InstallmentFrequency Element NbrOfInstallments Element PlanType Element PlanName Element Sequence EligiblePlans Element
Overview
EligiblePlans MatchedPlansType Complex Type

VIS installment plan information returned by VIS. Certain sub-elements may be repeated.

Sequence
PlanName optional xs:string

The name of the Installment Plan

PlanType optional xs:string

The type of installment plan

NbrOfInstallments optional xs:int

The number of installments for the plan

InstallmentFrequency optional xs:string

The frequency of installments for the plan

TermsConditions 0..∞ TermsConditionsType Complex Type

Contains the Plan Terms and Conditions to be presented to the customer. This element may be repeated when multiple Terms and Conditions are available.

All
Url optional xs:string

The display URL for the plan terms and conditions

Version optional xs:string

The version of the plan terms and conditions

Text optional xs:string

The text of the plan terms and conditions

LanguageCode optional xs:string

The language of plan terms and conditions

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

PlanId optional xs:string

The reference ID for the Installment Plan, as provided by VIS. This is the reference ID for the plan chosen by the customer, and used in all subsequent transactions

Source
<xs:element name="EligiblePlans" type="MatchedPlansType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">VIS installment plan information returned by VIS. Certain sub-elements may be repeated.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
VISEligiblePlans ElementIPTermsRspDataType Complex TypePosGateway Schema