Class ChargebackPlanReportCollection
A collection of chargeback plan reports objects.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class ChargebackPlanReportCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ChargebackPlanReportSummary> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ChargebackPlanReportSummary> | A list of ChargebackPlanReportSummary objects. |
Remarks
Required