Class: Aws::TaxSettings::Types::SpainAdditionalInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb

Overview

Additional tax information associated with your TRN in Spain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#registration_typeString

The registration type in Spain.

Returns:

  • (String)


997
998
999
1000
1001
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 997

class SpainAdditionalInfo < Struct.new(
  :registration_type)
  SENSITIVE = []
  include Aws::Structure
end