BillToCountry¶
-
class
oci.marketplace_publisher.models.BillToCountry(**kwargs)¶ Bases:
objectBill to country associated with Market
Methods
__init__(**kwargs)Initializes a new BillToCountry object with values from keyword arguments. Attributes
code[Required] Gets the code of this BillToCountry. name[Required] Gets the name of this BillToCountry. -
__init__(**kwargs)¶ Initializes a new BillToCountry object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - code (str) – The value to assign to the code property of this BillToCountry.
- name (str) – The value to assign to the name property of this BillToCountry.
-
code¶ [Required] Gets the code of this BillToCountry. Bill to country code
Returns: The code of this BillToCountry. Return type: str
-
name¶ [Required] Gets the name of this BillToCountry. Bill to country code
Returns: The name of this BillToCountry. Return type: str
-