Open the Portico Developer Guide site
PosGateway Schema
PaymentType Element
PosGateway Schema > SearchCriteriaType Complex Type : PaymentType Element
Description

A list of payment methods to search for (i.e. Credit, Debit, etc.); see the associated Type enumerations for specific values supported.

Note: If not supplied, 'all' is assumed.

Namespace http://Hps.Exchange.PosGateway
Type
paymentTypeType Simple Type
Overview
PaymentType 0..2 paymentTypeType Simple Type

A list of payment methods to search for (i.e. Credit, Debit, etc.); see the associated Type enumerations for specific values supported.

Note: If not supplied, 'all' is assumed.

Source
<xs:element name="PaymentType" type="paymentTypeType" minOccurs="0" maxOccurs="2" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">A list of payment methods to search for (i.e. Credit, Debit, etc.); see the associated Type enumerations for specific values supported.</p>
      <p xmlns="http://Hps.Exchange.PosGateway" />
      <p xmlns="http://Hps.Exchange.PosGateway">
        <strong>Note:</strong> If not supplied, 'all' is assumed.
            </p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
SearchCriteriaType Complex TypePosGateway Schema