Class: Aws::TaxSettings::Types::TaxDocumentMetadata

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#tax_document_access_tokenString

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>

Returns:

  • (String)


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_nameString

The name of your tax document.

Returns:

  • (String)


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