Gets or sets the credit card security code found on the credit card.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string CreditCardSecurityCode { get; set; }
Visual Basic
Public Property CreditCardSecurityCode As String
	Get
	Set
Visual C++
public:
property String^ CreditCardSecurityCode {
	String^ get ();
	void set (String^ value);
}

Field Value

Typically a 3 or 4 digit number found on the back of the credit card.

Remarks

The CreditCardSecurityCode, also known as the CSC, is an added security feature for credit card processing that is not imprinted when a credit card is taken at a retail outlet.

See Also