GetShippingAddress Method

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image

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

Syntax

C#
Address GetShippingAddress(
	string profileID,
	string shippingAddressID
)
Visual Basic
Function GetShippingAddress ( _
	profileID As String, _
	shippingAddressID As String _
) As Address
Visual C++
Address^ GetShippingAddress(
	String^ profileID, 
	String^ shippingAddressID
)

Parameters

profileID
Type: System..::..String
shippingAddressID
Type: System..::..String

See Also