AddDuty Method (Decimal)

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
)
Visual Basic
Function AddDuty ( _
	amount As Decimal _
) As IGatewayRequest
Visual C++
IGatewayRequest^ AddDuty(
	Decimal amount
)

Parameters

amount
Type: System..::..Decimal

See Also