Class: Aws::TaxSettings::Types::BrazilAdditionalInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::BrazilAdditionalInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Additional tax information associated with your TRN in Brazil.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ccm_code ⇒ String
The Cadastro de Contribuintes Mobiliários (CCM) code for your TRN in Brazil.
-
#legal_nature_code ⇒ String
Legal nature of business, based on your TRN in Brazil.
Instance Attribute Details
#ccm_code ⇒ String
The Cadastro de Contribuintes Mobiliários (CCM) code for your TRN in Brazil. This only applies for a CNPJ tax type for the São Paulo municipality.
539 540 541 542 543 544 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 539 class BrazilAdditionalInfo < Struct.new( :ccm_code, :legal_nature_code) SENSITIVE = [] include Aws::Structure end |
#legal_nature_code ⇒ String
Legal nature of business, based on your TRN in Brazil. This only applies for a CNPJ tax type.
539 540 541 542 543 544 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 539 class BrazilAdditionalInfo < Struct.new( :ccm_code, :legal_nature_code) SENSITIVE = [] include Aws::Structure end |