Class: Aws::TaxSettings::Types::PutTaxExemptionRequest

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

#account_idsArray<String>

The list of unique account identifiers.



1307
1308
1309
1310
1311
1312
1313
1314
# File 'lib/aws-sdk-taxsettings/types.rb', line 1307

class PutTaxExemptionRequest < Struct.new(
  :account_ids,
  :authority,
  :exemption_certificate,
  :exemption_type)
  SENSITIVE = []
  include Aws::Structure
end

#authorityTypes::Authority

The address domain associate with the tax information.



1307
1308
1309
1310
1311
1312
1313
1314
# File 'lib/aws-sdk-taxsettings/types.rb', line 1307

class PutTaxExemptionRequest < Struct.new(
  :account_ids,
  :authority,
  :exemption_certificate,
  :exemption_type)
  SENSITIVE = []
  include Aws::Structure
end

#exemption_certificateTypes::ExemptionCertificate

The exemption certificate.



1307
1308
1309
1310
1311
1312
1313
1314
# File 'lib/aws-sdk-taxsettings/types.rb', line 1307

class PutTaxExemptionRequest < Struct.new(
  :account_ids,
  :authority,
  :exemption_certificate,
  :exemption_type)
  SENSITIVE = []
  include Aws::Structure
end

#exemption_typeString

The exemption type. Use the supported tax exemption type description.



1307
1308
1309
1310
1311
1312
1313
1314
# File 'lib/aws-sdk-taxsettings/types.rb', line 1307

class PutTaxExemptionRequest < Struct.new(
  :account_ids,
  :authority,
  :exemption_certificate,
  :exemption_type)
  SENSITIVE = []
  include Aws::Structure
end