LineItems Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Gets the line items.

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

Syntax

C#
public IList<LineItem> LineItems { get; }
Visual Basic
Public ReadOnly Property LineItems As IList(Of LineItem)
	Get
Visual C++
public:
property IList<LineItem^>^ LineItems {
	IList<LineItem^>^ get ();
}

Field Value

The line items.

See Also