Open the Portico Developer Guide site
PosGateway Schema
Cvv2Printed Element
PosGateway Schema > NTRSCardDataRspType Complex Type : Cvv2Printed Element
Description

It indicates if the cvv2 is printed on the card or not.

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:boolean
Overview
Cvv2Printed Restriction of xs:boolean

It indicates if the cvv2 is printed on the card or not.

Source
<xs:element name="Cvv2Printed" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">It indicates if the cvv2 is printed on the card or not.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:boolean" />
  </xs:simpleType>
</xs:element>
See Also
NTRSCardDataRspType Complex TypePosGateway Schema