Type alias ListProvisionalCardsResults

ListProvisionalCardsResults: ListOperationResult<ProvisionalVirtualCard>

The result object for list provisional cards APIs.

  • On success, contains the list of requested provisional cards.
  • On partial success, contains the list of provisional cards that were fetched and unsealed successfully as well as the list of provisional cards that could not be unsealed successfully and the error indicating why unsealing failed. An provisional card may fail to unseal if the client version is not up to date or the required cryptographic key is missing from the client device.
  • On failure, contains an error object indicating why the list operation failed.

Generated using TypeDoc