We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26172e commit ef5f28cCopy full SHA for ef5f28c
weixin-java-channel/src/main/java/me/chanjar/weixin/channel/bean/order/OrderProductInfo.java
@@ -241,4 +241,16 @@ public class OrderProductInfo implements Serializable {
241
@JsonProperty("national_subsidy_merchant_discounted_price")
242
private Integer nationalSubsidyMerchantDiscountedPrice;
243
244
+ /**
245
+ * 订单内商品维度活动商家补贴,即参与平台补贴活动时商家通过活动报名价优惠的部分,单位为分
246
+ */
247
+ @JsonProperty("platform_activity_merchant_discounted_price")
248
+ private Integer platformActivityMerchantDiscountedPrice;
249
+
250
251
+ * 订单内商品维度平台券优惠金额,单位为分
252
253
+ @JsonProperty("cash_coupon_discounted_price")
254
+ private Integer cashCouponDiscountedPrice;
255
256
}
0 commit comments