Cursor c = getContentResolver().query(OrderContract.Summaries.contentUriWithAccount(CloverAccount.getAccount(mContext)), null, null, null, "_id LIMIT 100 OFFSET 10");
Thanks Sam,
but how can I get all information regarding payment(total amount,tax,taxRate,vat etc) using android sdk and can I also get all items in an order with details using android sdk itself?
Hi Amar,
You can get all the details for a payment with /v3/merchants/{mId}/payments/{payId} api except signature image.
Thnak you.
2 People are following this question.
Clover Station 2018 Genymotion emulator CloverAccount.getAccount returning null
How order modified time can be different at same time for same order obtained by two methods?
How to send email using gmail smtp from my clover application?
How to detect if 2 merchants belong to the same clover account?