Class SupportedCurrencyCollection
Result set consisting of list of currencies supported by the Marketplace Publisher Service.
Inherited Members
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class SupportedCurrencyCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<SupportedCurrencySummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<SupportedCurrencySummary> | List of Supported Currencies. |
Remarks
Required