TransferStatus type

The status of a transfer.
KnownTransferStatus can be used interchangeably with TransferStatus, this enum contains the known values that the service supports.

Known values supported by the service

Expired: Expired
Pending: Pending
InProgress: InProgress
Completed: Completed
CompletedWithErrors: CompletedWithErrors
Failed: Failed
Canceled: Canceled
Declined: Declined

type TransferStatus = string