public class CouponDetail extends Object
| Constructor and Description |
|---|
CouponDetail() |
private String belongMerchant
private String stockName
private String comment
private String goodsName
用来描述批次在哪些商品可用,会显示在微信卡包中。字数上限为15个,一个中文汉字/英文字母/数字均占用一个字数。
private StockType stockType
private Boolean transferable
private Boolean shareable
private CouponState couponState
private DisplayPatternInfo displayPatternInfo
private CouponUseRule couponUseRule
private CustomEntrance customEntrance
private String couponCode
private String stockId
private OffsetDateTime availableStartTime
private OffsetDateTime expireTime
private OffsetDateTime receiveTime
private String sendRequestNo
发券时传入的唯一凭证
private String useRequestNo
private OffsetDateTime useTime
private String associateOutTradeNo
若商家券操作过关联商户订单信息,则该字段返回商家券已关联的商户订单号。
private String returnRequestNo
回退时传入的唯一凭证(如券发生了退回,将返回此字段)
private OffsetDateTime returnTime
private String deactivateRequestNo
失效时传入的唯一凭证(如果一张券已失效,将返回此字段)
private OffsetDateTime deactivateTime
券被失效的时间(如果一张券已失效,将返回此字段)
private String deactivateReason
失效一张券的原因(如果一张券已失效,可能返回此字段)
Copyright © 2023. All rights reserved.