Class: Aws::TaxSettings::Types::TaxExemptionType

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

Overview

The tax exemption type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#applicable_jurisdictionsArray<Types::Authority>

The tax exemption’s applicable jurisdictions.

Returns:



1792
1793
1794
1795
1796
1797
1798
# File 'lib/aws-sdk-taxsettings/types.rb', line 1792

class TaxExemptionType < Struct.new(
  :display_name,
  :description,
  :applicable_jurisdictions)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The tax exemption’s type description.

Returns:

  • (String)


1792
1793
1794
1795
1796
1797
1798
# File 'lib/aws-sdk-taxsettings/types.rb', line 1792

class TaxExemptionType < Struct.new(
  :display_name,
  :description,
  :applicable_jurisdictions)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The tax exemption’s type display name.

Returns:

  • (String)


1792
1793
1794
1795
1796
1797
1798
# File 'lib/aws-sdk-taxsettings/types.rb', line 1792

class TaxExemptionType < Struct.new(
  :display_name,
  :description,
  :applicable_jurisdictions)
  SENSITIVE = []
  include Aws::Structure
end