Class InvoiceLineCollection
Invoice line list
Inherited Members
Namespace: Oci.OspgatewayService.Models
Assembly: OCI.DotNetSDK.Ospgateway.dll
Syntax
public class InvoiceLineCollection
  Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<InvoiceLineSummary> Items { get; set; }
  Property Value
| Type | Description | 
|---|---|
| List<InvoiceLineSummary> | Invoice line list elements  | 
      
Remarks
Required