Open the Portico Developer Guide site
PosGateway Schema
TokenGenerated Element
PosGateway Schema > PosReportTxnDetailRspType Complex Type > Data Element : TokenGenerated Element
Description

Indicates that a Token was generated as a result of this transaction

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
TokenGenerated optional Restriction of xs:string

Indicates that a Token was generated as a result of this transaction

Source
<xs:element name="TokenGenerated" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Indicates that a Token was generated as a result of this transaction</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="1" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
Data ElementPosReportTxnDetailRspType Complex TypePosGateway Schema