AdminBillToCountries¶
-
class
oci.marketplace_publisher.models.AdminBillToCountries(**kwargs)¶ Bases:
objectThe model for the admin bill to countries details.
Methods
__init__(**kwargs)Initializes a new AdminBillToCountries object with values from keyword arguments. Attributes
code[Required] Gets the code of this AdminBillToCountries. name[Required] Gets the name of this AdminBillToCountries. -
__init__(**kwargs)¶ Initializes a new AdminBillToCountries 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 AdminBillToCountries.
- code (str) – The value to assign to the code property of this AdminBillToCountries.
-
code¶ [Required] Gets the code of this AdminBillToCountries. The code of the Bill to Country.
Returns: The code of this AdminBillToCountries. Return type: str
-
name¶ [Required] Gets the name of this AdminBillToCountries. The name of the Bill to Country.
Returns: The name of this AdminBillToCountries. Return type: str
-