







![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
CustomerGateway..::..AddShippingAddress Method (String, Address) |
CustomerGateway Class See Also Send Feedback |
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, Address address ) |
Visual Basic |
---|
Public Function AddShippingAddress ( _ profileID As String, _ address As Address _ ) As String |
Visual C++ |
---|
public: virtual String^ AddShippingAddress( String^ profileID, Address^ address ) sealed |