







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