Class: Aws::TaxSettings::Types::TaxExemption

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-taxsettings/types.rb

Overview

The tax exemption.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorityTypes::Authority

The address domain associate with tax exemption.

Returns:



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_dateTime

The tax exemption effective date.

Returns:

  • (Time)


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_dateTime

The tax exemption expiration date.

Returns:

  • (Time)


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

#statusString

The tax exemption status.

Returns:

  • (String)


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_dateTime

The tax exemption recording time in the ‘TaxSettings` system.

Returns:

  • (Time)


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_typeTypes::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