Hi,
I'm developing with Clover Android SDK (191.6).
I want to list all customers and their phone numbers. I know how do it on API REST (
https://sandbox.dev.clover.com/v3/merchants/MYMERCHANT/customers/?expand=phoneNumbers) but i don't know how do it with the sdk.
Currently i'm listing all customers without phone numbers using this function.
https://clover.github.io/clover-android-sdk/com/clover/sdk/v1/customer/CustomerConnector.html#getCustomers-java.lang.String-
How can i do it?
Thanks