Class: Aws::TaxSettings::Types::RomaniaAdditionalInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::RomaniaAdditionalInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Additional tax information to specify for a TRN in Romania.
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. The value can be ‘TaxRegistrationNumber` or `LocalRegistrationNumber`.
1290 1291 1292 1293 1294 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1290 class RomaniaAdditionalInfo < Struct.new( :tax_registration_number_type) SENSITIVE = [] include Aws::Structure end |