Hi
Can you confirm if there is a method or anyway for me to detect the following in the Clover SDK? - If an Order has been paid in full - If there is an Amount Outstanding on the Order
Currently the only solution I can see to calculate if an Order has been paid in FULL is to do the following: - Loop through all Payments on the Order - Deduct any Refunds, Service Charges or Voids
Can you help me to understand is the better solution or method inside the Clover SDK to achieve this ?