public interface CustomerSignInResult
CustomerCreateCommand
,
CustomerSignInCommand
Modifier and Type | Method and Description |
---|---|
Cart |
getCart()
A cart belonging to the customer or null.
|
Customer |
getCustomer() |
static com.fasterxml.jackson.core.type.TypeReference<CustomerSignInResult> |
typeReference()
Creates a container which contains the full Java type information to deserialize this class from JSON.
|
Customer getCustomer()
static com.fasterxml.jackson.core.type.TypeReference<CustomerSignInResult> typeReference()