类 PromotionDetail
- java.lang.Object
-
- cn.crushes.cloud.core.pay.wechat.v3.model.payscore.PromotionDetail
-
public class PromotionDetail extends Object
微信支付分支付成功回调,优惠功能 注:针对2020年5月27日10:00:00以后完结的订单生效- 作者:
- youta
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classPromotionDetail.GoodsDetailThe type Goods detail.
-
字段概要
字段 修饰符和类型 字段 说明 private LongamountThe Amount.private StringcouponIdThe Coupon id.private StringcurrencyThe Currency.private List<PromotionDetail.GoodsDetail>goodsDetailThe Goods detail.private LongmerchantContributeThe Merchant contribute.private StringnameThe Name.private LongotherContributeThe Other contribute.private StringscopeThe Scope.private StringstockIdThe Stock id.private StringtypeThe Type.private LongwechatpayContributeThe Wechatpay contribute.
-
构造器概要
构造器 构造器 说明 PromotionDetail()
-
-
-
字段详细资料
-
amount
private Long amount
The Amount.
-
couponId
private String couponId
The Coupon id.
-
currency
private String currency
The Currency.
-
goodsDetail
private List<PromotionDetail.GoodsDetail> goodsDetail
The Goods detail.
-
merchantContribute
private Long merchantContribute
The Merchant contribute.
-
name
private String name
The Name.
-
otherContribute
private Long otherContribute
The Other contribute.
-
scope
private String scope
The Scope.
-
stockId
private String stockId
The Stock id.
-
type
private String type
The Type.
-
wechatpayContribute
private Long wechatpayContribute
The Wechatpay contribute.
-
-