Class: Aws::TaxSettings::Types::ItalyAdditionalInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::ItalyAdditionalInfo
- Includes:
- Structure
- Defined in:
- 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.
916 917 918 919 920 921 922 923 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 916 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).
916 917 918 919 920 921 922 923 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 916 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.
916 917 918 919 920 921 922 923 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 916 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.
916 917 918 919 920 921 922 923 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 916 class ItalyAdditionalInfo < Struct.new( :cig_number, :cup_number, :sdi_account_id, :tax_code) SENSITIVE = [] include Aws::Structure end |