Class: Aws::TaxSettings::Types::TaxExemption
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::TaxExemption
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
The tax exemption.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authority ⇒ Types::Authority
The address domain associate with tax exemption.
-
#effective_date ⇒ Time
The tax exemption effective date.
-
#expiration_date ⇒ Time
The tax exemption expiration date.
-
#status ⇒ String
The tax exemption status.
-
#system_effective_date ⇒ Time
The tax exemption recording time in the ‘TaxSettings` system.
-
#tax_exemption_type ⇒ Types::TaxExemptionType
The tax exemption type.
Instance Attribute Details
#authority ⇒ Types::Authority
The address domain associate with tax exemption.
1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1734 class TaxExemption < Struct.new( :authority, :tax_exemption_type, :effective_date, :expiration_date, :system_effective_date, :status) SENSITIVE = [] include Aws::Structure end |
#effective_date ⇒ Time
The tax exemption effective date.
1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1734 class TaxExemption < Struct.new( :authority, :tax_exemption_type, :effective_date, :expiration_date, :system_effective_date, :status) SENSITIVE = [] include Aws::Structure end |
#expiration_date ⇒ Time
The tax exemption expiration date.
1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1734 class TaxExemption < Struct.new( :authority, :tax_exemption_type, :effective_date, :expiration_date, :system_effective_date, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The tax exemption status.
1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1734 class TaxExemption < Struct.new( :authority, :tax_exemption_type, :effective_date, :expiration_date, :system_effective_date, :status) SENSITIVE = [] include Aws::Structure end |
#system_effective_date ⇒ Time
The tax exemption recording time in the ‘TaxSettings` system.
1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1734 class TaxExemption < Struct.new( :authority, :tax_exemption_type, :effective_date, :expiration_date, :system_effective_date, :status) SENSITIVE = [] include Aws::Structure end |
#tax_exemption_type ⇒ Types::TaxExemptionType
The tax exemption type.
1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1734 class TaxExemption < Struct.new( :authority, :tax_exemption_type, :effective_date, :expiration_date, :system_effective_date, :status) SENSITIVE = [] include Aws::Structure end |