







|
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| GatewayRequest..::..AddShipping Method |
| GatewayRequest Class See Also Send Feedback |
Adds a Shipping Record to the current request
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public IGatewayRequest AddShipping( string ID, string first, string last, string address, string state, string zip ) |
| Visual Basic |
|---|
Public Function AddShipping ( _ ID As String, _ first As String, _ last As String, _ address As String, _ state As String, _ zip As String _ ) As IGatewayRequest |
| Visual C++ |
|---|
public: virtual IGatewayRequest^ AddShipping( String^ ID, String^ first, String^ last, String^ address, String^ state, String^ zip ) sealed |
Parameters
- ID
- Type: System..::..String
- first
- Type: System..::..String
- last
- Type: System..::..String
- address
- Type: System..::..String
- state
- Type: System..::..String
- zip
- Type: System..::..String
