CreateMarketDetails

class oci.marketplace_publisher.models.CreateMarketDetails(**kwargs)

Bases: object

Details to create a Market.

Methods

__init__(**kwargs) Initializes a new CreateMarketDetails object with values from keyword arguments.

Attributes

bill_to_countries Gets the bill_to_countries of this CreateMarketDetails.
category_code [Required] Gets the category_code of this CreateMarketDetails.
code [Required] Gets the code of this CreateMarketDetails.
name [Required] Gets the name of this CreateMarketDetails.
__init__(**kwargs)

Initializes a new CreateMarketDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • name (str) – The value to assign to the name property of this CreateMarketDetails.
  • code (str) – The value to assign to the code property of this CreateMarketDetails.
  • category_code (str) – The value to assign to the category_code property of this CreateMarketDetails.
  • bill_to_countries (list[oci.marketplace_publisher.models.BillToCountry]) – The value to assign to the bill_to_countries property of this CreateMarketDetails.
bill_to_countries

Gets the bill_to_countries of this CreateMarketDetails. bill to countries for the market.

Returns:The bill_to_countries of this CreateMarketDetails.
Return type:list[oci.marketplace_publisher.models.BillToCountry]
category_code

[Required] Gets the category_code of this CreateMarketDetails. The category code of the market.

Returns:The category_code of this CreateMarketDetails.
Return type:str
code

[Required] Gets the code of this CreateMarketDetails. The code of the market.

Returns:The code of this CreateMarketDetails.
Return type:str
name

[Required] Gets the name of this CreateMarketDetails. The name of the market.

Returns:The name of this CreateMarketDetails.
Return type:str