







![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
ICustomerGateway..::..AddCreditCard Method (String, String, Int32, Int32, String, Address) |
ICustomerGateway Interface See Also Send Feedback |
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
C# |
---|
string AddCreditCard( string profileID, string cardNumber, int expirationMonth, int expirationYear, string cardCode, Address billToAddress ) |
Visual Basic |
---|
Function AddCreditCard ( _ profileID As String, _ cardNumber As String, _ expirationMonth As Integer, _ expirationYear As Integer, _ cardCode As String, _ billToAddress As Address _ ) As String |
Visual C++ |
---|
String^ AddCreditCard( String^ profileID, String^ cardNumber, int expirationMonth, int expirationYear, String^ cardCode, Address^ billToAddress ) |
Parameters
- profileID
- Type: System..::..String
- cardNumber
- Type: System..::..String
- expirationMonth
- Type: System..::..Int32
- expirationYear
- Type: System..::..Int32
- cardCode
- Type: System..::..String
- billToAddress
- Type: AuthorizeNet..::..Address