public class UserCouponResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
private OffsetDateTime |
availableStartTime
券可使用开始时间
|
private String |
belongMerchant
批次归属商户号
|
private String |
comment
批次备注,[1,20],选填
|
private String |
couponCode
券的唯一标识
|
private CouponState |
couponState
商家券状态
|
private CouponUseRule |
couponUseRule
核销规则
|
private CustomEntrance |
customEntrance
自定义入口
|
private DisplayPatternInfo |
displayPatternInfo
样式信息
|
private OffsetDateTime |
expireTime
券过期时间
|
private String |
goodsName
适用商品范围
|
private OffsetDateTime |
receiveTime
券领取时间
|
private String |
sendRequestNo
发券请求单号
|
private Boolean |
shareable
是否允许分享领券链接
|
private String |
stockId
批次唯一标识
|
private String |
stockName
商家券批次名称,[1,21]
|
private StockType |
stockType
批次类型
|
private Boolean |
transferable
是否允许转赠
|
private String |
useRequestNo
核销请求单号
|
private OffsetDateTime |
useTime
券核销时间
|
| Constructor and Description |
|---|
UserCouponResponse() |
private String stockName
private String belongMerchant
private String comment
private String goodsName
用来描述批次在哪些商品可用,会显示在微信卡包中。字数上限为15个,一个中文汉字/英文字母/数字均占用一个字数。
private StockType stockType
private CouponUseRule couponUseRule
private CustomEntrance customEntrance
private DisplayPatternInfo displayPatternInfo
private String couponCode
private CouponState couponState
private String stockId
private Boolean transferable
private Boolean shareable
private String sendRequestNo
发券时传入的唯一凭证
private String useRequestNo
private OffsetDateTime availableStartTime
private OffsetDateTime expireTime
private OffsetDateTime receiveTime
private OffsetDateTime useTime
Copyright © 2023. All rights reserved.