Open the Portico Developer Guide site
PosGateway Schema
TokenParameters Element
PosGateway Schema > CardDataType Complex Type : TokenParameters Element
Description

Parameters allowing the client to control aspects of how a requested multi-use token is generated.

Not Applicable for Reward Cash transactions.

Namespace http://Hps.Exchange.PosGateway
Type
TokenParametersType Complex Type
Diagram
Mapping Element All TokenParameters Element
Overview
TokenParameters optional TokenParametersType Complex Type

Parameters allowing the client to control aspects of how a requested multi-use token is generated.

Not Applicable for Reward Cash transactions.

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.

Source
<xs:element name="TokenParameters" type="TokenParametersType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Parameters allowing the client to control aspects of how a requested multi-use token is generated.</p>
      <p xmlns="http://Hps.Exchange.PosGateway">Not Applicable for Reward Cash transactions.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
CardDataType Complex TypePosGateway Schema