Class: Aws::TaxSettings::Types::UkraineAdditionalInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::UkraineAdditionalInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Additional tax information associated with your TRN in Ukraine.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ukraine_trn_type ⇒ String
The tax registration type.
Instance Attribute Details
#ukraine_trn_type ⇒ String
The tax registration type.
1869 1870 1871 1872 1873 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1869 class UkraineAdditionalInfo < Struct.new( :ukraine_trn_type) SENSITIVE = [] include Aws::Structure end |