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

io.sphere.sdk.taxcategories.queries.TaxRateQueryModel Maven / Gradle / Ivy

package io.sphere.sdk.taxcategories.queries;

import io.sphere.sdk.queries.BooleanQueryModel;
import io.sphere.sdk.queries.CountryQueryModel;
import io.sphere.sdk.queries.StringQueryModel;

public interface TaxRateQueryModel {
    StringQueryModel name();

    BooleanQueryModel includedInPrice();

    CountryQueryModel country();

    StringQueryModel state();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy