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

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

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

import io.sphere.sdk.queries.MoneyQueryModel;
import io.sphere.sdk.queries.ReferenceOptionalQueryModel;
import io.sphere.sdk.queries.StringQueryModel;
import io.sphere.sdk.shippingmethods.ShippingMethod;
import io.sphere.sdk.taxcategories.queries.TaxRateQueryModel;

public interface CartShippingInfoQueryModel {
    StringQueryModel shippingMethodName();

    MoneyQueryModel price();

    TaxRateQueryModel taxRate();

    ReferenceOptionalQueryModel shippingMethod();

    DiscountedLineItemPriceQueryModel discountedPrice();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy