CustomerInterface
interface CustomerInterface implements ResourceInterface, RetrieveInterface, UpdateInterface, DeleteInterface, ListAllInterface
Methods
create(string $email, string $token, array $arguments = [], string $key = null)
No description
createWithoutToken(string $email, array $arguments = [], string $key = null)
No description