ChargebackPlanReportCollection

class oci.opsi.models.ChargebackPlanReportCollection(**kwargs)

Bases: object

A collection of chargeback plan reports objects.

Methods

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

Attributes

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

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

Parameters:items (list[oci.opsi.models.ChargebackPlanReportSummary]) – The value to assign to the items property of this ChargebackPlanReportCollection.
items

[Required] Gets the items of this ChargebackPlanReportCollection. A list of ChargebackPlanReportSummary objects.

Returns:The items of this ChargebackPlanReportCollection.
Return type:list[oci.opsi.models.ChargebackPlanReportSummary]