Class AdminSkuPricingRate
A pricing plan rate for listing sku.
Inherited Members
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class AdminSkuPricingRate
Properties
CurrencyCode
Declaration
[Required(ErrorMessage = "CurrencyCode is required.")]
[JsonProperty(PropertyName = "currencyCode")]
public string CurrencyCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The currency supported, in the format specified by ISO-4217 |
Remarks
Required
UnitPrice
Declaration
[Required(ErrorMessage = "UnitPrice is required.")]
[JsonProperty(PropertyName = "unitPrice")]
public float? UnitPrice { get; set; }
Property Value
| Type | Description |
|---|---|
| float? | The amount for the currency type. |
Remarks
Required