Open the Portico Developer Guide site
PosGateway Schema
OneTime Element
PosGateway Schema > RecurringDataType Complex Type : OneTime Element
Description

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

Namespace http://Hps.Exchange.PosGateway
Type
booleanType Simple Type
Overview
OneTime optional booleanType Simple Type

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

Source
<xs:element name="OneTime" type="booleanType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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>
See Also
RecurringDataType Complex TypePosGateway Schema