PricePlan LineItems Property CelloSaaS API Documentation
Gets or Sets plan line items

Namespace: CelloSaaS.Billing.Model
Assembly: CelloSaaS.Billing (in CelloSaaS.Billing.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

public ICollection<PricePlanLineItem> LineItems { get; set; }

Property Value

Type: ICollection PricePlanLineItem 
See Also