Click or drag to resize

OrderOrderLines Property

Gets or sets the order lines.

Namespace:  Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public IList<OrderLine> OrderLines { get; set; }

Property Value

Type: IListOrderLine
The order lines.
See Also