Is there any option to get the default tax rate, user set in the clover machine, using android SDK?
Is there any option to get the default tax rate, user set in the clover machine, using android SDK?
Hi @Ajmal,
You can use the inventoryConnector from the Android SDK to get a list of tax rates and then check to see if any of them are default tax rates (there's no guarantee that the merchant has set a default). Something like List<TaxRate> taxRates = inventoryConnector.getTaxRates(); for (TaxRate taxRate : taxRates) { taxRate.getIsDefault(); }
1 Person is following this question.
Are we allowed to hide system bar ( black bar) at the bottom of clover mobile from a custom app?
Any reason why we are letting Printed but NOT paid orders to be deleted?
[Sandbox] Webhooks seems to be not functioning now
Can you add an API method that will list the last 100 web hooks (historical data) for a merchant?