Show / Hide Table of Contents

Class BillingScheduleProduct

Product description

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

Properties

Name

Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

Product name

Remarks

Required

PartNumber

Declaration
[Required(ErrorMessage = "PartNumber is required.")]
[JsonProperty(PropertyName = "partNumber")]
public string PartNumber { get; set; }
Property Value
Type Description
string

Indicates the associated AR Invoice Number

Remarks

Required

In this article
Back to top