Class: Aws::TaxSettings::Types::ChileAdditionalInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::ChileAdditionalInfo
- Defined in:
- gems/aws-sdk-taxsettings/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 code of the taxpayer in Chile.
-
#document_type ⇒ String
The type of tax document.
Instance Attribute Details
#business_activity ⇒ String
The business activity code of the taxpayer in Chile. This must be the activity code shown on your SII (Servicio de Impuestos Internos) tax profile. For the list of valid activity codes, see SII activity codes.
753 754 755 756 757 758 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 753 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.
753 754 755 756 757 758 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 753 class ChileAdditionalInfo < Struct.new( :document_type, :business_activity) SENSITIVE = [] include Aws::Structure end |