Class: Aws::TaxSettings::Types::PutTaxExemptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::PutTaxExemptionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
The list of unique account identifiers.
-
#authority ⇒ Types::Authority
The address domain associate with the tax information.
-
#exemption_certificate ⇒ Types::ExemptionCertificate
The exemption certificate.
-
#exemption_type ⇒ String
The exemption type.
Instance Attribute Details
#account_ids ⇒ Array<String>
The list of unique account identifiers.
1193 1194 1195 1196 1197 1198 1199 1200 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1193 class PutTaxExemptionRequest < Struct.new( :account_ids, :authority, :exemption_certificate, :exemption_type) SENSITIVE = [] include Aws::Structure end |
#authority ⇒ Types::Authority
The address domain associate with the tax information.
1193 1194 1195 1196 1197 1198 1199 1200 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1193 class PutTaxExemptionRequest < Struct.new( :account_ids, :authority, :exemption_certificate, :exemption_type) SENSITIVE = [] include Aws::Structure end |
#exemption_certificate ⇒ Types::ExemptionCertificate
The exemption certificate.
1193 1194 1195 1196 1197 1198 1199 1200 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1193 class PutTaxExemptionRequest < Struct.new( :account_ids, :authority, :exemption_certificate, :exemption_type) SENSITIVE = [] include Aws::Structure end |
#exemption_type ⇒ String
The exemption type.
1193 1194 1195 1196 1197 1198 1199 1200 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1193 class PutTaxExemptionRequest < Struct.new( :account_ids, :authority, :exemption_certificate, :exemption_type) SENSITIVE = [] include Aws::Structure end |