FindCustomersRequest

Request to find customers.

Variables

create_if_not_existing

bool

Indicates that we should create an empty customer when no customer was found.

cardIdentifier

string

The identifier of a card attached to the customer.  Errors:

emailAddress

string

The emailAddress of the customer.  Errors:

userName

string

The userName of the customer.  Errors:

address

string

The address of the customer.  Errors:

city

string

The city of the customer.  Errors:

countryIsoCode3

string

The country iso code of the customer.  Errors:

firstName

string

The firstName of the customer.  Errors:

lastName

string

The lastName of the customer.  Errors:

postcode

string

The postcode of the customer.  Errors:

telephoneNumber

string

The telephone number of the customer.  Errors:

zone

string

The zone number of the customer.  Errors:

communityId

int64

The id of the community of the customer.

count

integer

The amount of customers to return

Close