public interface CartQueryModel extends CartLikeQueryModel<Cart>, ResourceQueryModel<Cart>, WithCustomQueryModel<Cart>
createdAt, id, is, lastModifiedAt, notcustomstatic CartQueryModel of()
StringQuerySortingModel<Cart> key()
StringQuerySortingModel<Cart> anonymousId()
anonymousId in interface CartLikeQueryModel<Cart>SphereEnumerationQueryModel<Cart,CartState> cartState()
CartShippingInfoQueryModel<Cart> shippingInfo()
shippingInfo in interface CartLikeQueryModel<Cart>AddressQueryModel<Cart> billingAddress()
billingAddress in interface CartLikeQueryModel<Cart>CountryQueryModel<Cart> country()
country in interface CartLikeQueryModel<Cart>StringQuerySortingModel<Cart> customerEmail()
customerEmail in interface CartLikeQueryModel<Cart>ReferenceOptionalQueryModel<Cart,CustomerGroup> customerGroup()
customerGroup in interface CartLikeQueryModel<Cart>StringQuerySortingModel<Cart> customerId()
customerId in interface CartLikeQueryModel<Cart>CustomLineItemCollectionQueryModel<Cart> customLineItems()
customLineItems in interface CartLikeQueryModel<Cart>LineItemCollectionQueryModel<Cart> lineItems()
lineItems in interface CartLikeQueryModel<Cart>AddressQueryModel<Cart> shippingAddress()
shippingAddress in interface CartLikeQueryModel<Cart>TaxedPriceOptionalQueryModel<Cart> taxedPrice()
taxedPrice in interface CartLikeQueryModel<Cart>SphereEnumerationQueryModel<Cart,TaxCalculationMode> taxCalculationMode()
MoneyQueryModel<Cart> totalPrice()
totalPrice in interface CartLikeQueryModel<Cart>DiscountCodeInfoCollectionQueryModel<Cart> discountCodes()
discountCodes in interface CartLikeQueryModel<Cart>PaymentInfoQueryModel<Cart> paymentInfo()
paymentInfo in interface CartLikeQueryModel<Cart>IntegerQuerySortingModel<Cart> deleteDaysAfterLastModification()
ShippingRateInputQueryModel<Cart> shippingRateInput()
shippingRateInput in interface CartLikeQueryModel<Cart>AddressCollectionQueryModel<Cart> itemShippingAddresses()
itemShippingAddresses in interface CartLikeQueryModel<Cart>KeyReferenceQueryModel<Cart> store()
store in interface CartLikeQueryModel<Cart>LocaleQueryModel<Cart> locale()
locale in interface CartLikeQueryModel<Cart>SphereEnumerationQueryModel<Cart,RoundingMode> taxRoundingMode()