GetShippingAddress Method

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Gets a shipping address for a customer.

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

Syntax

C#
public Address GetShippingAddress(
	string profileID,
	string shippingAddressID
)
Visual Basic
Public Function GetShippingAddress ( _
	profileID As String, _
	shippingAddressID As String _
) As Address
Visual C++
public:
virtual Address^ GetShippingAddress(
	String^ profileID, 
	String^ shippingAddressID
) sealed

Parameters

profileID
Type: System..::..String
The profile ID.
shippingAddressID
Type: System..::..String
The shipping address ID.

Return Value

Implements

ICustomerGateway..::..GetShippingAddress(String, String)

See Also