Show / Hide Table of Contents

Class InvoiceCollection

Invoice list

Inheritance
object
InvoiceCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OspgatewayService.Models
Assembly: OCI.DotNetSDK.Ospgateway.dll
Syntax
public class InvoiceCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<InvoiceSummary> Items { get; set; }
Property Value
Type Description
List<InvoiceSummary>

Invoice list elements

Remarks

Required

In this article
Back to top