public class BusiFavorCreateParams extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BusiFavorCreateParams.CouponCodeMode
商家券code模式枚举
|
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
belongMerchant
批次归属商户号,必填
|
private String |
comment
批次备注,[1,20],选填
|
private BusiFavorCreateParams.CouponCodeMode |
couponCodeMode
商家券code模式枚举
|
private CouponUseRule |
couponUseRule
核销规则
|
private CustomEntrance |
customEntrance
自定义入口
|
private DisplayPatternInfo |
displayPatternInfo
样式信息
|
private String |
goodsName
适用商品范围,必填
用来描述批次在哪些商品可用,会显示在微信卡包中。
|
private BusiFavorNotifyConfig |
notifyConfig
事件通知配置
|
private String |
outRequestNo
商户请求单号
商户创建批次凭据号(格式:商户id+日期+流水号),商户侧需保持唯一性。
|
private String |
stockName
商家券批次名称,[1,21],必填
|
private StockSendRule |
stockSendRule
券发放规则
|
private StockType |
stockType
批次类型
|
| 构造器和说明 |
|---|
BusiFavorCreateParams() |
private String stockName
private String belongMerchant
private String comment
private String goodsName
用来描述批次在哪些商品可用,会显示在微信卡包中。字数上限为15个,一个中文汉字/英文字母/数字均占用一个字数。
private StockType stockType
private CouponUseRule couponUseRule
private CustomEntrance customEntrance
private BusiFavorCreateParams.CouponCodeMode couponCodeMode
private DisplayPatternInfo displayPatternInfo
private StockSendRule stockSendRule
private String outRequestNo
商户创建批次凭据号(格式:商户id+日期+流水号),商户侧需保持唯一性。
private BusiFavorNotifyConfig notifyConfig
Copyright © 2021. All rights reserved.