Class: Aws::TaxSettings::Types::TaxDocumentMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::TaxDocumentMetadata
- Defined in:
- gems/aws-sdk-taxsettings/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.
taxDocumentAccessToken won't be valid. To get the latest token,
call the GetTaxRegistration or ListTaxRegistrations API
operation. This token is valid for 24 hours.
1699 1700 1701 1702 1703 1704 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1699 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.
1699 1700 1701 1702 1703 1704 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1699 class TaxDocumentMetadata < Struct.new( :tax_document_access_token, :tax_document_name) SENSITIVE = [] include Aws::Structure end |