







![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
Transaction..::..LineItems Property |
Transaction Class See Also Send Feedback |
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 (); } |