AddLineItem Method

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image

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

Syntax

C#
public void AddLineItem(
	string ID,
	string name,
	string description,
	int quantity,
	decimal unitPrice,
	Nullable<bool> taxable
)
Visual Basic
Public Sub AddLineItem ( _
	ID As String, _
	name As String, _
	description As String, _
	quantity As Integer, _
	unitPrice As Decimal, _
	taxable As Nullable(Of Boolean) _
)
Visual C++
public:
void AddLineItem(
	String^ ID, 
	String^ name, 
	String^ description, 
	int quantity, 
	Decimal unitPrice, 
	Nullable<bool> taxable
)

Parameters

ID
Type: System..::..String
name
Type: System..::..String
description
Type: System..::..String
quantity
Type: System..::..Int32
unitPrice
Type: System..::..Decimal
taxable
Type: System..::..Nullable<(Of <(<'Boolean>)>)>

See Also