All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.sphere.sdk.carts.queries.DiscountCodeInfoCollectionQueryModel Maven / Gradle / Ivy

The newest version!
package io.sphere.sdk.carts.queries;

import io.sphere.sdk.discountcodes.DiscountCode;
import io.sphere.sdk.queries.CollectionQueryModel;
import io.sphere.sdk.queries.QueryPredicate;
import io.sphere.sdk.queries.ReferenceQueryModel;

public interface DiscountCodeInfoCollectionQueryModel extends CollectionQueryModel {

    @Override
    QueryPredicate isEmpty();

    @Override
    QueryPredicate isNotEmpty();

    ReferenceQueryModel discountCode();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy