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.
1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1495 class TaxExemption < Struct.new( :authority, :effective_date, :expiration_date, :status, :system_effective_date, :tax_exemption_type) SENSITIVE = [] include Aws::Structure end |
#effective_date ⇒ Time
The tax exemption effective date.
1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1495 class TaxExemption < Struct.new( :authority, :effective_date, :expiration_date, :status, :system_effective_date, :tax_exemption_type) SENSITIVE = [] include Aws::Structure end |
#expiration_date ⇒ Time
The tax exemption expiration date.
1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1495 class TaxExemption < Struct.new( :authority, :effective_date, :expiration_date, :status, :system_effective_date, :tax_exemption_type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The tax exemption status.
1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1495 class TaxExemption < Struct.new( :authority, :effective_date, :expiration_date, :status, :system_effective_date, :tax_exemption_type) SENSITIVE = [] include Aws::Structure end |
#system_effective_date ⇒ Time
The tax exemption recording time in the ‘TaxSettings` system.
1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1495 class TaxExemption < Struct.new( :authority, :effective_date, :expiration_date, :status, :system_effective_date, :tax_exemption_type) SENSITIVE = [] include Aws::Structure end |
#tax_exemption_type ⇒ Types::TaxExemptionType
The tax exemption type.
1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1495 class TaxExemption < Struct.new( :authority, :effective_date, :expiration_date, :status, :system_effective_date, :tax_exemption_type) SENSITIVE = [] include Aws::Structure end |