







![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
CustomerGateway..::..GetShippingAddress Method |
CustomerGateway Class See Also Send Feedback |
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.