Class: Aws::TaxSettings::Types::SaudiArabiaAdditionalInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::SaudiArabiaAdditionalInfo
- 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
-
#tax_registration_number_type ⇒ String
The tax registration number type.
Instance Attribute Details
#tax_registration_number_type ⇒ String
The tax registration number type.
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 |