ICustomerProduct Interface
Implements
public interface ICustomerProduct extends IPartnerComponent<TripletTuple<String,String,String>>, IEntityGetOperations<Product>
Represents the operations that can be performed on a single product.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
ICustomer |
ByCustomerReservationScope(String reservationScope)
Gets the operations that can be applied on a customer's product identifiers filtered by a specific reservation scope. |
Method Details
ByCustomerReservationScope
public abstract ICustomerProductByReservationScope ByCustomerReservationScope(String reservationScope)
Gets the operations that can be applied on a customer's product identifiers filtered by a specific reservation scope.
Parameters:
Returns: