Direct Payment Integrator V6 - Online Help
Direct Payment Integrator V6
Questions / Feedback?

CardCVVPresence Property

Indicates the presence of the card verification value.

Syntax

__property TibcFDMSDebitCardCVVPresences CardCVVPresence = {read=FCardCVVPresence, write=FSetCardCVVPresence};



enum TibcFDMSDebitCardCVVPresences { cvpNotProvided=0, cvpProvided=1, cvpIllegible=2, cvpNotOnCard=3 };

Default Value

0

Remarks

Indicates the presence of the card verification value.

This property is used to indicate the presence of CardCVVData.

The component will automatically set this value to cvpProvided when a CardCVVData value is specified. You can explicitly specify the CardCVVPresence indicator by setting this property.

Available values are:

  • cvpNotProvided (0)
  • cvpProvided (1)
  • cvpIllegible (2)
  • cvpNotOnCard (3)

This property is not available at design time.

Data Type

Integer

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0