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.
1604 1605 1606 1607 1608 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1604 class SpainAdditionalInfo < Struct.new( :registration_type) SENSITIVE = [] include Aws::Structure end |