InvoiceLineCollection¶
-
class
oci.osp_gateway.models.
InvoiceLineCollection
(**kwargs)¶ Bases:
object
Invoice line list
Methods
__init__
(**kwargs)Initializes a new InvoiceLineCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this InvoiceLineCollection. -
__init__
(**kwargs)¶ Initializes a new InvoiceLineCollection 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.InvoiceLineSummary]) – The value to assign to the items property of this InvoiceLineCollection.
-
items
¶ [Required] Gets the items of this InvoiceLineCollection. Invoice line list elements
Returns: The items of this InvoiceLineCollection. Return type: list[oci.osp_gateway.models.InvoiceLineSummary]
-