public interface EmbeddedProductVariantQueryModel
Modifier and Type | Method and Description |
---|---|
StringQueryModel<T> |
key() |
static <T> EmbeddedProductVariantQueryModel |
of() |
PriceCollectionQueryModel<T> |
prices() |
StringQueryModel<T> |
sku() |
static <T> EmbeddedProductVariantQueryModel of()
StringQueryModel<T> sku()
StringQueryModel<T> key()
PriceCollectionQueryModel<T> prices()