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.
1543 1544 1545 1546 1547 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1543 class SaudiArabiaAdditionalInfo < Struct.new( :tax_registration_number_type) SENSITIVE = [] include Aws::Structure end |