Class: Aws::TaxSettings::Types::GetTaxExemptionTypesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tax_exemption_typesArray<Types::TaxExemptionType>

The supported types of tax exemptions.

Returns:



749
750
751
752
753
# File 'lib/aws-sdk-taxsettings/types.rb', line 749

class GetTaxExemptionTypesResponse < Struct.new(
  :tax_exemption_types)
  SENSITIVE = []
  include Aws::Structure
end