CardCode Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the credit card code.

Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0

Syntax

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

Field Value

The card code.

Implements

IGatewayRequest..::..CardCode

See Also