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