1 Star 0 Fork 0

此间少年' / topsdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
TmallServicecenterIdentifytaskCreateFulfilplatformResult.go 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
此间少年' 提交于 2023-10-20 10:35 . add taobao sdk
package domain
type TmallServicecenterIdentifytaskCreateFulfilplatformResult struct {
/*
展示信息 */
DisplayMsg *string `json:"display_msg,omitempty" `
/*
生层的核销单id */
ResultData *int64 `json:"result_data,omitempty" `
/*
是否成功 */
Success *bool `json:"success,omitempty" `
/*
消息代码 */
MsgCode *string `json:"msg_code,omitempty" `
}
func (s *TmallServicecenterIdentifytaskCreateFulfilplatformResult) SetDisplayMsg(v string) *TmallServicecenterIdentifytaskCreateFulfilplatformResult {
s.DisplayMsg = &v
return s
}
func (s *TmallServicecenterIdentifytaskCreateFulfilplatformResult) SetResultData(v int64) *TmallServicecenterIdentifytaskCreateFulfilplatformResult {
s.ResultData = &v
return s
}
func (s *TmallServicecenterIdentifytaskCreateFulfilplatformResult) SetSuccess(v bool) *TmallServicecenterIdentifytaskCreateFulfilplatformResult {
s.Success = &v
return s
}
func (s *TmallServicecenterIdentifytaskCreateFulfilplatformResult) SetMsgCode(v string) *TmallServicecenterIdentifytaskCreateFulfilplatformResult {
s.MsgCode = &v
return s
}
Go
1
https://gitee.com/cjsn/topsdk.git
git@gitee.com:cjsn/topsdk.git
cjsn
topsdk
topsdk
v0.1.6

搜索帮助