phpDocumentor

CustomerWriteService

Interface CustomerWriteService

Table of Contents

deleteCustomers()  : void
Deletes customers based on the given customer IDs.
deleteOutdatedGuestAccounts()  : void
Deletes all outdated guests customers (the ones without an active session).
storeCustomers()  : void
Stores multiple customers.

Methods

deleteOutdatedGuestAccounts()

Deletes all outdated guests customers (the ones without an active session).

public deleteOutdatedGuestAccounts() : void
Return values
void

Search results