AddShippingAddress Method (String, String, String, String, String, String, String, String, String)

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Adds a Shipping Address to the customer profile

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

Syntax

C#
public string AddShippingAddress(
	string profileID,
	string first,
	string last,
	string street,
	string city,
	string state,
	string zip,
	string country,
	string phone
)
Visual Basic
Public 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++
public:
virtual String^ AddShippingAddress(
	String^ profileID, 
	String^ first, 
	String^ last, 
	String^ street, 
	String^ city, 
	String^ state, 
	String^ zip, 
	String^ country, 
	String^ phone
) sealed

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

Implements

ICustomerGateway..::..AddShippingAddress(String, String, String, String, String, String, String, String, String)

See Also