The following function retrieves a list of all non-awarded purchases:
CheckoutController.Instance.GetNoneAwardedOrders();
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.