Class: Aws::TaxSettings::Types::ChileAdditionalInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#business_activityString

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.

Returns:

  • (String)


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_typeString

The type of tax document. For Chile, this can be Invoice or Receipt.

Returns:

  • (String)


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