Show / Hide Table of Contents

Class SubmitSubscriptionUsageRecordsDetails

Request payload to submit one or more usage records for marketplace offers.

Inheritance
object
SubmitSubscriptionUsageRecordsDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.SelfService.Models
Assembly: OCI.DotNetSDK.Self.dll
Syntax
public class SubmitSubscriptionUsageRecordsDetails

Properties

SubscriptionUsageRecords

Declaration
[Required(ErrorMessage = "SubscriptionUsageRecords is required.")]
[JsonProperty(PropertyName = "subscriptionUsageRecords")]
public List<CreateSubscriptionUsageRecordDetails> SubscriptionUsageRecords { get; set; }
Property Value
Type Description
List<CreateSubscriptionUsageRecordDetails>

The usage records to submit. The array must contain at least one record and no more than 100 records.

Remarks

Required

In this article
Back to top