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:



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_dateTime

The tax exemption effective date.

Returns:

  • (Time)


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_dateTime

The tax exemption expiration date.

Returns:

  • (Time)


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

#statusString

The tax exemption status.

Returns:

  • (String)


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_dateTime

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

Returns:

  • (Time)


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