The following function retrieves a list of all non-consumed purchases:

CheckoutController.Instance.GetNonConsumedOrders("CUSTOMER_ID");

If the request is successful, this function triggers the OnGetNonConsumeOrdersSuccess callback with a list of order IDs corresponding to the non-consumed purchases.

If the request fails, this function triggers the OnGetNonConsumeOrdersFail callback with an ErrorMessage object.