In our android app we need to know for sure when an order is done by Clover Dining App. I had used order.getTitle() since Register Orders do not have titles but title will exist if we activate Order Numbers in Clover. Then I thought of checking for lineItem.getBinName() for all lineItems of an Order and check if it is not null then consider the order as a Clover Dining Order but in some cases for Clover Dining Orders too it seems the lineItem.getBinName() is still null. My question is What parameter can we use in by Clover REST API to make sure that order is a Clover Dining Order?