Class: Aws::TaxSettings::Types::IsraelAdditionalInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb

Overview

Additional tax information associated with your TRN in Israel.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#customer_typeString

Customer type for your TRN in Israel. The value can be Business or Individual. Use Businessfor entities such as not-for-profit and financial institutions.

Returns:

  • (String)


714
715
716
717
718
719
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 714

class IsraelAdditionalInfo < Struct.new(
  :customer_type,
  :dealer_type)
  SENSITIVE = []
  include Aws::Structure
end

#dealer_typeString

Dealer type for your TRN in Israel. If you're not a local authorized dealer with an Israeli VAT ID, specify your tax identification number so that Amazon Web Services can send you a compliant tax invoice.

Returns:

  • (String)


714
715
716
717
718
719
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 714

class IsraelAdditionalInfo < Struct.new(
  :customer_type,
  :dealer_type)
  SENSITIVE = []
  include Aws::Structure
end