AddDuty Method (Decimal, String, String)

AuthorizeNet .NET

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

Implements

IGatewayRequest..::..AddDuty(Decimal, String, String)

See Also