clover / clover-android-sdk

Clover SDK for developing applications on Clover Station/Mobile/Mini/Flex

Home Page:https://docs.clover.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List all customer with phones

javichaques opened this issue · comments

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?