







![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
GatewayRequest..::..AddCardCode Method |
GatewayRequest Class See Also Send Feedback |
The 3-digit Credit Card Code (CCV) on the back of the card
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
C# |
---|
public IGatewayRequest AddCardCode( string cardCode ) |
Visual Basic |
---|
Public Function AddCardCode ( _ cardCode As String _ ) As IGatewayRequest |
Visual C++ |
---|
public: virtual IGatewayRequest^ AddCardCode( String^ cardCode ) sealed |
Parameters
- cardCode
- Type: System..::..String