public class SignInResult
extends java.lang.Object
SphereClient's
sign-in and sign-up methods.
Contains a customer and their active cart (if such cart exists, null otherwise).Modifier and Type | Method and Description |
---|---|
Cart |
getCart()
Customer's cart or null if no cart exists.
|
Customer |
getCustomer()
The existing customer.
|
java.lang.String |
toString() |