public class XPFShopper extends XPFEntity
Constructor and Description |
---|
XPFShopper(@NonNull XPFSession session,
@NonNull XPFStore store,
@NonNull XPFCustomer user,
XPFCustomer account) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
XPFCustomer |
getAccount()
The account that this shopper is buying on behalf-of, if applicable.
|
@NonNull XPFSession |
getSession()
The current session details.
|
@NonNull XPFStore |
getStore()
The store that this shopper is associated to.
|
@NonNull XPFCustomer |
getUser()
The user that this shopper is associated to.
|
int |
hashCode() |
String |
toString() |
getCustomData
public XPFShopper(@NonNull @NonNull XPFSession session, @NonNull @NonNull XPFStore store, @NonNull @NonNull XPFCustomer user, XPFCustomer account)
@NonNull public @NonNull XPFSession getSession()
@NonNull public @NonNull XPFStore getStore()
@NonNull public @NonNull XPFCustomer getUser()
public XPFCustomer getAccount()
Copyright © 2024. All rights reserved.