DeleteShippingAddress Method

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Deletes a shipping address for a given user from the AuthNET servers.

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

Syntax

C#
public bool DeleteShippingAddress(
	string profileID,
	string shippingAddressID
)
Visual Basic
Public Function DeleteShippingAddress ( _
	profileID As String, _
	shippingAddressID As String _
) As Boolean
Visual C++
public:
virtual bool DeleteShippingAddress(
	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..::..DeleteShippingAddress(String, String)

See Also