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.
1220 1221 1222 1223 1224 1225 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1220 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.
1220 1221 1222 1223 1224 1225 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 1220 class TaxDocumentMetadata < Struct.new( :tax_document_access_token, :tax_document_name) SENSITIVE = [] include Aws::Structure end |