ICustomerSku Interface
Implements
public interface ICustomerSku extends ISku
Represents the operations that can be performed on a single SKU.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
ICustomer |
byCustomerReservationScope(String reservationScope)
Gets the operations that can be applied on a customer's SKU identifiers filtered by a specific reservation scope. |
Method Details
byCustomerReservationScope
public abstract ICustomerSkuByReservationScope byCustomerReservationScope(String reservationScope)
Gets the operations that can be applied on a customer's SKU identifiers filtered by a specific reservation scope.
Parameters:
Returns: