InvoiceCollection¶
-
class
oci.osp_gateway.models.
InvoiceCollection
(**kwargs)¶ Bases:
object
Invoice list
Methods
__init__
(**kwargs)Initializes a new InvoiceCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this InvoiceCollection. -
__init__
(**kwargs)¶ Initializes a new InvoiceCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.osp_gateway.models.InvoiceSummary]) – The value to assign to the items property of this InvoiceCollection.
-
items
¶ [Required] Gets the items of this InvoiceCollection. Invoice list elements
Returns: The items of this InvoiceCollection. Return type: list[oci.osp_gateway.models.InvoiceSummary]
-