AddShipping Method

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image

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

Syntax

C#
IGatewayRequest AddShipping(
	string ID,
	string first,
	string last,
	string address,
	string state,
	string zip
)
Visual Basic
Function AddShipping ( _
	ID As String, _
	first As String, _
	last As String, _
	address As String, _
	state As String, _
	zip As String _
) As IGatewayRequest
Visual C++
IGatewayRequest^ AddShipping(
	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

See Also