Class: Aws::TaxSettings::Types::EstoniaAdditionalInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::EstoniaAdditionalInfo
- Includes:
- Structure
- Defined in:
- 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`.
698 699 700 701 702 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 698 class EstoniaAdditionalInfo < Struct.new( :registry_commercial_code) SENSITIVE = [] include Aws::Structure end |