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

A list of transaction types to search for (i.e. CreditSale); see the associated Type enumerations for specific values supported.

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

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of serviceNameType Simple Type
Overview
ServiceName 0..15 Restriction of serviceNameType Simple Type

A list of transaction types to search for (i.e. CreditSale); see the associated Type enumerations for specific values supported.

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

Source
<xs:element name="ServiceName" minOccurs="0" maxOccurs="15" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">A list of transaction types to search for (i.e. CreditSale); 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:simpleType>
    <xs:restriction base="serviceNameType">
      <xs:enumeration value="DebitAuth" />
      <xs:enumeration value="DebitSale" />
      <xs:enumeration value="DebitReturn" />
      <xs:enumeration value="DebitAddToBatch" />
      <xs:enumeration value="CashReturn" />
      <xs:enumeration value="CashSale" />
      <xs:enumeration value="CreditOfflineSale" />
      <xs:enumeration value="CreditOfflineAuth" />
      <xs:enumeration value="CreditReturn" />
      <xs:enumeration value="CreditAuth" />
      <xs:enumeration value="CreditAdditionalAuth" />
      <xs:enumeration value="CreditSale" />
      <xs:enumeration value="CheckSale" />
      <xs:enumeration value="CheckQuery" />
      <xs:enumeration value="CheckVoid" />
      <xs:enumeration value="GiftCardActivate" />
      <xs:enumeration value="GiftCardAddValue" />
      <xs:enumeration value="GiftCardReplace" />
      <xs:enumeration value="GiftCardReward" />
      <xs:enumeration value="GiftCardSale" />
      <xs:enumeration value="GiftCardTip" />
      <xs:enumeration value="GiftCardReversal" />
      <xs:enumeration value="GiftCardVoid" />
      <xs:enumeration value="EBTFSPurchase" />
      <xs:enumeration value="EBTFSReturn" />
      <xs:enumeration value="EBTVoucherPurchase" />
      <xs:enumeration value="EBTCashBackPurchase" />
      <xs:enumeration value="EBTCashBenefitWithdrawal" />
      <xs:enumeration value="OverrideFraudDecline" />
      <xs:enumeration value="PrePaidAddValue" />
      <xs:enumeration value="ReCurringBilling" />
      <xs:enumeration value="RecurringBillingAuth" />
      <xs:enumeration value="RewardCashQuery" />
      <xs:enumeration value="RewardCashRedeem" />
      <xs:enumeration value="Tokenize" />
      <xs:enumeration value="AltPaymentAuth" />
      <xs:enumeration value="AltPaymentSale" />
      <xs:enumeration value="AltPaymentCapture" />
      <xs:enumeration value="AltPaymentOrder" />
      <xs:enumeration value="AltPaymentReturn" />
      <xs:enumeration value="AltPaymentVoid" />
      <xs:enumeration value="AltPaymentCreateAuth" />
      <xs:enumeration value="AltPaymentReversal" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
SearchCriteriaType Complex TypePosGateway Schema