LineItems

Invoice.LineItems property

Gets or sets the collection of LineItem.

public List<LineItem> LineItems { get; set; }

See Also