Class: Aws::TaxSettings::Types::UzbekistanAdditionalInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::UzbekistanAdditionalInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Additional tax information to specify for a TRN in Uzbekistan.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tax_registration_number_type ⇒ String
The tax registration number type.
-
#vat_registration_number ⇒ String
The unique 12-digit number issued to identify VAT-registered identities in Uzbekistan.
Instance Attribute Details
#tax_registration_number_type ⇒ String
The tax registration number type. The tax registration number type valid values are ‘Business` and `Individual`.
2128 2129 2130 2131 2132 2133 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 2128 class UzbekistanAdditionalInfo < Struct.new( :tax_registration_number_type, :vat_registration_number) SENSITIVE = [] include Aws::Structure end |
#vat_registration_number ⇒ String
The unique 12-digit number issued to identify VAT-registered identities in Uzbekistan.
2128 2129 2130 2131 2132 2133 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 2128 class UzbekistanAdditionalInfo < Struct.new( :tax_registration_number_type, :vat_registration_number) SENSITIVE = [] include Aws::Structure end |