Open the Portico Developer Guide site
PosGateway Schema
GiftCardTipReqBlock1Type Complex Type
PosGateway Schema : GiftCardTipReqBlock1Type Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
Currency Element GratuityAmtInfo Element GatewayTxnId Element All GiftCardTipReqBlock1Type Complex Type
Overview
All
GatewayTxnId txnIdType Simple Type

Gateway-generated transaction identifier returned in the response of the original transaction. This indicates the transaction to be updated.

GratuityAmtInfo amtTypeGlobal Simple Type

The tip amount to be deducted (redeemed) from the stored value account

Note: This field is not informational only and will alter the account balance.

Currency optional currencyType Simple Type

Identifies the currency of the transaction amount; see the associated Type enumerations for specific values supported.

Used By
Block1 Element
Source
<xs:complexType name="GiftCardTipReqBlock1Type" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="GatewayTxnId" type="txnIdType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Gateway-generated transaction identifier returned in the response of the original transaction. This indicates the transaction to be updated.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="GratuityAmtInfo" type="amtTypeGlobal">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The tip amount to be deducted (redeemed) from the stored value account</p>
          <p xmlns="http://Hps.Exchange.PosGateway" />
          <p xmlns="http://Hps.Exchange.PosGateway">
            <strong>Note:</strong> This field is not informational only and will alter the account balance.
            </p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Currency" type="currencyType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Identifies the currency of the transaction amount; see the associated Type enumerations for specific values supported.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema