Class: Aws::TaxSettings::Types::EstoniaAdditionalInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::EstoniaAdditionalInfo
- Defined in:
- gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb
Overview
Additional tax information associated with your TRN in Estonia.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#registry_commercial_code ⇒ String
Registry commercial code (RCC) for your TRN in Estonia.
Instance Attribute Details
#registry_commercial_code ⇒ String
Registry commercial code (RCC) for your TRN in Estonia. This value
is an eight-numeric string, such as 12345678
.
608 609 610 611 612 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 608 class EstoniaAdditionalInfo < Struct.new( :registry_commercial_code) SENSITIVE = [] include Aws::Structure end |