Class: Aws::TaxSettings::Types::GreeceAdditionalInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::GreeceAdditionalInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Additional tax information to specify for a TRN in Greece.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contracting_authority_code ⇒ String
The code of contracting authority for e-invoicing.
Instance Attribute Details
#contracting_authority_code ⇒ String
The code of contracting authority for e-invoicing.
1007 1008 1009 1010 1011 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1007 class GreeceAdditionalInfo < Struct.new( :contracting_authority_code) SENSITIVE = [] include Aws::Structure end |