ProductTransferStatus type
The status of a transfer.
KnownProductTransferStatus can be used interchangeably with ProductTransferStatus,
this enum contains the known values that the service supports.
Known values supported by the service
NotStarted: NotStarted
InProgress: InProgress
Completed: Completed
Failed: Failed
type ProductTransferStatus = string