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:



1553
1554
1555
1556
1557
1558
1559
# File 'lib/aws-sdk-taxsettings/types.rb', line 1553

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

#descriptionString

The tax exemption’s type description.

Returns:

  • (String)


1553
1554
1555
1556
1557
1558
1559
# File 'lib/aws-sdk-taxsettings/types.rb', line 1553

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

#display_nameString

The tax exemption’s type display name.

Returns:

  • (String)


1553
1554
1555
1556
1557
1558
1559
# File 'lib/aws-sdk-taxsettings/types.rb', line 1553

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