Class: Aws::TaxSettings::Types::UkraineAdditionalInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::UkraineAdditionalInfo
- Defined in:
- gems/aws-sdk-taxsettings/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.
1511 1512 1513 1514 1515 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1511 class UkraineAdditionalInfo < Struct.new( :ukraine_trn_type) SENSITIVE = [] include Aws::Structure end |