TaxInfo¶
-
class
oci.osp_gateway.models.
TaxInfo
(**kwargs)¶ Bases:
object
Tax details.
Methods
__init__
(**kwargs)Initializes a new TaxInfo object with values from keyword arguments. Attributes
giro
Gets the giro of this TaxInfo. no_tax_reason_code
Gets the no_tax_reason_code of this TaxInfo. no_tax_reason_code_details
Gets the no_tax_reason_code_details of this TaxInfo. tax_cnpj
Gets the tax_cnpj of this TaxInfo. tax_payer_id
Gets the tax_payer_id of this TaxInfo. tax_reg_number
Gets the tax_reg_number of this TaxInfo. -
__init__
(**kwargs)¶ Initializes a new TaxInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - tax_payer_id (str) – The value to assign to the tax_payer_id property of this TaxInfo.
- tax_reg_number (str) – The value to assign to the tax_reg_number property of this TaxInfo.
- no_tax_reason_code (str) – The value to assign to the no_tax_reason_code property of this TaxInfo.
- no_tax_reason_code_details (str) – The value to assign to the no_tax_reason_code_details property of this TaxInfo.
- tax_cnpj (str) – The value to assign to the tax_cnpj property of this TaxInfo.
- giro (str) – The value to assign to the giro property of this TaxInfo.
-
giro
¶ Gets the giro of this TaxInfo. Companies’ GIRO code
Returns: The giro of this TaxInfo. Return type: str
-
no_tax_reason_code
¶ Gets the no_tax_reason_code of this TaxInfo. Tax exemption reason code.
Returns: The no_tax_reason_code of this TaxInfo. Return type: str
-
no_tax_reason_code_details
¶ Gets the no_tax_reason_code_details of this TaxInfo. Tax exemption reason description.
Returns: The no_tax_reason_code_details of this TaxInfo. Return type: str
-
tax_cnpj
¶ Gets the tax_cnpj of this TaxInfo. Brazilian companies’ CNPJ number.
Returns: The tax_cnpj of this TaxInfo. Return type: str
-
tax_payer_id
¶ Gets the tax_payer_id of this TaxInfo. Tay payer identifier.
Returns: The tax_payer_id of this TaxInfo. Return type: str
-
tax_reg_number
¶ Gets the tax_reg_number of this TaxInfo. Tax registration number.
Returns: The tax_reg_number of this TaxInfo. Return type: str
-