Class: Aws::TaxSettings::Types::TaxDocumentMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::TaxDocumentMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-taxsettings/types.rb
Overview
The metadata for your tax document.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tax_document_access_token ⇒ String
The tax document access token, which contains information that the Tax Settings API uses to locate the tax document.
-
#tax_document_name ⇒ String
The name of your tax document.
Instance Attribute Details
#tax_document_access_token ⇒ String
The tax document access token, which contains information that the Tax Settings API uses to locate the tax document.
<note markdown=“1”> If you update your tax registration, the existing ‘taxDocumentAccessToken` won’t be valid. To get the latest token, call the ‘GetTaxRegistration` or `ListTaxRegistrations` API operation. This token is valid for 24 hours.
</note>
1460 1461 1462 1463 1464 1465 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1460 class TaxDocumentMetadata < Struct.new( :tax_document_access_token, :tax_document_name) SENSITIVE = [] include Aws::Structure end |
#tax_document_name ⇒ String
The name of your tax document.
1460 1461 1462 1463 1464 1465 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 1460 class TaxDocumentMetadata < Struct.new( :tax_document_access_token, :tax_document_name) SENSITIVE = [] include Aws::Structure end |