| Package | Description |
|---|---|
| io.sphere.sdk.customers.commands |
Provides types to change the state of customers.
|
| Modifier and Type | Method and Description |
|---|---|
static CustomerInStoreVerifyEmailCommand |
CustomerInStoreVerifyEmailCommand.ofCustomerToken(String storeKey,
CustomerToken customerToken)
Creates a command to verify the email of a customer.
|
static CustomerInStoreVerifyEmailCommand |
CustomerInStoreVerifyEmailCommand.ofTokenValue(String storeKey,
String tokenValue)
Creates a command to verify the email of a customer.
|