Class: Aws::TaxSettings::Types::TaxExemptionType
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::TaxExemptionType
- Defined in:
- gems/aws-sdk-taxsettings/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.
1830 1831 1832 1833 1834 1835 1836 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1830 class TaxExemptionType < Struct.new( :display_name, :description, :applicable_jurisdictions) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The tax exemption's type description.
1830 1831 1832 1833 1834 1835 1836 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1830 class TaxExemptionType < Struct.new( :display_name, :description, :applicable_jurisdictions) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The tax exemption's type display name.
1830 1831 1832 1833 1834 1835 1836 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1830 class TaxExemptionType < Struct.new( :display_name, :description, :applicable_jurisdictions) SENSITIVE = [] include Aws::Structure end |