WithShippingAddress Method

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
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

Return Value

Implements

ISubscriptionRequest..::..WithShippingAddress(Address)

See Also