public class FavorCallbackSetting extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
mchid
微信支付商户的商户号,由微信支付生成并下发,不填默认查询调用方商户的通知URL。
|
private String |
notifyUrl
商户提供的用于接收商家券事件通知的url地址,必须支持https。
|
private OffsetDateTime |
updateTime
修改时间,返回
|
| Constructor and Description |
|---|
FavorCallbackSetting(String notifyUrl)
Instantiates a new Busi favor callback setting.
|
FavorCallbackSetting(String notifyUrl,
String mchid)
Instantiates a new Busi favor callback setting.
|
FavorCallbackSetting(String mchid,
String notifyUrl,
OffsetDateTime updateTime)
Instantiates a new Busi favor callback setting.
|
private String mchid
private final String notifyUrl
private OffsetDateTime updateTime
public FavorCallbackSetting(String notifyUrl)
notifyUrl - the notify urlpublic FavorCallbackSetting(String notifyUrl, String mchid)
notifyUrl - the notify urlmchid - the mchidFavorCallbackSetting(String mchid, String notifyUrl, OffsetDateTime updateTime)
mchid - the mchidnotifyUrl - the notify urlupdateTime - the update timeCopyright © 2023. All rights reserved.