Class Product
Product description
Inherited Members
Namespace: Oci.OsubbillingscheduleService.Models
Assembly: OCI.DotNetSDK.Osubbillingschedule.dll
Syntax
public class ProductProperties
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