Open the Portico Developer Guide site
PosGateway Schema
TokenParametersType Complex Type
PosGateway Schema : TokenParametersType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
Mapping Element All TokenParametersType Complex Type
Overview
All
Mapping optional TokenMappingType Simple Type

This indicates the type of token to return; see the associated Type enumerations for specific values supported.

Note: If not supplied, "CONSTANT" is assumed. This means that the same token will be returned for the same card data.

Used By
TokenParameters Element
Source
<xs:complexType name="TokenParametersType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="Mapping" type="TokenMappingType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">This indicates the type of token to return; 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, "CONSTANT" is assumed. This means that the same token will be returned for the same card data.
            </p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema