TaxSummary¶
-
class
oci.marketplace.models.
TaxSummary
(**kwargs)¶ Bases:
object
Tax implication that current tenant may be eligible while using specific listing
Methods
__init__
(**kwargs)Initializes a new TaxSummary object with values from keyword arguments. Attributes
code
[Required] Gets the code of this TaxSummary. country
Gets the country of this TaxSummary. name
Gets the name of this TaxSummary. url
Gets the url of this TaxSummary. -
__init__
(**kwargs)¶ Initializes a new TaxSummary 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 TaxSummary.
- name (str) – The value to assign to the name property of this TaxSummary.
- country (str) – The value to assign to the country property of this TaxSummary.
- url (str) – The value to assign to the url property of this TaxSummary.
-
code
¶ [Required] Gets the code of this TaxSummary. Unique code for the tax.
Returns: The code of this TaxSummary. Return type: str
-
country
¶ Gets the country of this TaxSummary. Country, which imposes the tax.
Returns: The country of this TaxSummary. Return type: str
-
name
¶ Gets the name of this TaxSummary. Name of the tax code.
Returns: The name of this TaxSummary. Return type: str
-
url
¶ Gets the url of this TaxSummary. The URL with more details about this tax.
Returns: The url of this TaxSummary. Return type: str
-