public class FavorUseParams extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
appid
公众账号ID
|
private String |
couponCode
券code
|
private String |
openid
用户标识,用户的唯一标识,做安全校验使用
|
private String |
stockId
批次号
|
private String |
useRequestNo
核销请求单据号,商户侧保证唯一
|
private OffsetDateTime |
useTime
请求核销时间
|
| Constructor and Description |
|---|
FavorUseParams(String couponCode,
String appid,
OffsetDateTime useTime,
String useRequestNo)
Instantiates a new Busi favor use params.
|
FavorUseParams(String couponCode,
String appid,
OffsetDateTime useTime,
String useRequestNo,
String stockId)
Instantiates a new Busi favor use params.
|
FavorUseParams(String couponCode,
String appid,
OffsetDateTime useTime,
String useRequestNo,
String stockId,
String openid)
Instantiates a new Busi favor use params.
|
private final String couponCode
private final String stockId
private final String appid
private final OffsetDateTime useTime
private final String useRequestNo
private final String openid
public FavorUseParams(String couponCode, String appid, OffsetDateTime useTime, String useRequestNo)
couponCode - the coupon codeappid - the appiduseTime - the use timeuseRequestNo - the use request nopublic FavorUseParams(String couponCode, String appid, OffsetDateTime useTime, String useRequestNo, String stockId)
couponCode - the coupon codeappid - the appiduseTime - the use timeuseRequestNo - the use request nostockId - the stock idpublic FavorUseParams(String couponCode, String appid, OffsetDateTime useTime, String useRequestNo, String stockId, String openid)
couponCode - the coupon codeappid - the appiduseTime - the use timeuseRequestNo - the use request nostockId - the stock idopenid - the openidCopyright © 2023. All rights reserved.