Open the Portico Developer Guide site
PosGateway Schema
RecurringData Element
PosGateway Schema > RecurringBillReqBlock1Type Complex Type : RecurringData Element
Description

Recurring data; includes the flag for one-time transactions

Namespace http://Hps.Exchange.PosGateway
Type
RecurringDataType Complex Type
Diagram
RecurringDataCode Element OneTime Element ScheduleID Element All RecurringData Element
Overview
RecurringData optional RecurringDataType Complex Type

Recurring data; includes the flag for one-time transactions

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">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Recurring data; includes the flag for one-time transactions</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
RecurringBillReqBlock1Type Complex TypePosGateway Schema