DisbursementReportRecordCollection

class oci.marketplace_publisher.models.DisbursementReportRecordCollection(**kwargs)

Bases: object

Disbursement report

Methods

__init__(**kwargs) Initializes a new DisbursementReportRecordCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this DisbursementReportRecordCollection.
__init__(**kwargs)

Initializes a new DisbursementReportRecordCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.marketplace_publisher.models.DisbursementReportRecord]) – The value to assign to the items property of this DisbursementReportRecordCollection.
items

[Required] Gets the items of this DisbursementReportRecordCollection. List of disbursement report records.

Returns:The items of this DisbursementReportRecordCollection.
Return type:list[oci.marketplace_publisher.models.DisbursementReportRecord]