Class: Aws::TaxSettings::Types::ItalyAdditionalInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::ItalyAdditionalInfo
- 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
-
#cig_number ⇒ String
The tender procedure identification code.
-
#cup_number ⇒ String
Additional tax information to specify for a TRN in Italy.
-
#sdi_account_id ⇒ String
Additional tax information to specify for a TRN in Italy.
-
#tax_code ⇒ String
List of service tax codes for your TRN in Italy.
Instance Attribute Details
#cig_number ⇒ String
The tender procedure identification code.
981 982 983 984 985 986 987 988 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 981 class ItalyAdditionalInfo < Struct.new( :cig_number, :cup_number, :sdi_account_id, :tax_code) SENSITIVE = [] include Aws::Structure end |
#cup_number ⇒ String
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).
981 982 983 984 985 986 987 988 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 981 class ItalyAdditionalInfo < Struct.new( :cig_number, :cup_number, :sdi_account_id, :tax_code) SENSITIVE = [] include Aws::Structure end |
#sdi_account_id ⇒ String
Additional tax information to specify for a TRN in Italy. Use CodiceDestinatario to receive your invoices via web service (API) or FTP.
981 982 983 984 985 986 987 988 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 981 class ItalyAdditionalInfo < Struct.new( :cig_number, :cup_number, :sdi_account_id, :tax_code) SENSITIVE = [] include Aws::Structure end |
#tax_code ⇒ String
List of service tax codes for your TRN in Italy. You can use your customer tax code as part of a VAT Group.
981 982 983 984 985 986 987 988 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 981 class ItalyAdditionalInfo < Struct.new( :cig_number, :cup_number, :sdi_account_id, :tax_code) SENSITIVE = [] include Aws::Structure end |