Open the Portico Developer Guide site
PosGateway Schema
TYPointsDataType Complex Type
PosGateway Schema : TYPointsDataType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
DischargedAmtInfo Element ForeignTicketId Element TYPointsDischarged Element ForeignTerminalId Element TYPointsMerchantId Element CampaignName Element CampaignId Element TYPointsTxnApprovalId Element All TYPointsDataType Complex Type
Overview
All
TYPointsTxnApprovalId optional Restriction of xs:string

Generated during the point redemption process. Must be present for all Thank You Point requests.

CampaignId optional Restriction of xs:string

Identifier for each participating bank. Must be present for all Thank You Point requests.

CampaignName optional Restriction of xs:string

Name of the participating bank associated with the Campaign ID.

TYPointsMerchantId optional Restriction of xs:string

Thank You Point redemption system internal merchant identifier.

ForeignTerminalId optional Restriction of xs:string

Cash register or point of sale ID of the trading partner. Must be present for all Thank You Point requests.

TYPointsDischarged optional Restriction of xs:decimal

Points to be redeemed. Two decimals implied. Must be present for all Thank You Point requests.

ForeignTicketId optional Restriction of xs:string

Invoice number or unique sales folio of the point of sale. Must be present for all Thank You Point requests.

DischargedAmtInfo optional amtTypeGlobal Simple Type

The amount of the transaction that was covered by points. Must be present for all Thank You Point requests.

Used By
TYPoints Element
TYPoints Element
TYPoints Element
Source
<xs:complexType name="TYPointsDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="TYPointsTxnApprovalId" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Generated during the point redemption process. Must be present for all Thank You Point requests.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:pattern value="^[0-9]+$" />
          <xs:maxLength value="18" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="CampaignId" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Identifier for each participating bank. Must be present for all Thank You Point requests.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:pattern value="^[0-9]+$" />
          <xs:maxLength value="8" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="CampaignName" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Name of the participating bank associated with the Campaign ID.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:pattern value="^[a-zA-Z0-9]+$" />
          <xs:maxLength value="80" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="TYPointsMerchantId" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Thank You Point redemption system internal merchant identifier.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:pattern value="^[0-9]+$" />
          <xs:maxLength value="18" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="ForeignTerminalId" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Cash register or point of sale ID of the trading partner. Must be present for all Thank You Point requests.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:pattern value="^[0-9]+$" />
          <xs:maxLength value="18" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="TYPointsDischarged" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Points to be redeemed. Two decimals implied. Must be present for all Thank You Point requests.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:decimal">
          <xs:fractionDigits value="2" />
          <xs:totalDigits value="10" />
          <xs:minInclusive value="0" />
          <xs:maxExclusive value="100000000" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="ForeignTicketId" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Invoice number or unique sales folio of the point of sale. Must be present for all Thank You Point requests.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="80" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="DischargedAmtInfo" type="amtTypeGlobal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The amount of the transaction that was covered by points. Must be present for all Thank You Point requests.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema