toJson method
Implementation
String toJson() {
return ProductVariantSearchModelMapper.ensureInitialized()
.encodeJson<ProductVariantSearchModel>(
this as ProductVariantSearchModel);
}
String toJson() {
return ProductVariantSearchModelMapper.ensureInitialized()
.encodeJson<ProductVariantSearchModel>(
this as ProductVariantSearchModel);
}