File tree Expand file tree Collapse file tree
src/main/kotlin/com/ecwid/apiclient/v3/dto/profile/result Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -601,6 +601,9 @@ data class FetchedStoreProfile(
601601 @JsonFieldName(" product_details_position_product_price" )
602602 val productDetailsPositionProductPrice : Int? = null ,
603603
604+ @JsonFieldName(" product_details_position_product_loyalty" )
605+ val productDetailsPositionProductLoyalty : Int? = null ,
606+
604607 @JsonFieldName(" product_details_position_product_sku" )
605608 val productDetailsPositionProductSku : Int? = null ,
606609
@@ -667,6 +670,9 @@ data class FetchedStoreProfile(
667670 @JsonFieldName(" product_details_show_product_price" )
668671 val productDetailsShowProductPrice : Boolean? = null ,
669672
673+ @JsonFieldName(" product_details_show_product_loyalty" )
674+ val productDetailsShowProductLoyalty : Boolean? = null ,
675+
670676 @JsonFieldName(" product_details_show_product_sku" )
671677 val productDetailsShowProductSku : Boolean? = null ,
672678
You can’t perform that action at this time.
0 commit comments