enum VaultTokenStatus
Whether the instrument behind a vault token is still current, judged each time it is read. Deletion is separate and told apart by 'deletedAt': a deleted token still reports a status, and can still move to Expired, so a token is usable only while its status is Active and it has not been deleted.
Active— The instrument is current.Expired— Past expiresAt without having been used, or past the card's expiration date. The token can no longer be used; tokenize the instrument again to get a new one.