Class: Aws::TaxSettings::Types::GreeceAdditionalInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#contracting_authority_codeString

The code of contracting authority for e-invoicing.



911
912
913
914
915
# File 'lib/aws-sdk-taxsettings/types.rb', line 911

class GreeceAdditionalInfo < Struct.new(
  :contracting_authority_code)
  SENSITIVE = []
  include Aws::Structure
end