public class XPFBundleConstituent extends XPFEntity
| Modifier and Type | Field and Description |
|---|---|
private XPFProduct |
product
The product that this bundle constituent is linked to.
|
private XPFProductSku |
productSku
The product sku that this bundle constituent is linked to.
|
private int |
quantity
The quantity of items.
|
| Constructor and Description |
|---|
XPFBundleConstituent(XPFProduct product,
int quantity)
Constructor.
|
XPFBundleConstituent(XPFProductSku productSku,
int quantity)
Constructor.
|
private final XPFProduct product
private final XPFProductSku productSku
private final int quantity
public XPFBundleConstituent(XPFProduct product, int quantity)
product - the productquantity - the quantity of itemspublic XPFBundleConstituent(XPFProductSku productSku, int quantity)
productSku - the product skuquantity - the quantity of itemsCopyright © 2023. All rights reserved.