







|
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| CustomerGateway..::..UpdateShippingAddress Method |
| CustomerGateway Class See Also Send Feedback |
Updates a shipping address for a user.
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public bool UpdateShippingAddress( string profileID, Address address ) |
| Visual Basic |
|---|
Public Function UpdateShippingAddress ( _ profileID As String, _ address As Address _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool UpdateShippingAddress( String^ profileID, Address^ address ) sealed |
Parameters
- profileID
- Type: System..::..String
The profile ID.
- address
- Type: AuthorizeNet..::..Address
The address.
