AdminSkuPricingRate¶
-
class
oci.marketplace_publisher.models.AdminSkuPricingRate(**kwargs)¶ Bases:
objectA pricing plan rate for listing sku.
Methods
__init__(**kwargs)Initializes a new AdminSkuPricingRate object with values from keyword arguments. Attributes
currency_code[Required] Gets the currency_code of this AdminSkuPricingRate. unit_price[Required] Gets the unit_price of this AdminSkuPricingRate. -
__init__(**kwargs)¶ Initializes a new AdminSkuPricingRate object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - currency_code (str) – The value to assign to the currency_code property of this AdminSkuPricingRate.
- unit_price (float) – The value to assign to the unit_price property of this AdminSkuPricingRate.
-
currency_code¶ [Required] Gets the currency_code of this AdminSkuPricingRate. The currency supported, in the format specified by ISO-4217
Returns: The currency_code of this AdminSkuPricingRate. Return type: str
-
unit_price¶ [Required] Gets the unit_price of this AdminSkuPricingRate. The amount for the currency type.
Returns: The unit_price of this AdminSkuPricingRate. Return type: float
-