OperationBaseCVV Property |
3-digit code from the back of the card (4-digit code from the front of the card for Amex).
Namespace:
CardknoxApi.Operations
Assembly:
Cardknox (in Cardknox.dll) Version: 4.5
Syntax public string CVV { get; set; }
Public Property CVV As String
Get
Set
public:
property String^ CVV {
String^ get ();
void set (String^ value);
}
member CVV : string with get, set
Property Value
Type:
StringSee Also