Class: Aws::TaxSettings::Types::ItalyAdditionalInfo

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cig_numberString

The tender procedure identification code.

Returns:

  • (String)


747
748
749
750
751
752
753
754
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 747

class ItalyAdditionalInfo < Struct.new(
  :cig_number,
  :cup_number,
  :sdi_account_id,
  :tax_code)
  SENSITIVE = []
  include Aws::Structure
end

#cup_numberString

Additional tax information to specify for a TRN in Italy. This is managed by the Interministerial Committee for Economic Planning (CIPE) which characterizes every public investment project (Individual Project Code).

Returns:

  • (String)


747
748
749
750
751
752
753
754
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 747

class ItalyAdditionalInfo < Struct.new(
  :cig_number,
  :cup_number,
  :sdi_account_id,
  :tax_code)
  SENSITIVE = []
  include Aws::Structure
end

#sdi_account_idString

Additional tax information to specify for a TRN in Italy. Use CodiceDestinatario to receive your invoices via web service (API) or FTP.

Returns:

  • (String)


747
748
749
750
751
752
753
754
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 747

class ItalyAdditionalInfo < Struct.new(
  :cig_number,
  :cup_number,
  :sdi_account_id,
  :tax_code)
  SENSITIVE = []
  include Aws::Structure
end

#tax_codeString

List of service tax codes for your TRN in Italy. You can use your customer tax code as part of a VAT Group.

Returns:

  • (String)


747
748
749
750
751
752
753
754
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 747

class ItalyAdditionalInfo < Struct.new(
  :cig_number,
  :cup_number,
  :sdi_account_id,
  :tax_code)
  SENSITIVE = []
  include Aws::Structure
end