public interface ProductVariantExpansionModel<T>
Modifier and Type | Method and Description |
---|---|
ProductAttributeExpansionModel<T> |
attributes() |
static <T> ProductVariantExpansionModel<T> |
of(List<String> parentPath,
String paths) |
PriceExpansionModel<T> |
prices() |
PriceExpansionModel<T> |
prices(int index) |
PriceExpansionModel<T> prices()
PriceExpansionModel<T> prices(int index)
ProductAttributeExpansionModel<T> attributes()
static <T> ProductVariantExpansionModel<T> of(@Nullable List<String> parentPath, String paths)