







![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
GatewayRequest..::..AddDuty 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 AddDuty( decimal amount, string name, string description ) |
Visual Basic |
---|
Public Function AddDuty ( _ amount As Decimal, _ name As String, _ description As String _ ) As IGatewayRequest |
Visual C++ |
---|
public: virtual IGatewayRequest^ AddDuty( Decimal amount, String^ name, String^ description ) sealed |
Parameters
- amount
- Type: System..::..Decimal
- name
- Type: System..::..String
- description
- Type: System..::..String