The following function retrieves a list of all non-awarded purchases:
BridgeAPI.getNoneAwarded();
If the request is successful, this function triggers the onNoneAwardedSuccess callback with a list of order IDs corresponding to the non-awarded purchases. If the request fails, this function triggers the onNoneAwardedFailed callback with an ErrorMessage object.