







![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
IGatewayRequest..::..AddCustomer Method |
IGatewayRequest Interface See Also Send Feedback |
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
C# |
---|
IGatewayRequest AddCustomer( string ID, string first, string last, string address, string state, string zip ) |
Visual Basic |
---|
Function AddCustomer ( _ ID As String, _ first As String, _ last As String, _ address As String, _ state As String, _ zip As String _ ) As IGatewayRequest |
Visual C++ |
---|
IGatewayRequest^ AddCustomer( String^ ID, String^ first, String^ last, String^ address, String^ state, String^ zip ) |
Parameters
- ID
- Type: System..::..String
- first
- Type: System..::..String
- last
- Type: System..::..String
- address
- Type: System..::..String
- state
- Type: System..::..String
- zip
- Type: System..::..String