public class XPFShoppingItem extends Object
Modifier and Type | Field and Description |
---|---|
private @NonNull List<XPFShoppingItem> |
children
The children of this shopping item.
|
private String |
guid
Shopping item guid.
|
private @NonNull Map<String,String> |
modifierFields
The line item modifier field values.
|
private @NonNull XPFProductSku |
productSku
The product SKU.
|
private long |
quantity
The quantity of the shopping items.
|
Constructor and Description |
---|
XPFShoppingItem() |
private final String guid
@NonNull private final @NonNull XPFProductSku productSku
@NonNull private final @NonNull List<XPFShoppingItem> children
private final long quantity
Copyright © 2000–2021 Elastic Path Software, Inc. All rights reserved.