public interface ShippingMethodQueryModel extends ResourceQueryModel<ShippingMethod>, WithCustomQueryModel<ShippingMethod>
Modifier and Type | Method and Description |
---|---|
BooleanQueryModel<ShippingMethod> |
isDefault() |
StringQuerySortingModel<ShippingMethod> |
key() |
StringQuerySortingModel<ShippingMethod> |
name() |
static ShippingMethodQueryModel |
of() |
ReferenceQueryModel<ShippingMethod,TaxCategory> |
taxCategory() |
ZoneRateCollectionQueryModel<ShippingMethod> |
zoneRates() |
createdAt, id, is, lastModifiedAt, not
custom
static ShippingMethodQueryModel of()
StringQuerySortingModel<ShippingMethod> key()
StringQuerySortingModel<ShippingMethod> name()
ReferenceQueryModel<ShippingMethod,TaxCategory> taxCategory()
ZoneRateCollectionQueryModel<ShippingMethod> zoneRates()
BooleanQueryModel<ShippingMethod> isDefault()