







|
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| SubscriptionRequest..::..WithShippingAddress Method |
| SubscriptionRequest Class See Also Send Feedback |
Adds a shipping address to the request.
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public SubscriptionRequest WithShippingAddress( Address add ) |
| Visual Basic |
|---|
Public Function WithShippingAddress ( _ add As Address _ ) As SubscriptionRequest |
| Visual C++ |
|---|
public: virtual SubscriptionRequest^ WithShippingAddress( Address^ add ) sealed |
Parameters
- add
- Type: AuthorizeNet..::..Address
The address to ship to
