Class: Aws::TaxSettings::Types::FranceAdditionalInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::FranceAdditionalInfo
- Defined in:
- gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb
Overview
Additional tax information associated with your TRN in France.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#e_invoice_routing_code ⇒ String
The routing code used for electronic invoicing (e-invoicing) for the company in France.
-
#siren_number ⇒ String
The SIREN number for the company in France.
Instance Attribute Details
#e_invoice_routing_code ⇒ String
The routing code used for electronic invoicing (e-invoicing) for the company in France.
905 906 907 908 909 910 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 905 class FranceAdditionalInfo < Struct.new( :siren_number, :e_invoice_routing_code) SENSITIVE = [] include Aws::Structure end |
#siren_number ⇒ String
The SIREN number for the company in France. Must be a 9-digit number.
905 906 907 908 909 910 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 905 class FranceAdditionalInfo < Struct.new( :siren_number, :e_invoice_routing_code) SENSITIVE = [] include Aws::Structure end |