Show / Hide Table of Contents

Class SupportedCurrencyCollection

Result set consisting of list of currencies supported by the Marketplace Publisher Service.

Inheritance
object
SupportedCurrencyCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top