Package | Description |
---|---|
io.sphere.sdk.customers.commands |
Provides types to change the state of customers.
|
Modifier and Type | Method and Description |
---|---|
static CustomerInStoreCreateEmailTokenCommand |
CustomerInStoreCreateEmailTokenCommand.of(String storeKey,
Identifiable<Customer> customer,
Integer timeToLiveInMinutes)
Creates a command object to create a token to verify a customer's email.
|
static CustomerInStoreCreateEmailTokenCommand |
CustomerInStoreCreateEmailTokenCommand.ofCustomerId(String storeKey,
String id,
Integer timeToLiveInMinutes)
Creates a command object to create a token to verify a customer's email.
|