IProduct Interface
Implements
public interface IProduct extends IPartnerComponent<Tuple<String,String>>, IEntityGetOperations<Product>
Holds operations that can be performed on products that apply to a given customer.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Product |
get()
Retrieves the product information |
|
abstract
ISku |
getSkus()
Retrieves the SKUs for the product. |
Method Details
get
public abstract Product get()
Retrieves the product information
Returns:
getSkus
public abstract ISkuCollection getSkus()
Retrieves the SKUs for the product.
Returns: