Class: Aws::TaxSettings::Types::MonacoAdditionalInfo

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 Monaco.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#business_numberString

The business number for the company in Monaco. Can be up to 12 alphanumeric characters.

Returns:

  • (String)


1368
1369
1370
1371
1372
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1368

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