Show / Hide Table of Contents

Class InvoicingCurrency

Currency details

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

Properties

IsoCode

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

Currency Code

Remarks

Required

Name

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

Currency name

StdPrecision

Declaration
[JsonProperty(PropertyName = "stdPrecision")]
public long? StdPrecision { get; set; }
Property Value
Type Description
long?

Standard Precision of the Currency

In this article
Back to top