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

Additional data that may be required for recurring 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

Additional data that may be required for recurring 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">Additional data that may be required for recurring transactions</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
CheckSaleReqBlock1Type Complex TypePosGateway Schema