io.sphere.sdk.carts.queries.ItemStateCollectionQueryModel Maven / Gradle / Ivy
package io.sphere.sdk.carts.queries;
import io.sphere.sdk.queries.LongQueryModel;
import io.sphere.sdk.queries.ReferenceQueryModel;
import io.sphere.sdk.states.State;
public interface ItemStateCollectionQueryModel {
ReferenceQueryModel state();
LongQueryModel quantity();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy