Open the Portico Developer Guide site
PosGateway Schema
cryptogramTypeType Simple Type
PosGateway Schema : cryptogramTypeType Simple Type
Description

The type of the cryptogram.

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

The type of the cryptogram.

Facets
EnumerationTAVV
EnumerationUCAF
EnumerationDCSC
EnumerationCRYPTOGRAM_TYPE_NOT_AVAILABLE
Source
<xs:simpleType name="cryptogramTypeType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The type of the cryptogram.</p>
    </xs:documentation>
  </xs:annotation>
  <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>
See Also
PosGateway Schema