Open the Portico Developer Guide site
PosGateway Schema
NTRSCryptogramType Element
PosGateway Schema > NTRSGetTokenCryptogramRspStatusType Complex Type : NTRSCryptogramType Element
Description

The type of the cryptogram. Allowed values: TAVV, UCAF, DCSC, CRYPTOGRAM_TYPE_NOT_AVAILABLE.

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

The type of the cryptogram. Allowed values: TAVV, UCAF, DCSC, CRYPTOGRAM_TYPE_NOT_AVAILABLE.

Source
<xs:element name="NTRSCryptogramType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The type of the cryptogram. Allowed values: TAVV, UCAF, DCSC, CRYPTOGRAM_TYPE_NOT_AVAILABLE.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="TAVV" />
      <xs:enumeration value="UCAF" />
      <xs:enumeration value="DCSC" />
      <xs:enumeration value="CRYPTOGRAM_TYPE_NOT_AVAILABLE" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
NTRSGetTokenCryptogramRspStatusType Complex TypePosGateway Schema