







|
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| GatewayRequest..::..AddFreight Method (Decimal, String, String) |
| GatewayRequest Class See Also Send Feedback |
Adds a detailed tax value to the request
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public IGatewayRequest AddFreight( decimal amount, string name, string description ) |
| Visual Basic |
|---|
Public Function AddFreight ( _ amount As Decimal, _ name As String, _ description As String _ ) As IGatewayRequest |
| Visual C++ |
|---|
public: virtual IGatewayRequest^ AddFreight( Decimal amount, String^ name, String^ description ) sealed |
Parameters
- amount
- Type: System..::..Decimal
- name
- Type: System..::..String
- description
- Type: System..::..String
