Show / Hide Table of Contents

Class RateCardProduct

Product description

Inheritance
object
RateCardProduct
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 RateCardProduct

Properties

BillingCategory

Declaration
[JsonProperty(PropertyName = "billingCategory")]
public string BillingCategory { get; set; }
Property Value
Type Description
string

Metered service billing category

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

Product part numner

Remarks

Required

ProductCategory

Declaration
[JsonProperty(PropertyName = "productCategory")]
public string ProductCategory { get; set; }
Property Value
Type Description
string

Product category

UcmRateCardPartType

Declaration
[JsonProperty(PropertyName = "ucmRateCardPartType")]
public string UcmRateCardPartType { get; set; }
Property Value
Type Description
string

Rate card part type of Product

UnitOfMeasure

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

Unit of measure

Remarks

Required

In this article
Back to top