Class: Aws::TaxSettings::Types::ChileAdditionalInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::ChileAdditionalInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Additional tax information associated with your TRN in Chile.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#business_activity ⇒ String
The business activity of the taxpayer in Chile.
-
#document_type ⇒ String
The type of tax document.
Instance Attribute Details
#business_activity ⇒ String
The business activity of the taxpayer in Chile.
736 737 738 739 740 741 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 736 class ChileAdditionalInfo < Struct.new( :document_type, :business_activity) SENSITIVE = [] include Aws::Structure end |
#document_type ⇒ String
The type of tax document. For Chile, this can be ‘Invoice` or `Receipt`.
736 737 738 739 740 741 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 736 class ChileAdditionalInfo < Struct.new( :document_type, :business_activity) SENSITIVE = [] include Aws::Structure end |