Open the Portico Developer Guide site
PosGateway Schema
RecurringDataType Complex Type
PosGateway Schema : RecurringDataType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
RecurringDataCode Element OneTime Element ScheduleID Element All RecurringDataType Complex Type
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.

Used By
RecurringData Element
RecurringData Element
RecurringData Element
RecurringData Element
RecurringData Element
Source
<xs:complexType name="RecurringDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="ScheduleID" type="scheduleIDType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The PayPlan ScheduleIdentifier</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OneTime" type="booleanType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Indicates a one-time payment (Y) or a recurring payment (N); if not provided N is assumed.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="RecurringDataCode" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">MasterCard value that may be returned on recurring transactions.</p>
          <p xmlns="http://Hps.Exchange.PosGateway" />
          <p xmlns="http://Hps.Exchange.PosGateway">
            <strong>Note:</strong> This is returned in the response and should never be used in the request.
            </p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema