







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