Class: Aws::TaxSettings::Types::SaudiArabiaAdditionalInfo

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-taxsettings/types.rb

Overview

Additional tax information associated with your TRN in Saudi Arabia.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tax_registration_number_typeString

The tax registration number type.

Returns:

  • (String)


1304
1305
1306
1307
1308
# File 'lib/aws-sdk-taxsettings/types.rb', line 1304

class SaudiArabiaAdditionalInfo < Struct.new(
  :tax_registration_number_type)
  SENSITIVE = []
  include Aws::Structure
end