Show / Hide Table of Contents

Class InvoicingOrganization

Organization details

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

Properties

Name

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

Organization name

Remarks

Required

Number

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

Organization ID

Remarks

Required

In this article
Back to top