SupportedCurrencyCollection¶
-
class
oci.marketplace_publisher.models.
SupportedCurrencyCollection
(**kwargs)¶ Bases:
object
Result set consisting of list of currencies supported by the Marketplace Publisher Service.
Methods
__init__
(**kwargs)Initializes a new SupportedCurrencyCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this SupportedCurrencyCollection. -
__init__
(**kwargs)¶ Initializes a new SupportedCurrencyCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.marketplace_publisher.models.SupportedCurrencySummary]) – The value to assign to the items property of this SupportedCurrencyCollection.
-
items
¶ [Required] Gets the items of this SupportedCurrencyCollection. List of Supported Currencies.
Returns: The items of this SupportedCurrencyCollection. Return type: list[oci.marketplace_publisher.models.SupportedCurrencySummary]
-