public class XPFShopper extends XPFEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
XPFShopper.XPFShopperBuilder<C extends XPFShopper,B extends XPFShopper.XPFShopperBuilder<C,B>> |
XPFEntity.XPFEntityBuilder<C extends XPFEntity,B extends XPFEntity.XPFEntityBuilder<C,B>>| Modifier | Constructor and Description |
|---|---|
|
XPFShopper(@NonNull XPFSession session,
@NonNull XPFStore store,
@NonNull XPFCustomer user,
XPFCustomer account) |
protected |
XPFShopper(XPFShopper.XPFShopperBuilder<?,?> b) |
| Modifier and Type | Method and Description |
|---|---|
static XPFShopper.XPFShopperBuilder<?,?> |
builder() |
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, getCustomDataValueprotected XPFShopper(XPFShopper.XPFShopperBuilder<?,?> b)
public XPFShopper(@NonNull
@NonNull XPFSession session,
@NonNull
@NonNull XPFStore store,
@NonNull
@NonNull XPFCustomer user,
XPFCustomer account)
public static XPFShopper.XPFShopperBuilder<?,?> builder()
@NonNull public @NonNull XPFSession getSession()
@NonNull public @NonNull XPFStore getStore()
@NonNull public @NonNull XPFCustomer getUser()
public XPFCustomer getAccount()
Copyright © 2026. All rights reserved.