Class: Aws::TaxSettings::Types::TaxExemptionType
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::TaxExemptionType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
The tax exemption type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#applicable_jurisdictions ⇒ Array<Types::Authority>
The tax exemption’s applicable jurisdictions.
-
#description ⇒ String
The tax exemption’s type description.
-
#display_name ⇒ String
The tax exemption’s type display name.
Instance Attribute Details
#applicable_jurisdictions ⇒ Array<Types::Authority>
The tax exemption’s applicable jurisdictions.
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 |
#description ⇒ String
The tax exemption’s type description.
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_name ⇒ String
The tax exemption’s type display name.
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 |