Class InternationalMarketPrice
The model for international market pricing.
Inherited Members
Namespace: Oci.MarketplaceService.Models
Assembly: OCI.DotNetSDK.Marketplace.dll
Syntax
public class InternationalMarketPriceProperties
CurrencyCode
Declaration
[Required(ErrorMessage = "CurrencyCode is required.")]
[JsonProperty(PropertyName = "currencyCode")]
[JsonConverter(typeof(ResponseEnumConverter))]
public PricingCurrencyEnum? CurrencyCode { get; set; }Property Value
| Type | Description | 
|---|---|
| PricingCurrencyEnum? | The currency of the pricing model. | 
Remarks
Required
CurrencySymbol
Declaration
[JsonProperty(PropertyName = "currencySymbol")]
public string CurrencySymbol { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The symbol of the currency | 
Rate
Declaration
[Required(ErrorMessage = "Rate is required.")]
[JsonProperty(PropertyName = "rate")]
public double Rate { get; set; }Property Value
| Type | Description | 
|---|---|
| double | The pricing rate. | 
Remarks
Required