Open the Portico Developer Guide site
PosGateway Schema
RecurringData Element
PosGateway Schema > TransactionDataType Complex Type : RecurringData Element
Namespace http://Hps.Exchange.PosGateway
Type
RecurringDataType Complex Type
Diagram
RecurringDataCode Element OneTime Element ScheduleID Element All RecurringData Element
Overview
All
ScheduleID optional scheduleIDType Simple Type

The PayPlan ScheduleIdentifier

OneTime optional booleanType Simple Type

Indicates a one-time payment (Y) or a recurring payment (N); if not provided N is assumed.

RecurringDataCode optional xs:string

MasterCard value that may be returned on recurring transactions.

Note: This is returned in the response and should never be used in the request.

Source
<xs:element name="RecurringData" type="RecurringDataType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
See Also
TransactionDataType Complex TypePosGateway Schema