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

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

There is a newer version: 1.0.0-M26
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy