Class: Aws::TaxSettings::Types::SpainAdditionalInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::SpainAdditionalInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Additional tax information associated with your TRN in Spain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#registration_type ⇒ String
The registration type in Spain.
Instance Attribute Details
#registration_type ⇒ String
The registration type in Spain.
1365 1366 1367 1368 1369 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1365 class SpainAdditionalInfo < Struct.new( :registration_type) SENSITIVE = [] include Aws::Structure end |