AddDuty Method (Decimal, String, String)

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image

Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0

Syntax

C#
IGatewayRequest AddDuty(
	decimal amount,
	string name,
	string description
)
Visual Basic
Function AddDuty ( _
	amount As Decimal, _
	name As String, _
	description As String _
) As IGatewayRequest
Visual C++
IGatewayRequest^ AddDuty(
	Decimal amount, 
	String^ name, 
	String^ description
)

Parameters

amount
Type: System..::..Decimal
name
Type: System..::..String
description
Type: System..::..String

See Also