←Select platform

CVV Property

Summary

The Card Verification Value (CVV) of this CreditCard object.

Syntax

C#
VB
Java
Objective-C
C++
public string CVV { get; set; } 
Public Property CVV As String 
@property (nonatomic, copy, nullable) NSString *CVV 
             
public String getCVV() 
public void setCVV(String value) 
             
public:  
   property String^ CVV 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The CVV of the credit card.

Remarks

Usually this field can be found on the back of the credit card. However, American Express cards (AMEX) display it on the front of the card. Usually the field contains 3 digits, but it can contain 4 (AMEX). This field does not get filled when scanning. Fill it manually.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CreditCards Assembly