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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-taxsettings/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.

Returns:

  • (Array<String>)


1470
1471
1472
1473
1474
1475
1476
1477
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1470

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

#authorityTypes::Authority

The address domain associate with the tax information.

Returns:



1470
1471
1472
1473
1474
1475
1476
1477
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1470

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

#exemption_certificateTypes::ExemptionCertificate

The exemption certificate.



1470
1471
1472
1473
1474
1475
1476
1477
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1470

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

#exemption_typeString

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

Returns:

  • (String)


1470
1471
1472
1473
1474
1475
1476
1477
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1470

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