Interface ICustomerSku

All Superinterfaces:
IEntityGetOperations<Sku>, IPartnerComponent<TripletTuple<String,​String,​String>>, ISku

public interface ICustomerSku
extends ISku
Represents the operations that can be performed on a single SKU.
  • Method Details

    • byCustomerReservationScope

      ICustomerSkuByReservationScope byCustomerReservationScope​(String reservationScope)
      Gets the operations that can be applied on a customer's SKU identifiers filtered by a specific reservation scope.
      Parameters:
      reservationScope - The reservation scope filter.
      Returns:
      The individual SKU operations sorted by reservation scope.