domain

package
v0.1.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlibabaMsfserviceAuditsUpdateReserveAuditRequest

type AlibabaMsfserviceAuditsUpdateReserveAuditRequest struct {
	/*
	   变更时间(日期)     */
	UpdateTime *string `json:"update_time,omitempty" `

	/*
	   变更时间(时间段)     */
	UpdateTimeRange *string `json:"update_time_range,omitempty" `

	/*
	   审核操作人     */
	Operator *string `json:"operator,omitempty" `

	/*
	   审核拒绝原因     */
	RejectReason *string `json:"reject_reason,omitempty" `

	/*
	   改派师傅手机号     */
	NewWorkerMobile *string `json:"new_worker_mobile,omitempty" `

	/*
	   审核工单id     */
	Id *int64 `json:"id,omitempty" `

	/*
	   审核状态     */
	State *int64 `json:"state,omitempty" `
}

func (*AlibabaMsfserviceAuditsUpdateReserveAuditRequest) SetId

func (*AlibabaMsfserviceAuditsUpdateReserveAuditRequest) SetNewWorkerMobile

func (*AlibabaMsfserviceAuditsUpdateReserveAuditRequest) SetOperator

func (*AlibabaMsfserviceAuditsUpdateReserveAuditRequest) SetRejectReason

func (*AlibabaMsfserviceAuditsUpdateReserveAuditRequest) SetState

func (*AlibabaMsfserviceAuditsUpdateReserveAuditRequest) SetUpdateTime

func (*AlibabaMsfserviceAuditsUpdateReserveAuditRequest) SetUpdateTimeRange

type AlibabaMsfserviceAuditsUpdateResult

type AlibabaMsfserviceAuditsUpdateResult struct {
	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   失败原因     */
	SystemError *string `json:"system_error,omitempty" `

	/*
	   失败原因     */
	MsgInfo *string `json:"msg_info,omitempty" `

	/*
	   错误码     */
	MsgCode *string `json:"msg_code,omitempty" `
}

func (*AlibabaMsfserviceAuditsUpdateResult) SetMsgCode

func (*AlibabaMsfserviceAuditsUpdateResult) SetMsgInfo

func (*AlibabaMsfserviceAuditsUpdateResult) SetSuccess

func (*AlibabaMsfserviceAuditsUpdateResult) SetSystemError

type AlibabaMsfserviceWorkerQueryidResult

type AlibabaMsfserviceWorkerQueryidResult struct {
	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   失败原因     */
	SystemError *string `json:"system_error,omitempty" `

	/*
	   失败原因     */
	MsgInfo *string `json:"msg_info,omitempty" `

	/*
	   错误码     */
	MsgCode *string `json:"msg_code,omitempty" `

	/*
	   工人id     */
	Result *int64 `json:"result,omitempty" `
}

func (*AlibabaMsfserviceWorkerQueryidResult) SetMsgCode

func (*AlibabaMsfserviceWorkerQueryidResult) SetMsgInfo

func (*AlibabaMsfserviceWorkerQueryidResult) SetResult

func (*AlibabaMsfserviceWorkerQueryidResult) SetSuccess

func (*AlibabaMsfserviceWorkerQueryidResult) SetSystemError

type AlibabaServiceSettlementQueryDatalist

type AlibabaServiceSettlementQueryDatalist struct {
	/*
	   工单ID     */
	WorkcardId *int64 `json:"workcard_id,omitempty" `

	/*
	   工单多次作业时的批次号     */
	WorkcardSequence *int64 `json:"workcard_sequence,omitempty" `

	/*
	   转帐金额,单位分     */
	TransferAmount *int64 `json:"transfer_amount,omitempty" `

	/*
	   入款方支付宝账号     */
	InUserAlipayAccountId *string `json:"in_user_alipay_account_id,omitempty" `

	/*
	   交易服务子订单ID     */
	ServiceTradeOrderId *int64 `json:"service_trade_order_id,omitempty" `

	/*
	   货币类型 人民币(CNY)     */
	Currency *string `json:"currency,omitempty" `

	/*
	   账单ID     */
	Id *string `json:"id,omitempty" `

	/*
	   出款方nick     */
	OutUserNick *string `json:"out_user_nick,omitempty" `

	/*
	   触发本次打款的动作类型。serviceOrder-tradeSuccess: 商家扣款到中间账户;serviceOrder-cancel: 退款;huijin-commision: 门店抽佣;huijin-store-transfer: 转账给门店     */
	Action *string `json:"action,omitempty" `

	/*
	   出款方支付宝账号     */
	OutUserAlipayAccountId *string `json:"out_user_alipay_account_id,omitempty" `

	/*
	   入款方nick     */
	InUserNick *string `json:"in_user_nick,omitempty" `

	/*
	   交易实物订单号     */
	MasterTradeOrderId *int64 `json:"master_trade_order_id,omitempty" `

	/*
	   卖家nick     */
	SellerNick *string `json:"seller_nick,omitempty" `

	/*
	   出款方用户角色 BUYER:买家 SELLER:卖家, STORE:门店, TP:服务商, PLATFORM:平台     */
	OutUserRole *string `json:"out_user_role,omitempty" `

	/*
	   状态;销帐:FINISH ;未销账:ONGOING     */
	Status *string `json:"status,omitempty" `

	/*
	   门店Code     */
	ServiceStoreCode *string `json:"service_store_code,omitempty" `

	/*
	   支付宝交易订单号     */
	AlipayOrderId *string `json:"alipay_order_id,omitempty" `

	/*
	   交易主订单号     */
	ParentTradeOrderId *int64 `json:"parent_trade_order_id,omitempty" `

	/*
	   支付时间     */
	PayTime *string `json:"pay_time,omitempty" `

	/*
	   入款方用户角色 BUYER:买家 SELLER:卖家, STORE:门店, TP:服务商, PLATFORM:平台     */
	InUserRole *string `json:"in_user_role,omitempty" `

	/*
	   创建时间     */
	CreateTime *string `json:"create_time,omitempty" `

	/*
	   服务单号     */
	ServiceOrderId *int64 `json:"service_order_id,omitempty" `

	/*
	   门店名称     */
	ServiceStoreName *string `json:"service_store_name,omitempty" `

	/*
	   扩展信息;json格式     */
	Attributes *string `json:"attributes,omitempty" `

	/*
	   门店Id     */
	ServiceStoreId *int64 `json:"service_store_id,omitempty" `

	/*
	   打款备注     */
	Comment *string `json:"comment,omitempty" `
}

func (*AlibabaServiceSettlementQueryDatalist) SetAction

func (*AlibabaServiceSettlementQueryDatalist) SetAlipayOrderId

func (*AlibabaServiceSettlementQueryDatalist) SetAttributes

func (*AlibabaServiceSettlementQueryDatalist) SetComment

func (*AlibabaServiceSettlementQueryDatalist) SetCreateTime

func (*AlibabaServiceSettlementQueryDatalist) SetCurrency

func (*AlibabaServiceSettlementQueryDatalist) SetId

func (*AlibabaServiceSettlementQueryDatalist) SetInUserAlipayAccountId

func (*AlibabaServiceSettlementQueryDatalist) SetInUserNick

func (*AlibabaServiceSettlementQueryDatalist) SetInUserRole

func (*AlibabaServiceSettlementQueryDatalist) SetMasterTradeOrderId

func (*AlibabaServiceSettlementQueryDatalist) SetOutUserAlipayAccountId

func (*AlibabaServiceSettlementQueryDatalist) SetOutUserNick

func (*AlibabaServiceSettlementQueryDatalist) SetOutUserRole

func (*AlibabaServiceSettlementQueryDatalist) SetParentTradeOrderId

func (*AlibabaServiceSettlementQueryDatalist) SetPayTime

func (*AlibabaServiceSettlementQueryDatalist) SetSellerNick

func (*AlibabaServiceSettlementQueryDatalist) SetServiceOrderId

func (*AlibabaServiceSettlementQueryDatalist) SetServiceStoreCode

func (*AlibabaServiceSettlementQueryDatalist) SetServiceStoreId

func (*AlibabaServiceSettlementQueryDatalist) SetServiceStoreName

func (*AlibabaServiceSettlementQueryDatalist) SetServiceTradeOrderId

func (*AlibabaServiceSettlementQueryDatalist) SetStatus

func (*AlibabaServiceSettlementQueryDatalist) SetTransferAmount

func (*AlibabaServiceSettlementQueryDatalist) SetWorkcardId

func (*AlibabaServiceSettlementQueryDatalist) SetWorkcardSequence

type AlibabaServiceSettlementQueryFulfilplatformResult

type AlibabaServiceSettlementQueryFulfilplatformResult struct {
	/*
	   错误描述     */
	MsgInfo *string `json:"msg_info,omitempty" `

	/*
	   错误码     */
	MsgCode *string `json:"msg_code,omitempty" `

	/*
	   true:成功;false:失败     */
	Success *bool `json:"success,omitempty" `

	/*
	   每页数据信息     */
	ResultData *AlibabaServiceSettlementQueryPagedResult `json:"result_data,omitempty" `
}

func (*AlibabaServiceSettlementQueryFulfilplatformResult) SetMsgCode

func (*AlibabaServiceSettlementQueryFulfilplatformResult) SetMsgInfo

func (*AlibabaServiceSettlementQueryFulfilplatformResult) SetSuccess

type AlibabaServiceSettlementQueryPagedResult

type AlibabaServiceSettlementQueryPagedResult struct {
	/*
	   总条数     */
	TotalCount *int64 `json:"total_count,omitempty" `

	/*
	   每页条数     */
	PageSize *int64 `json:"page_size,omitempty" `

	/*
	   结算明细list     */
	DataList *[]AlibabaServiceSettlementQueryDatalist `json:"data_list,omitempty" `
}

func (*AlibabaServiceSettlementQueryPagedResult) SetPageSize

func (*AlibabaServiceSettlementQueryPagedResult) SetTotalCount

type AlibabaServicecenterFulfiltaskBuyeraddressChangeResult

type AlibabaServicecenterFulfiltaskBuyeraddressChangeResult struct {
	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `
}

func (*AlibabaServicecenterFulfiltaskBuyeraddressChangeResult) SetErrorCode

func (*AlibabaServicecenterFulfiltaskBuyeraddressChangeResult) SetErrorMsg

func (*AlibabaServicecenterFulfiltaskBuyeraddressChangeResult) SetSuccess

type AlibabaServicecenterFulfiltaskCreateResult

type AlibabaServicecenterFulfiltaskCreateResult struct {
	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   核销单id     */
	FulfilTaskId *int64 `json:"fulfil_task_id,omitempty" `

	/*
	   错误描述     */
	ErrorMsg *string `json:"error_msg,omitempty" `
}

func (*AlibabaServicecenterFulfiltaskCreateResult) SetErrorCode

func (*AlibabaServicecenterFulfiltaskCreateResult) SetErrorMsg

func (*AlibabaServicecenterFulfiltaskCreateResult) SetFulfilTaskId

func (*AlibabaServicecenterFulfiltaskCreateResult) SetSuccess

type AlibabaServicecenterFulfiltaskQueryBuyerDTO

type AlibabaServicecenterFulfiltaskQueryBuyerDTO struct {
	/*
	   省     */
	AddressProvince *string `json:"address_province,omitempty" `

	/*
	   买家昵称     */
	BuyerNick *string `json:"buyer_nick,omitempty" `

	/*
	   买家手机号     */
	Mobile *string `json:"mobile,omitempty" `

	/*
	   买家姓名     */
	BuyerName *string `json:"buyer_name,omitempty" `

	/*
	   街道     */
	AddressTown *string `json:"address_town,omitempty" `

	/*
	   买家详细地址     */
	AddressDetail *string `json:"address_detail,omitempty" `

	/*
	   买家固定电话     */
	Phone *string `json:"phone,omitempty" `

	/*
	   买家完整地址     */
	FullAddress *string `json:"full_address,omitempty" `

	/*
	   地区编码     */
	Location *int64 `json:"location,omitempty" `

	/*
	   区     */
	AddressDistrict *string `json:"address_district,omitempty" `

	/*
	   市     */
	AddressCity *string `json:"address_city,omitempty" `
}

func (*AlibabaServicecenterFulfiltaskQueryBuyerDTO) SetAddressCity

func (*AlibabaServicecenterFulfiltaskQueryBuyerDTO) SetAddressDetail

func (*AlibabaServicecenterFulfiltaskQueryBuyerDTO) SetAddressDistrict

func (*AlibabaServicecenterFulfiltaskQueryBuyerDTO) SetAddressProvince

func (*AlibabaServicecenterFulfiltaskQueryBuyerDTO) SetAddressTown

func (*AlibabaServicecenterFulfiltaskQueryBuyerDTO) SetBuyerName

func (*AlibabaServicecenterFulfiltaskQueryBuyerDTO) SetBuyerNick

func (*AlibabaServicecenterFulfiltaskQueryBuyerDTO) SetFullAddress

func (*AlibabaServicecenterFulfiltaskQueryBuyerDTO) SetLocation

func (*AlibabaServicecenterFulfiltaskQueryBuyerDTO) SetMobile

func (*AlibabaServicecenterFulfiltaskQueryBuyerDTO) SetPhone

type AlibabaServicecenterFulfiltaskQueryPagedResult

type AlibabaServicecenterFulfiltaskQueryPagedResult struct {
	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   总条数     */
	TotalCount *int64 `json:"total_count,omitempty" `

	/*
	   核销单     */
	Values *[]AlibabaServicecenterFulfiltaskQueryValue `json:"values,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `
}

func (*AlibabaServicecenterFulfiltaskQueryPagedResult) SetErrorCode

func (*AlibabaServicecenterFulfiltaskQueryPagedResult) SetErrorMsg

func (*AlibabaServicecenterFulfiltaskQueryPagedResult) SetSuccess

func (*AlibabaServicecenterFulfiltaskQueryPagedResult) SetTotalCount

type AlibabaServicecenterFulfiltaskQueryReservationDTO

type AlibabaServicecenterFulfiltaskQueryReservationDTO struct {
	/*
	   预约时间     */
	ReserveTimeEnd *util.LocalTime `json:"reserve_time_end,omitempty" `

	/*
	   预约时间     */
	ReserveTimeStart *util.LocalTime `json:"reserve_time_start,omitempty" `

	/*
	   预约来源     */
	ReserveRequestSourceType *string `json:"reserve_request_source_type,omitempty" `
}

func (*AlibabaServicecenterFulfiltaskQueryReservationDTO) SetReserveRequestSourceType

func (*AlibabaServicecenterFulfiltaskQueryReservationDTO) SetReserveTimeEnd

func (*AlibabaServicecenterFulfiltaskQueryReservationDTO) SetReserveTimeStart

type AlibabaServicecenterFulfiltaskQueryServiceProviderDTO

type AlibabaServicecenterFulfiltaskQueryServiceProviderDTO struct {
	/*
	   网点编码     */
	ServiceStoreCode *string `json:"service_store_code,omitempty" `

	/*
	   网点名称     */
	ServiceStoreName *string `json:"service_store_name,omitempty" `

	/*
	   工人电话     */
	WorkerMobile *string `json:"worker_mobile,omitempty" `

	/*
	   网点id     */
	ServiceStoreId *int64 `json:"service_store_id,omitempty" `

	/*
	   工人姓名     */
	WorkerName *string `json:"worker_name,omitempty" `

	/*
	   服务商昵称     */
	TpNick *string `json:"tp_nick,omitempty" `
}

func (*AlibabaServicecenterFulfiltaskQueryServiceProviderDTO) SetServiceStoreCode

func (*AlibabaServicecenterFulfiltaskQueryServiceProviderDTO) SetServiceStoreId

func (*AlibabaServicecenterFulfiltaskQueryServiceProviderDTO) SetServiceStoreName

func (*AlibabaServicecenterFulfiltaskQueryServiceProviderDTO) SetTpNick

func (*AlibabaServicecenterFulfiltaskQueryServiceProviderDTO) SetWorkerMobile

func (*AlibabaServicecenterFulfiltaskQueryServiceProviderDTO) SetWorkerName

type AlibabaServicecenterFulfiltaskQueryValue

type AlibabaServicecenterFulfiltaskQueryValue struct {
	/*
	   工单id列表     */
	WorkcardIdList *[]int64 `json:"workcard_id_list,omitempty" `

	/*
	   履约方式     */
	FulfilTypeCode *string `json:"fulfil_type_code,omitempty" `

	/*
	   修改时间     */
	GmtModify *util.LocalTime `json:"gmt_modify,omitempty" `

	/*
	   业务身份     */
	BizCode *string `json:"biz_code,omitempty" `

	/*
	   下次联系时间     */
	GmtNextContact *util.LocalTime `json:"gmt_next_contact,omitempty" `

	/*
	   备注     */
	Memo *string `json:"memo,omitempty" `

	/*
	   预约信息     */
	Reservation *AlibabaServicecenterFulfiltaskQueryReservationDTO `json:"reservation,omitempty" `

	/*
	   原因编码     */
	ReasonCode *int64 `json:"reason_code,omitempty" `

	/*
	   核销单id     */
	Id *int64 `json:"id,omitempty" `

	/*
	   创建时间     */
	GmtCreate *util.LocalTime `json:"gmt_create,omitempty" `

	/*
	   买家信息     */
	Buyer *AlibabaServicecenterFulfiltaskQueryBuyerDTO `json:"buyer,omitempty" `

	/*
	   服务提供者信息     */
	ServiceProvider *AlibabaServicecenterFulfiltaskQueryServiceProviderDTO `json:"service_provider,omitempty" `

	/*
	   核销单外部单号     */
	OuterId *string `json:"outer_id,omitempty" `

	/*
	   原因描述     */
	ReasonDesc *string `json:"reason_desc,omitempty" `

	/*
	   状态编码     */
	StatusCode *string `json:"status_code,omitempty" `
}

func (*AlibabaServicecenterFulfiltaskQueryValue) SetBizCode

func (*AlibabaServicecenterFulfiltaskQueryValue) SetFulfilTypeCode

func (*AlibabaServicecenterFulfiltaskQueryValue) SetGmtCreate

func (*AlibabaServicecenterFulfiltaskQueryValue) SetGmtModify

func (*AlibabaServicecenterFulfiltaskQueryValue) SetGmtNextContact

func (*AlibabaServicecenterFulfiltaskQueryValue) SetId

func (*AlibabaServicecenterFulfiltaskQueryValue) SetMemo

func (*AlibabaServicecenterFulfiltaskQueryValue) SetOuterId

func (*AlibabaServicecenterFulfiltaskQueryValue) SetReasonCode

func (*AlibabaServicecenterFulfiltaskQueryValue) SetReasonDesc

func (*AlibabaServicecenterFulfiltaskQueryValue) SetStatusCode

func (*AlibabaServicecenterFulfiltaskQueryValue) SetWorkcardIdList

type AlibabaServicecenterIdentifytaskCreateFulfilplatformResult

type AlibabaServicecenterIdentifytaskCreateFulfilplatformResult struct {
	/*
	   核销单id     */
	ResultData *int64 `json:"result_data,omitempty" `

	/*
	   是否执行成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误信息     */
	MsgInfo *string `json:"msg_info,omitempty" `

	/*
	   错误编码     */
	MsgCode *string `json:"msg_code,omitempty" `
}

func (*AlibabaServicecenterIdentifytaskCreateFulfilplatformResult) SetMsgCode

func (*AlibabaServicecenterIdentifytaskCreateFulfilplatformResult) SetMsgInfo

func (*AlibabaServicecenterIdentifytaskCreateFulfilplatformResult) SetResultData

func (*AlibabaServicecenterIdentifytaskCreateFulfilplatformResult) SetSuccess

type AlibabaServicecenterSpserviceorderQueryBuyerDTO

type AlibabaServicecenterSpserviceorderQueryBuyerDTO struct {
	/*
	   省     */
	AddressProvince *string `json:"address_province,omitempty" `

	/*
	   详细地址     */
	AddressDetail *string `json:"address_detail,omitempty" `

	/*
	   买家淘宝账号     */
	BuyerNick *string `json:"buyer_nick,omitempty" `

	/*
	   买家电话     */
	Phone *string `json:"phone,omitempty" `

	/*
	   买家手机号     */
	Mobile *string `json:"mobile,omitempty" `

	/*
	   地区编码     */
	Location *int64 `json:"location,omitempty" `

	/*
	   区     */
	AddressDistrict *string `json:"address_district,omitempty" `

	/*
	   买家姓名     */
	BuyerName *string `json:"buyer_name,omitempty" `

	/*
	   街道     */
	AddressTown *string `json:"address_town,omitempty" `

	/*
	   市     */
	AddressCity *string `json:"address_city,omitempty" `
}

func (*AlibabaServicecenterSpserviceorderQueryBuyerDTO) SetAddressCity

func (*AlibabaServicecenterSpserviceorderQueryBuyerDTO) SetAddressDetail

func (*AlibabaServicecenterSpserviceorderQueryBuyerDTO) SetAddressDistrict

func (*AlibabaServicecenterSpserviceorderQueryBuyerDTO) SetAddressProvince

func (*AlibabaServicecenterSpserviceorderQueryBuyerDTO) SetAddressTown

func (*AlibabaServicecenterSpserviceorderQueryBuyerDTO) SetBuyerName

func (*AlibabaServicecenterSpserviceorderQueryBuyerDTO) SetBuyerNick

func (*AlibabaServicecenterSpserviceorderQueryBuyerDTO) SetLocation

func (*AlibabaServicecenterSpserviceorderQueryBuyerDTO) SetMobile

func (*AlibabaServicecenterSpserviceorderQueryBuyerDTO) SetPhone

type AlibabaServicecenterSpserviceorderQueryFeeInfo

type AlibabaServicecenterSpserviceorderQueryFeeInfo struct {
	/*
	   金额单价(分)     */
	Amount *string `json:"amount,omitempty" `

	/*
	   出资方code     */
	FromRoleCode *string `json:"from_role_code,omitempty" `

	/*
	   收款方的id     */
	ToRoleId *int64 `json:"to_role_id,omitempty" `

	/*
	   费用项科目code     */
	ItemCode *string `json:"item_code,omitempty" `

	/*
	   出资方id     */
	FromRoleId *int64 `json:"from_role_id,omitempty" `

	/*
	   收款方的code     */
	ToRoleCode *string `json:"to_role_code,omitempty" `
}

func (*AlibabaServicecenterSpserviceorderQueryFeeInfo) SetAmount

func (*AlibabaServicecenterSpserviceorderQueryFeeInfo) SetFromRoleCode

func (*AlibabaServicecenterSpserviceorderQueryFeeInfo) SetFromRoleId

func (*AlibabaServicecenterSpserviceorderQueryFeeInfo) SetItemCode

func (*AlibabaServicecenterSpserviceorderQueryFeeInfo) SetToRoleCode

func (*AlibabaServicecenterSpserviceorderQueryFeeInfo) SetToRoleId

type AlibabaServicecenterSpserviceorderQueryFulfilplatformResult

type AlibabaServicecenterSpserviceorderQueryFulfilplatformResult struct {
	/*
	   分页数据     */
	ResultData *AlibabaServicecenterSpserviceorderQueryPagedResult `json:"result_data,omitempty" `

	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误描述     */
	MsgInfo *string `json:"msg_info,omitempty" `

	/*
	   错误码     */
	MsgCode *string `json:"msg_code,omitempty" `
}

func (*AlibabaServicecenterSpserviceorderQueryFulfilplatformResult) SetMsgCode

func (*AlibabaServicecenterSpserviceorderQueryFulfilplatformResult) SetMsgInfo

func (*AlibabaServicecenterSpserviceorderQueryFulfilplatformResult) SetSuccess

type AlibabaServicecenterSpserviceorderQueryMasterTradeOrderDTO

type AlibabaServicecenterSpserviceorderQueryMasterTradeOrderDTO struct {
	/*
	   卖家名称     */
	SellerNick *string `json:"seller_nick,omitempty" `

	/*
	   实物子订单id     */
	OrderId *int64 `json:"order_id,omitempty" `

	/*
	   商品名称     */
	AuctionTitle *string `json:"auction_title,omitempty" `

	/*
	   商品属性(json格式)     */
	Attribute *string `json:"attribute,omitempty" `

	/*
	   卖家店铺名称     */
	ShopName *string `json:"shop_name,omitempty" `

	/*
	   商品id     */
	AuctionId *int64 `json:"auction_id,omitempty" `

	/*
	   购买数量     */
	BuyAmount *int64 `json:"buy_amount,omitempty" `

	/*
	   商家价格     */
	Price *int64 `json:"price,omitempty" `

	/*
	   实物主订单id     */
	ParentBizOrderId *string `json:"parent_biz_order_id,omitempty" `

	/*
	   品牌id     */
	BrandId *string `json:"brand_id,omitempty" `

	/*
	   sku描述     */
	SkuDesc *string `json:"sku_desc,omitempty" `

	/*
	   spu_id     */
	SpuId *int64 `json:"spu_id,omitempty" `

	/*
	   sku_id     */
	SkuId *int64 `json:"sku_id,omitempty" `

	/*
	   类目id     */
	CategoryId *int64 `json:"category_id,omitempty" `

	/*
	   商家编码     */
	OuterIdSku *string `json:"outer_id_sku,omitempty" `
}

func (*AlibabaServicecenterSpserviceorderQueryMasterTradeOrderDTO) SetAttribute

func (*AlibabaServicecenterSpserviceorderQueryMasterTradeOrderDTO) SetAuctionId

func (*AlibabaServicecenterSpserviceorderQueryMasterTradeOrderDTO) SetAuctionTitle

func (*AlibabaServicecenterSpserviceorderQueryMasterTradeOrderDTO) SetBrandId

func (*AlibabaServicecenterSpserviceorderQueryMasterTradeOrderDTO) SetBuyAmount

func (*AlibabaServicecenterSpserviceorderQueryMasterTradeOrderDTO) SetCategoryId

func (*AlibabaServicecenterSpserviceorderQueryMasterTradeOrderDTO) SetOrderId

func (*AlibabaServicecenterSpserviceorderQueryMasterTradeOrderDTO) SetOuterIdSku

func (*AlibabaServicecenterSpserviceorderQueryMasterTradeOrderDTO) SetParentBizOrderId

func (*AlibabaServicecenterSpserviceorderQueryMasterTradeOrderDTO) SetPrice

func (*AlibabaServicecenterSpserviceorderQueryMasterTradeOrderDTO) SetSellerNick

func (*AlibabaServicecenterSpserviceorderQueryMasterTradeOrderDTO) SetShopName

func (*AlibabaServicecenterSpserviceorderQueryMasterTradeOrderDTO) SetSkuDesc

func (*AlibabaServicecenterSpserviceorderQueryMasterTradeOrderDTO) SetSkuId

func (*AlibabaServicecenterSpserviceorderQueryMasterTradeOrderDTO) SetSpuId

type AlibabaServicecenterSpserviceorderQueryPagedResult

type AlibabaServicecenterSpserviceorderQueryPagedResult struct {
	/*
	   工单列表     */
	DataList *[]AlibabaServicecenterSpserviceorderQuerySpServiceorderDTO `json:"data_list,omitempty" `

	/*
	   总页数     */
	TotalPageCount *int64 `json:"total_page_count,omitempty" `

	/*
	   每页大小     */
	PageSize *int64 `json:"page_size,omitempty" `

	/*
	   总记录数     */
	TotalCount *int64 `json:"total_count,omitempty" `
}

func (*AlibabaServicecenterSpserviceorderQueryPagedResult) SetPageSize

func (*AlibabaServicecenterSpserviceorderQueryPagedResult) SetTotalCount

func (*AlibabaServicecenterSpserviceorderQueryPagedResult) SetTotalPageCount

type AlibabaServicecenterSpserviceorderQueryServiceDefinitionDTO

type AlibabaServicecenterSpserviceorderQueryServiceDefinitionDTO struct {
	/*
	   服务编码     */
	ServiceCode *string `json:"service_code,omitempty" `

	/*
	   服务名称     */
	DisplayName *string `json:"display_name,omitempty" `

	/*
	   业务编码     */
	BizCode *string `json:"biz_code,omitempty" `
}

func (*AlibabaServicecenterSpserviceorderQueryServiceDefinitionDTO) SetBizCode

func (*AlibabaServicecenterSpserviceorderQueryServiceDefinitionDTO) SetDisplayName

func (*AlibabaServicecenterSpserviceorderQueryServiceDefinitionDTO) SetServiceCode

type AlibabaServicecenterSpserviceorderQueryServiceTradeOrderDTO

type AlibabaServicecenterSpserviceorderQueryServiceTradeOrderDTO struct {
	/*
	   卖家名称     */
	SellerNick *string `json:"seller_nick,omitempty" `

	/*
	   商品id     */
	AuctionId *int64 `json:"auction_id,omitempty" `

	/*
	   服务子订单id     */
	OrderId *int64 `json:"order_id,omitempty" `

	/*
	   商品名称     */
	AuctionTitle *string `json:"auction_title,omitempty" `

	/*
	   商品价格     */
	Price *int64 `json:"price,omitempty" `

	/*
	   服务主订单id     */
	ParentBizOrderId *int64 `json:"parent_biz_order_id,omitempty" `

	/*
	   服务订单属性(json格式)     */
	Attribute *string `json:"attribute,omitempty" `

	/*
	   卖家店铺名称     */
	ShopName *string `json:"shop_name,omitempty" `

	/*
	   sku描述     */
	SkuDesc *string `json:"sku_desc,omitempty" `

	/*
	   类目id     */
	CategoryId *int64 `json:"category_id,omitempty" `

	/*
	   sku_id     */
	SkuId *int64 `json:"sku_id,omitempty" `

	/*
	   商家编码     */
	OuterIdSku *string `json:"outer_id_sku,omitempty" `

	/*
	   服务采购价     */
	PurchasePriceUnit *int64 `json:"purchase_price_unit,omitempty" `
}

func (*AlibabaServicecenterSpserviceorderQueryServiceTradeOrderDTO) SetAttribute

func (*AlibabaServicecenterSpserviceorderQueryServiceTradeOrderDTO) SetAuctionId

func (*AlibabaServicecenterSpserviceorderQueryServiceTradeOrderDTO) SetAuctionTitle

func (*AlibabaServicecenterSpserviceorderQueryServiceTradeOrderDTO) SetCategoryId

func (*AlibabaServicecenterSpserviceorderQueryServiceTradeOrderDTO) SetOrderId

func (*AlibabaServicecenterSpserviceorderQueryServiceTradeOrderDTO) SetOuterIdSku

func (*AlibabaServicecenterSpserviceorderQueryServiceTradeOrderDTO) SetParentBizOrderId

func (*AlibabaServicecenterSpserviceorderQueryServiceTradeOrderDTO) SetPrice

func (*AlibabaServicecenterSpserviceorderQueryServiceTradeOrderDTO) SetPurchasePriceUnit

func (*AlibabaServicecenterSpserviceorderQueryServiceTradeOrderDTO) SetSellerNick

func (*AlibabaServicecenterSpserviceorderQueryServiceTradeOrderDTO) SetShopName

func (*AlibabaServicecenterSpserviceorderQueryServiceTradeOrderDTO) SetSkuDesc

func (*AlibabaServicecenterSpserviceorderQueryServiceTradeOrderDTO) SetSkuId

type AlibabaServicecenterSpserviceorderQuerySpServiceorderDTO

type AlibabaServicecenterSpserviceorderQuerySpServiceorderDTO struct {
	/*
	   取消的份数     */
	RefundServiceCount *int64 `json:"refund_service_count,omitempty" `

	/*
	   实物子订单信息     */
	MasterTradeOrder *AlibabaServicecenterSpserviceorderQueryMasterTradeOrderDTO `json:"master_trade_order,omitempty" `

	/*
	   服务定义     */
	ServiceDefinition *AlibabaServicecenterSpserviceorderQueryServiceDefinitionDTO `json:"service_definition,omitempty" `

	/*
	   买家信息     */
	Buyer *AlibabaServicecenterSpserviceorderQueryBuyerDTO `json:"buyer,omitempty" `

	/*
	   已使用份数     */
	UsedServiceCount *int64 `json:"used_service_count,omitempty" `

	/*
	   费用信息     */
	FeeList *[]AlibabaServicecenterSpserviceorderQueryFeeInfo `json:"fee_list,omitempty" `

	/*
	   剩余的份数     */
	LeftServiceCount *int64 `json:"left_service_count,omitempty" `

	/*
	   服务子订单信息     */
	ServiceTradeOrder *AlibabaServicecenterSpserviceorderQueryServiceTradeOrderDTO `json:"service_trade_order,omitempty" `

	/*
	   服务的总份数     */
	ServiceCount *int64 `json:"service_count,omitempty" `

	/*
	   服务过期时间     */
	GmtExpire *string `json:"gmt_expire,omitempty" `

	/*
	   服务单修改时间     */
	GmtModified *string `json:"gmt_modified,omitempty" `

	/*
	   服务单创建时间     */
	GmtCreate *string `json:"gmt_create,omitempty" `

	/*
	   服务单有效期开始时间     */
	GmtEffect *string `json:"gmt_effect,omitempty" `

	/*
	   服务单id     */
	SpServiceorderId *int64 `json:"sp_serviceorder_id,omitempty" `

	/*
	   正在使用中的次数     */
	UsingServiceCount *int64 `json:"using_service_count,omitempty" `

	/*
	   状态编码:create(创建)、effect(生效)、closed(关闭)、finish(完成)     */
	StatusCode *string `json:"status_code,omitempty" `
}

func (*AlibabaServicecenterSpserviceorderQuerySpServiceorderDTO) SetGmtCreate

func (*AlibabaServicecenterSpserviceorderQuerySpServiceorderDTO) SetGmtEffect

func (*AlibabaServicecenterSpserviceorderQuerySpServiceorderDTO) SetGmtExpire

func (*AlibabaServicecenterSpserviceorderQuerySpServiceorderDTO) SetGmtModified

func (*AlibabaServicecenterSpserviceorderQuerySpServiceorderDTO) SetLeftServiceCount

func (*AlibabaServicecenterSpserviceorderQuerySpServiceorderDTO) SetRefundServiceCount

func (*AlibabaServicecenterSpserviceorderQuerySpServiceorderDTO) SetServiceCount

func (*AlibabaServicecenterSpserviceorderQuerySpServiceorderDTO) SetSpServiceorderId

func (*AlibabaServicecenterSpserviceorderQuerySpServiceorderDTO) SetStatusCode

func (*AlibabaServicecenterSpserviceorderQuerySpServiceorderDTO) SetUsedServiceCount

func (*AlibabaServicecenterSpserviceorderQuerySpServiceorderDTO) SetUsingServiceCount

type AlibabaServicecenterSpserviceorderUpdateResult

type AlibabaServicecenterSpserviceorderUpdateResult struct {
	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误描述     */
	MsgInfo *string `json:"msg_info,omitempty" `

	/*
	   错误码     */
	MsgCode *string `json:"msg_code,omitempty" `

	/*
	   错误描述     */
	DisplayMsg *string `json:"display_msg,omitempty" `
}

func (*AlibabaServicecenterSpserviceorderUpdateResult) SetDisplayMsg

func (*AlibabaServicecenterSpserviceorderUpdateResult) SetMsgCode

func (*AlibabaServicecenterSpserviceorderUpdateResult) SetMsgInfo

func (*AlibabaServicecenterSpserviceorderUpdateResult) SetSuccess

type AlibabaServicecenterWorkcardCancelFulfilplatformResult

type AlibabaServicecenterWorkcardCancelFulfilplatformResult struct {
	/*
	   显示信息,如:服务单失效,无法发起     */
	MsgInfo *string `json:"msg_info,omitempty" `

	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   消息code     */
	MsgCode *string `json:"msg_code,omitempty" `
}

func (*AlibabaServicecenterWorkcardCancelFulfilplatformResult) SetMsgCode

func (*AlibabaServicecenterWorkcardCancelFulfilplatformResult) SetMsgInfo

func (*AlibabaServicecenterWorkcardCancelFulfilplatformResult) SetSuccess

type AlibabaServicecenterWorkcardConfirmedskuQueryResult

type AlibabaServicecenterWorkcardConfirmedskuQueryResult struct {
	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   服务项     */
	Values *[]AlibabaServicecenterWorkcardConfirmedskuQueryValue `json:"values,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `
}

func (*AlibabaServicecenterWorkcardConfirmedskuQueryResult) SetErrorCode

func (*AlibabaServicecenterWorkcardConfirmedskuQueryResult) SetErrorMsg

func (*AlibabaServicecenterWorkcardConfirmedskuQueryResult) SetSuccess

type AlibabaServicecenterWorkcardConfirmedskuQueryValue

type AlibabaServicecenterWorkcardConfirmedskuQueryValue struct {
	/*
	   服务项     */
	ServiceSkuCode *string `json:"service_sku_code,omitempty" `
}

func (*AlibabaServicecenterWorkcardConfirmedskuQueryValue) SetServiceSkuCode

type AlibabaServicecenterWorkcardCreateFulfilplatformResult

type AlibabaServicecenterWorkcardCreateFulfilplatformResult struct {
	/*
	   显示信息,如:服务单失效,无法发起     */
	MsgInfo *string `json:"msg_info,omitempty" `

	/*
	   工单Id     */
	WorkcardId *int64 `json:"workcard_id,omitempty" `

	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   消息code     */
	MsgCode *string `json:"msg_code,omitempty" `
}

func (*AlibabaServicecenterWorkcardCreateFulfilplatformResult) SetMsgCode

func (*AlibabaServicecenterWorkcardCreateFulfilplatformResult) SetMsgInfo

func (*AlibabaServicecenterWorkcardCreateFulfilplatformResult) SetSuccess

func (*AlibabaServicecenterWorkcardCreateFulfilplatformResult) SetWorkcardId

type AlibabaServicecenterWorkcardCreateServiceProviderDto

type AlibabaServicecenterWorkcardCreateServiceProviderDto struct {
	/*
	   服务商nick     */
	TpNick *string `json:"tp_nick,omitempty" `

	/*
	   服务商id     */
	TpId *int64 `json:"tp_id,omitempty" `

	/*
	   商家网点名称     */
	SellerStoreName *string `json:"seller_store_name,omitempty" `

	/*
	   商家网点编号     */
	SellerStoreCode *string `json:"seller_store_code,omitempty" `

	/*
	   商家网点id     */
	SellerStoreId *int64 `json:"seller_store_id,omitempty" `
}

func (*AlibabaServicecenterWorkcardCreateServiceProviderDto) SetSellerStoreCode

func (*AlibabaServicecenterWorkcardCreateServiceProviderDto) SetSellerStoreId

func (*AlibabaServicecenterWorkcardCreateServiceProviderDto) SetSellerStoreName

func (*AlibabaServicecenterWorkcardCreateServiceProviderDto) SetTpId

func (*AlibabaServicecenterWorkcardCreateServiceProviderDto) SetTpNick

type AlibabaServicecenterWorkcardEvaluateResult

type AlibabaServicecenterWorkcardEvaluateResult struct {
	/*
	   错误原因文案     */
	DisplayMsg *string `json:"display_msg,omitempty" `

	/*
	   是否调用成功     */
	IsSuccess *bool `json:"is_success,omitempty" `

	/*
	   错误码     */
	MsgCode *string `json:"msg_code,omitempty" `

	/*
	   错误原因     */
	MsgInfo *string `json:"msg_info,omitempty" `
}

func (*AlibabaServicecenterWorkcardEvaluateResult) SetDisplayMsg

func (*AlibabaServicecenterWorkcardEvaluateResult) SetIsSuccess

func (*AlibabaServicecenterWorkcardEvaluateResult) SetMsgCode

func (*AlibabaServicecenterWorkcardEvaluateResult) SetMsgInfo

type AlibabaServicecenterWorkcardRelatedskuQueryResult

type AlibabaServicecenterWorkcardRelatedskuQueryResult struct {
	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   服务项信息     */
	Values *[]AlibabaServicecenterWorkcardRelatedskuQueryValue `json:"values,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `
}

func (*AlibabaServicecenterWorkcardRelatedskuQueryResult) SetErrorCode

func (*AlibabaServicecenterWorkcardRelatedskuQueryResult) SetErrorMsg

func (*AlibabaServicecenterWorkcardRelatedskuQueryResult) SetSuccess

type AlibabaServicecenterWorkcardRelatedskuQueryValue

type AlibabaServicecenterWorkcardRelatedskuQueryValue struct {
	/*
	   是否为补差服务项     */
	NeedExtPay *bool `json:"need_ext_pay,omitempty" `

	/*
	   服务项展示名称     */
	DisplayName *string `json:"display_name,omitempty" `

	/*
	   服务项code     */
	ServiceSkuCode *string `json:"service_sku_code,omitempty" `
}

func (*AlibabaServicecenterWorkcardRelatedskuQueryValue) SetDisplayName

func (*AlibabaServicecenterWorkcardRelatedskuQueryValue) SetNeedExtPay

func (*AlibabaServicecenterWorkcardRelatedskuQueryValue) SetServiceSkuCode

type AlibabaServicecenterWorkcardServiceskuSuggestTpSuggestServiceSkuInfoDto

type AlibabaServicecenterWorkcardServiceskuSuggestTpSuggestServiceSkuInfoDto struct {
	/*
	   服务项     */
	ServiceSkuCode *string `json:"service_sku_code,omitempty" `

	/*
	   问题图片链接     */
	PicUrl *string `json:"pic_url,omitempty" `

	/*
	   服务商调整后的价格     */
	ServiceSkuPrice *string `json:"service_sku_price,omitempty" `
}

func (*AlibabaServicecenterWorkcardServiceskuSuggestTpSuggestServiceSkuInfoDto) SetPicUrl

func (*AlibabaServicecenterWorkcardServiceskuSuggestTpSuggestServiceSkuInfoDto) SetServiceSkuCode

func (*AlibabaServicecenterWorkcardServiceskuSuggestTpSuggestServiceSkuInfoDto) SetServiceSkuPrice

type AlibabaSscPurchaseProductQueryServiceProduct

type AlibabaSscPurchaseProductQueryServiceProduct struct {
	/*
	   服务产品id     */
	ProductId *int64 `json:"product_id,omitempty" `

	/*
	   服务产品名称     */
	ProductTitle *string `json:"product_title,omitempty" `
}

func (*AlibabaSscPurchaseProductQueryServiceProduct) SetProductId

func (*AlibabaSscPurchaseProductQueryServiceProduct) SetProductTitle

type AlibabaSscPurchaseServicedefinitionParamQueryServiceContent

type AlibabaSscPurchaseServicedefinitionParamQueryServiceContent struct {
	/*
	   服务内容     */
	Content *string `json:"content,omitempty" `
}

func (*AlibabaSscPurchaseServicedefinitionParamQueryServiceContent) SetContent

type AlibabaSscPurchaseServicedefinitionParamQueryServiceDefinition

type AlibabaSscPurchaseServicedefinitionParamQueryServiceDefinition struct {
	/*
	   服务内容list     */
	ServiceContents *[]AlibabaSscPurchaseServicedefinitionParamQueryServiceContent `json:"service_contents,omitempty" `

	/*
	   服务对象类型     */
	ServiceObjectType *string `json:"service_object_type,omitempty" `

	/*
	   服务对象类型名称     */
	ServiceObjectTypeName *string `json:"service_object_type_name,omitempty" `

	/*
	   服务属性     */
	ServiceProperties *[]AlibabaSscPurchaseServicedefinitionParamQueryServiceProperty `json:"service_properties,omitempty" `
}

func (*AlibabaSscPurchaseServicedefinitionParamQueryServiceDefinition) SetServiceObjectType

func (*AlibabaSscPurchaseServicedefinitionParamQueryServiceDefinition) SetServiceObjectTypeName

type AlibabaSscPurchaseServicedefinitionParamQueryServiceProperty

type AlibabaSscPurchaseServicedefinitionParamQueryServiceProperty struct {
	/*
	   服务属性名称     */
	ServicePropertyName *string `json:"service_property_name,omitempty" `

	/*
	   服务属性值枚举     */
	ServicePropertyValueEnum *[]string `json:"service_property_value_enum,omitempty" `
}

func (*AlibabaSscPurchaseServicedefinitionParamQueryServiceProperty) SetServicePropertyName

func (*AlibabaSscPurchaseServicedefinitionParamQueryServiceProperty) SetServicePropertyValueEnum

type AlibabaSscSupplyplatformBrandCertificationQueryBrandCertificationDTO added in v0.1.4

type AlibabaSscSupplyplatformBrandCertificationQueryBrandCertificationDTO struct {
	/*
	   品牌名称     */
	BrandName *string `json:"brand_name,omitempty" `

	/*
	   品牌id     */
	BrandId *int64 `json:"brand_id,omitempty" `
}

func (*AlibabaSscSupplyplatformBrandCertificationQueryBrandCertificationDTO) SetBrandId added in v0.1.4

func (*AlibabaSscSupplyplatformBrandCertificationQueryBrandCertificationDTO) SetBrandName added in v0.1.4

type AlibabaSscSupplyplatformBrandCertificationQueryBrandCertificationDynamicQueryRequest added in v0.1.4

type AlibabaSscSupplyplatformBrandCertificationQueryBrandCertificationDynamicQueryRequest struct {
	/*
	   品牌名     */
	BrandName *string `json:"brand_name,omitempty" `
}

func (*AlibabaSscSupplyplatformBrandCertificationQueryBrandCertificationDynamicQueryRequest) SetBrandName added in v0.1.4

type AlibabaSscSupplyplatformServiceInventoryEditEditDetailInventoryRequest

type AlibabaSscSupplyplatformServiceInventoryEditEditDetailInventoryRequest struct {
	/*
	   目标库存key。如果容量的时间间隔为天时,则必须为yyyy-MM-dd格式;如果容量的时间间隔为小时,则必须为yyyy-MM-dd HH:00-HH:00格式     */
	TargetInventoryKey *string `json:"target_inventory_key,omitempty" `

	/*
	   不为0的整数     */
	Quantity *int64 `json:"quantity,omitempty" `
}

func (*AlibabaSscSupplyplatformServiceInventoryEditEditDetailInventoryRequest) SetQuantity

func (*AlibabaSscSupplyplatformServiceInventoryEditEditDetailInventoryRequest) SetTargetInventoryKey

type AlibabaSscSupplyplatformServiceInventoryEditResult

type AlibabaSscSupplyplatformServiceInventoryEditResult struct {
	/*
	   对外展示的错误信息     */
	DisplayMsg *string `json:"display_msg,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `
}

func (*AlibabaSscSupplyplatformServiceInventoryEditResult) SetDisplayMsg

func (*AlibabaSscSupplyplatformServiceInventoryEditResult) SetErrorCode

func (*AlibabaSscSupplyplatformServiceInventoryEditResult) SetErrorMsg

func (*AlibabaSscSupplyplatformServiceInventoryEditResult) SetSuccess

type AlibabaSscSupplyplatformServiceInventoryQueryResult

type AlibabaSscSupplyplatformServiceInventoryQueryResult struct {
	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   json字符串。key是时间片,格式为yyyy-MM-dd或yyyy-MM-dd HH:mm-HH:mm,value是当前库存值     */
	Value *string `json:"value,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `

	/*
	   对外展示的错误信息     */
	DisplayMsg *string `json:"display_msg,omitempty" `
}

func (*AlibabaSscSupplyplatformServiceInventoryQueryResult) SetDisplayMsg

func (*AlibabaSscSupplyplatformServiceInventoryQueryResult) SetErrorCode

func (*AlibabaSscSupplyplatformServiceInventoryQueryResult) SetErrorMsg

func (*AlibabaSscSupplyplatformServiceInventoryQueryResult) SetSuccess

func (*AlibabaSscSupplyplatformServiceInventoryQueryResult) SetValue

type AlibabaSscSupplyplatformServiceabilityDeleteResult

type AlibabaSscSupplyplatformServiceabilityDeleteResult struct {
	/*
	   对外展示的错误信息     */
	DisplayMsg *string `json:"display_msg,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `
}

func (*AlibabaSscSupplyplatformServiceabilityDeleteResult) SetDisplayMsg

func (*AlibabaSscSupplyplatformServiceabilityDeleteResult) SetErrorCode

func (*AlibabaSscSupplyplatformServiceabilityDeleteResult) SetErrorMsg

func (*AlibabaSscSupplyplatformServiceabilityDeleteResult) SetSuccess

type AlibabaSscSupplyplatformServiceabilitySaveResult

type AlibabaSscSupplyplatformServiceabilitySaveResult struct {
	/*
	   对外展示的错误信息     */
	DisplayMsg *string `json:"display_msg,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `
}

func (*AlibabaSscSupplyplatformServiceabilitySaveResult) SetDisplayMsg

func (*AlibabaSscSupplyplatformServiceabilitySaveResult) SetErrorCode

func (*AlibabaSscSupplyplatformServiceabilitySaveResult) SetErrorMsg

func (*AlibabaSscSupplyplatformServiceabilitySaveResult) SetSuccess

type AlibabaSscSupplyplatformServicecapacityDeleteResult

type AlibabaSscSupplyplatformServicecapacityDeleteResult struct {
	/*
	   对外展示的错误信息     */
	DisplayMsg *string `json:"display_msg,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `
}

func (*AlibabaSscSupplyplatformServicecapacityDeleteResult) SetDisplayMsg

func (*AlibabaSscSupplyplatformServicecapacityDeleteResult) SetErrorCode

func (*AlibabaSscSupplyplatformServicecapacityDeleteResult) SetErrorMsg

func (*AlibabaSscSupplyplatformServicecapacityDeleteResult) SetSuccess

type AlibabaSscSupplyplatformServicecapacitySaveResult

type AlibabaSscSupplyplatformServicecapacitySaveResult struct {
	/*
	   对外展示的错误信息     */
	DisplayMsg *string `json:"display_msg,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `
}

func (*AlibabaSscSupplyplatformServicecapacitySaveResult) SetDisplayMsg

func (*AlibabaSscSupplyplatformServicecapacitySaveResult) SetErrorCode

func (*AlibabaSscSupplyplatformServicecapacitySaveResult) SetErrorMsg

func (*AlibabaSscSupplyplatformServicecapacitySaveResult) SetSuccess

type AlibabaSscSupplyplatformServicedefinitionQueryskuResult

type AlibabaSscSupplyplatformServicedefinitionQueryskuResult struct {
	/*
	   对外展示的错误信息     */
	DisplayMsg *string `json:"display_msg,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `

	/*
	   是否成功     */
	Success *string `json:"success,omitempty" `

	/*
	   服务sku列表     */
	ServiceSkus *[]AlibabaSscSupplyplatformServicedefinitionQueryskuServiceSkuDTO `json:"service_skus,omitempty" `
}

func (*AlibabaSscSupplyplatformServicedefinitionQueryskuResult) SetDisplayMsg

func (*AlibabaSscSupplyplatformServicedefinitionQueryskuResult) SetErrorCode

func (*AlibabaSscSupplyplatformServicedefinitionQueryskuResult) SetErrorMsg

func (*AlibabaSscSupplyplatformServicedefinitionQueryskuResult) SetSuccess

type AlibabaSscSupplyplatformServicedefinitionQueryskuServiceSkuDTO

type AlibabaSscSupplyplatformServicedefinitionQueryskuServiceSkuDTO struct {
	/*
	   服务技能code     */
	Code *string `json:"code,omitempty" `
}

func (*AlibabaSscSupplyplatformServicedefinitionQueryskuServiceSkuDTO) SetCode

type AlibabaSscSupplyplatformServicestoreOfflineResult

type AlibabaSscSupplyplatformServicestoreOfflineResult struct {
	/*
	   错误信息     */
	DisplayMsg *string `json:"display_msg,omitempty" `

	/*
	   成功或失败     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误code     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `
}

func (*AlibabaSscSupplyplatformServicestoreOfflineResult) SetDisplayMsg

func (*AlibabaSscSupplyplatformServicestoreOfflineResult) SetErrorCode

func (*AlibabaSscSupplyplatformServicestoreOfflineResult) SetErrorMsg

func (*AlibabaSscSupplyplatformServicestoreOfflineResult) SetSuccess

type AlibabaSscSupplyplatformServicestoreSaveResult

type AlibabaSscSupplyplatformServicestoreSaveResult struct {
	/*
	   对外展示的错误信息     */
	DisplayMsg *string `json:"display_msg,omitempty" `

	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   返回对象     */
	Value *AlibabaSscSupplyplatformServicestoreSaveServiceStoreCreateDto `json:"value,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `
}

func (*AlibabaSscSupplyplatformServicestoreSaveResult) SetDisplayMsg

func (*AlibabaSscSupplyplatformServicestoreSaveResult) SetErrorCode

func (*AlibabaSscSupplyplatformServicestoreSaveResult) SetErrorMsg

func (*AlibabaSscSupplyplatformServicestoreSaveResult) SetSuccess

type AlibabaSscSupplyplatformServicestoreSaveServiceStoreCreateDto

type AlibabaSscSupplyplatformServicestoreSaveServiceStoreCreateDto struct {
	/*
	   网点id     */
	ServiceStoreId *int64 `json:"service_store_id,omitempty" `

	/*
	   秘钥--内嵌核销页面使用     */
	Secret *string `json:"secret,omitempty" `
}

func (*AlibabaSscSupplyplatformServicestoreSaveServiceStoreCreateDto) SetSecret

func (*AlibabaSscSupplyplatformServicestoreSaveServiceStoreCreateDto) SetServiceStoreId

type AlibabaSscSupplyplatformServicestoreSaveServiceStoreSaveForTopReqDTO

type AlibabaSscSupplyplatformServicestoreSaveServiceStoreSaveForTopReqDTO struct {
	/*
	   支付宝账号     */
	AlipayAccountIdNumber *string `json:"alipay_account_id_number,omitempty" `

	/*
	   法人身份证反面l-使用阿里图片服务     */
	LegalPersonIdCardPicBack *string `json:"legal_person_id_card_pic_back,omitempty" `

	/*
	   网点名称-唯一     */
	ServiceStoreName *string `json:"service_store_name,omitempty" `

	/*
	   维度,必须是数字     */
	Latitude *string `json:"latitude,omitempty" `

	/*
	   公司名称     */
	CompanyName *string `json:"company_name,omitempty" `

	/*
	   扩展属性,底层必须是map结构     */
	Attributes *string `json:"attributes,omitempty" `

	/*
	   法人身份证     */
	LegalPersonIdNumber *string `json:"legal_person_id_number,omitempty" `

	/*
	   网点负责人姓名     */
	ManagerName *string `json:"manager_name,omitempty" `

	/*
	   法人身份证照片l-使用阿里图片服务     */
	LegalPersonIdCardPic *string `json:"legal_person_id_card_pic,omitempty" `

	/*
	   统一社会信用代码     */
	SocialCreditCode *string `json:"social_credit_code,omitempty" `

	/*
	   网点地址编码经纬度和详细地址id二选一     */
	AddressId *int64 `json:"address_id,omitempty" `

	/*
	   法人姓名     */
	LegalPersonName *string `json:"legal_person_name,omitempty" `

	/*
	   品牌认证图片url-使用阿里图片服务     */
	BrandCertification *string `json:"brand_certification,omitempty" `

	/*
	   网点邮箱     */
	ServiceStoreMail *string `json:"service_store_mail,omitempty" `

	/*
	   网点负责人电话     */
	ManagerPhone *string `json:"manager_phone,omitempty" `

	/*
	   精度,必须是数字     */
	Longitude *string `json:"longitude,omitempty" `

	/*
	   门头照片-使用阿里图片服务     */
	FrontPhoto *string `json:"front_photo,omitempty" `

	/*
	   详细地址     */
	Address *string `json:"address,omitempty" `

	/*
	   认证的天猫品牌id集合-找运营支持     */
	CertificatedBrandIds *string `json:"certificated_brand_ids,omitempty" `

	/*
	   营业时间,小时维度     */
	BusinessHours *string `json:"business_hours,omitempty" `

	/*
	   支付宝账号id     */
	AlipayAccountId *string `json:"alipay_account_id,omitempty" `

	/*
	   支付宝账号注册的信息--如用手机号或者邮箱     */
	AlipayAccount *string `json:"alipay_account,omitempty" `

	/*
	   网点code和网点id选其一     */
	ServiceStoreCode *string `json:"service_store_code,omitempty" `

	/*
	   营业执照照片-使用阿里图片服务     */
	LicensePhoto *string `json:"license_photo,omitempty" `

	/*
	   对外服务电话     */
	Phone *string `json:"phone,omitempty" `

	/*
	   支付宝账号真实姓名     */
	AlipayAccountName *string `json:"alipay_account_name,omitempty" `

	/*
	   网点id和网点code选其一     */
	ServiceStoreId *int64 `json:"service_store_id,omitempty" `
}

func (*AlibabaSscSupplyplatformServicestoreSaveServiceStoreSaveForTopReqDTO) SetAddress

func (*AlibabaSscSupplyplatformServicestoreSaveServiceStoreSaveForTopReqDTO) SetAddressId

func (*AlibabaSscSupplyplatformServicestoreSaveServiceStoreSaveForTopReqDTO) SetAlipayAccount

func (*AlibabaSscSupplyplatformServicestoreSaveServiceStoreSaveForTopReqDTO) SetAlipayAccountId

func (*AlibabaSscSupplyplatformServicestoreSaveServiceStoreSaveForTopReqDTO) SetAlipayAccountIdNumber

func (*AlibabaSscSupplyplatformServicestoreSaveServiceStoreSaveForTopReqDTO) SetAlipayAccountName

func (*AlibabaSscSupplyplatformServicestoreSaveServiceStoreSaveForTopReqDTO) SetAttributes

func (*AlibabaSscSupplyplatformServicestoreSaveServiceStoreSaveForTopReqDTO) SetBrandCertification

func (*AlibabaSscSupplyplatformServicestoreSaveServiceStoreSaveForTopReqDTO) SetBusinessHours

func (*AlibabaSscSupplyplatformServicestoreSaveServiceStoreSaveForTopReqDTO) SetCertificatedBrandIds

func (*AlibabaSscSupplyplatformServicestoreSaveServiceStoreSaveForTopReqDTO) SetCompanyName

func (*AlibabaSscSupplyplatformServicestoreSaveServiceStoreSaveForTopReqDTO) SetFrontPhoto

func (*AlibabaSscSupplyplatformServicestoreSaveServiceStoreSaveForTopReqDTO) SetLatitude

func (*AlibabaSscSupplyplatformServicestoreSaveServiceStoreSaveForTopReqDTO) SetLegalPersonIdCardPic

func (*AlibabaSscSupplyplatformServicestoreSaveServiceStoreSaveForTopReqDTO) SetLegalPersonIdCardPicBack

func (*AlibabaSscSupplyplatformServicestoreSaveServiceStoreSaveForTopReqDTO) SetLegalPersonIdNumber

func (*AlibabaSscSupplyplatformServicestoreSaveServiceStoreSaveForTopReqDTO) SetLegalPersonName

func (*AlibabaSscSupplyplatformServicestoreSaveServiceStoreSaveForTopReqDTO) SetLicensePhoto

func (*AlibabaSscSupplyplatformServicestoreSaveServiceStoreSaveForTopReqDTO) SetLongitude

func (*AlibabaSscSupplyplatformServicestoreSaveServiceStoreSaveForTopReqDTO) SetManagerName

func (*AlibabaSscSupplyplatformServicestoreSaveServiceStoreSaveForTopReqDTO) SetManagerPhone

func (*AlibabaSscSupplyplatformServicestoreSaveServiceStoreSaveForTopReqDTO) SetPhone

func (*AlibabaSscSupplyplatformServicestoreSaveServiceStoreSaveForTopReqDTO) SetServiceStoreCode

func (*AlibabaSscSupplyplatformServicestoreSaveServiceStoreSaveForTopReqDTO) SetServiceStoreId

func (*AlibabaSscSupplyplatformServicestoreSaveServiceStoreSaveForTopReqDTO) SetServiceStoreMail

func (*AlibabaSscSupplyplatformServicestoreSaveServiceStoreSaveForTopReqDTO) SetServiceStoreName

func (*AlibabaSscSupplyplatformServicestoreSaveServiceStoreSaveForTopReqDTO) SetSocialCreditCode

type AlibabaSscSupplyplatformServiceworkerAvailableworkerAvailableWorkerQueryForTopReqDTO

type AlibabaSscSupplyplatformServiceworkerAvailableworkerAvailableWorkerQueryForTopReqDTO struct {
	/*
	   服务编码     */
	ServiceCode *string `json:"service_code,omitempty" `

	/*
	   服务skuCode     */
	ServiceSkuCode *string `json:"service_sku_code,omitempty" `

	/*
	   网点code     */
	ServiceStoreCode *string `json:"service_store_code,omitempty" `

	/*
	   地址编码     */
	AreaCode *int64 `json:"area_code,omitempty" `

	/*
	   服务容量查询开始日期。使用场景预约开始时间     */
	StartDate *util.LocalTime `json:"start_date,omitempty" `

	/*
	   服务容量查询结束日期。使用场景预约结束时间     */
	EndDate *util.LocalTime `json:"end_date,omitempty" `
}

func (*AlibabaSscSupplyplatformServiceworkerAvailableworkerAvailableWorkerQueryForTopReqDTO) SetAreaCode

func (*AlibabaSscSupplyplatformServiceworkerAvailableworkerAvailableWorkerQueryForTopReqDTO) SetServiceCode

func (*AlibabaSscSupplyplatformServiceworkerAvailableworkerAvailableWorkerQueryForTopReqDTO) SetServiceSkuCode

func (*AlibabaSscSupplyplatformServiceworkerAvailableworkerAvailableWorkerQueryForTopReqDTO) SetServiceStoreCode

type AlibabaSscSupplyplatformServiceworkerAvailableworkerResult

type AlibabaSscSupplyplatformServiceworkerAvailableworkerResult struct {
	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   可用工人列表     */
	Value *[]AlibabaSscSupplyplatformServiceworkerAvailableworkerWorkerDTO `json:"value,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   系统内部错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `

	/*
	   错误信息     */
	DisplayMsg *string `json:"display_msg,omitempty" `
}

func (*AlibabaSscSupplyplatformServiceworkerAvailableworkerResult) SetDisplayMsg

func (*AlibabaSscSupplyplatformServiceworkerAvailableworkerResult) SetErrorCode

func (*AlibabaSscSupplyplatformServiceworkerAvailableworkerResult) SetErrorMsg

func (*AlibabaSscSupplyplatformServiceworkerAvailableworkerResult) SetSuccess

type AlibabaSscSupplyplatformServiceworkerAvailableworkerWorkerDTO

type AlibabaSscSupplyplatformServiceworkerAvailableworkerWorkerDTO struct {
	/*
	   工人ID     */
	WorkerId *int64 `json:"worker_id,omitempty" `

	/*
	   工人姓名     */
	RealName *string `json:"real_name,omitempty" `

	/*
	   昵称     */
	NickName *string `json:"nick_name,omitempty" `

	/*
	   手机号码     */
	Phone *string `json:"phone,omitempty" `

	/*
	   省     */
	Province *string `json:"province,omitempty" `

	/*
	   市     */
	City *string `json:"city,omitempty" `

	/*
	   区     */
	District *string `json:"district,omitempty" `

	/*
	   镇     */
	Town *string `json:"town,omitempty" `

	/*
	   详细地址     */
	Address *string `json:"address,omitempty" `

	/*
	   头像图片url     */
	ProfilePictureUrl *string `json:"profile_picture_url,omitempty" `

	/*
	   备注     */
	Remark *string `json:"remark,omitempty" `
}

func (*AlibabaSscSupplyplatformServiceworkerAvailableworkerWorkerDTO) SetAddress

func (*AlibabaSscSupplyplatformServiceworkerAvailableworkerWorkerDTO) SetCity

func (*AlibabaSscSupplyplatformServiceworkerAvailableworkerWorkerDTO) SetDistrict

func (*AlibabaSscSupplyplatformServiceworkerAvailableworkerWorkerDTO) SetNickName

func (*AlibabaSscSupplyplatformServiceworkerAvailableworkerWorkerDTO) SetPhone

func (*AlibabaSscSupplyplatformServiceworkerAvailableworkerWorkerDTO) SetProfilePictureUrl

func (*AlibabaSscSupplyplatformServiceworkerAvailableworkerWorkerDTO) SetProvince

func (*AlibabaSscSupplyplatformServiceworkerAvailableworkerWorkerDTO) SetRealName

func (*AlibabaSscSupplyplatformServiceworkerAvailableworkerWorkerDTO) SetRemark

func (*AlibabaSscSupplyplatformServiceworkerAvailableworkerWorkerDTO) SetTown

func (*AlibabaSscSupplyplatformServiceworkerAvailableworkerWorkerDTO) SetWorkerId

type AlibabaSscSupplyplatformServiceworkerCancelleaveResult

type AlibabaSscSupplyplatformServiceworkerCancelleaveResult struct {
	/*
	   错误码     */
	DisplayCode *string `json:"display_code,omitempty" `

	/*
	   对外展示的错误信息     */
	DisplayMsg *string `json:"display_msg,omitempty" `

	/*
	   是否成功     */
	IsSuccess *string `json:"is_success,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `
}

func (*AlibabaSscSupplyplatformServiceworkerCancelleaveResult) SetDisplayCode

func (*AlibabaSscSupplyplatformServiceworkerCancelleaveResult) SetDisplayMsg

func (*AlibabaSscSupplyplatformServiceworkerCancelleaveResult) SetErrorMsg

func (*AlibabaSscSupplyplatformServiceworkerCancelleaveResult) SetIsSuccess

type AlibabaSscSupplyplatformServiceworkerQuitservicestoreResult

type AlibabaSscSupplyplatformServiceworkerQuitservicestoreResult struct {
	/*
	   错误信息     */
	DisplayMsg *string `json:"display_msg,omitempty" `

	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `
}

func (*AlibabaSscSupplyplatformServiceworkerQuitservicestoreResult) SetDisplayMsg

func (*AlibabaSscSupplyplatformServiceworkerQuitservicestoreResult) SetErrorCode

func (*AlibabaSscSupplyplatformServiceworkerQuitservicestoreResult) SetErrorMsg

func (*AlibabaSscSupplyplatformServiceworkerQuitservicestoreResult) SetSuccess

type AlibabaSscSupplyplatformServiceworkerQuitservicestoreWorkerQuitServiceStoreForTopReqDTO

type AlibabaSscSupplyplatformServiceworkerQuitservicestoreWorkerQuitServiceStoreForTopReqDTO struct {
	/*
	   退出网点的工人身份证列表     */
	IdNumberList *[]string `json:"id_number_list,omitempty" `

	/*
	   网点编码     */
	ServiceStoreCode *string `json:"service_store_code,omitempty" `
}

func (*AlibabaSscSupplyplatformServiceworkerQuitservicestoreWorkerQuitServiceStoreForTopReqDTO) SetIdNumberList

func (*AlibabaSscSupplyplatformServiceworkerQuitservicestoreWorkerQuitServiceStoreForTopReqDTO) SetServiceStoreCode

type AlibabaSscSupplyplatformServiceworkerRegisterJoinedStore

type AlibabaSscSupplyplatformServiceworkerRegisterJoinedStore struct {
	/*
	   网点编码     */
	ServiceStoreCode *string `json:"service_store_code,omitempty" `
}

func (*AlibabaSscSupplyplatformServiceworkerRegisterJoinedStore) SetServiceStoreCode

type AlibabaSscSupplyplatformServiceworkerRegisterResult

type AlibabaSscSupplyplatformServiceworkerRegisterResult struct {
	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `

	/*
	   错误信息     */
	DisplayMsg *string `json:"display_msg,omitempty" `

	/*
	   结果model     */
	Value *AlibabaSscSupplyplatformServiceworkerRegisterWorkerCreateDTO `json:"value,omitempty" `
}

func (*AlibabaSscSupplyplatformServiceworkerRegisterResult) SetDisplayMsg

func (*AlibabaSscSupplyplatformServiceworkerRegisterResult) SetErrorCode

func (*AlibabaSscSupplyplatformServiceworkerRegisterResult) SetErrorMsg

func (*AlibabaSscSupplyplatformServiceworkerRegisterResult) SetSuccess

type AlibabaSscSupplyplatformServiceworkerRegisterWorkerCreateDTO

type AlibabaSscSupplyplatformServiceworkerRegisterWorkerCreateDTO struct {
	/*
	   工人ID     */
	WorkerId *int64 `json:"worker_id,omitempty" `
}

func (*AlibabaSscSupplyplatformServiceworkerRegisterWorkerCreateDTO) SetWorkerId

type AlibabaSscSupplyplatformServiceworkerRegisterWorkerRegisterForTopReqDTO

type AlibabaSscSupplyplatformServiceworkerRegisterWorkerRegisterForTopReqDTO struct {
	/*
	   身份证     */
	IdNumber *string `json:"id_number,omitempty" `

	/*
	   工人图像     */
	ProfilePictureUrl *string `json:"profile_picture_url,omitempty" `

	/*
	   姓名     */
	RealName *string `json:"real_name,omitempty" `

	/*
	   支付宝账号     */
	AlipayAccount *string `json:"alipay_account,omitempty" `

	/*
	   详细地址     */
	Address *string `json:"address,omitempty" `

	/*
	   详细地址编码     */
	AddressId *int64 `json:"address_id,omitempty" `

	/*
	   工人能力model     */
	WorkerServiceAbility *AlibabaSscSupplyplatformServiceworkerRegisterWorkerServiceAbility `json:"worker_service_ability,omitempty" `

	/*
	   工人加入网点model     */
	JoinedStore *AlibabaSscSupplyplatformServiceworkerRegisterJoinedStore `json:"joined_store,omitempty" `

	/*
	   工人手机号     */
	Phone *string `json:"phone,omitempty" `
}

func (*AlibabaSscSupplyplatformServiceworkerRegisterWorkerRegisterForTopReqDTO) SetAddress

func (*AlibabaSscSupplyplatformServiceworkerRegisterWorkerRegisterForTopReqDTO) SetAddressId

func (*AlibabaSscSupplyplatformServiceworkerRegisterWorkerRegisterForTopReqDTO) SetAlipayAccount

func (*AlibabaSscSupplyplatformServiceworkerRegisterWorkerRegisterForTopReqDTO) SetIdNumber

func (*AlibabaSscSupplyplatformServiceworkerRegisterWorkerRegisterForTopReqDTO) SetPhone

func (*AlibabaSscSupplyplatformServiceworkerRegisterWorkerRegisterForTopReqDTO) SetProfilePictureUrl

func (*AlibabaSscSupplyplatformServiceworkerRegisterWorkerRegisterForTopReqDTO) SetRealName

type AlibabaSscSupplyplatformServiceworkerRegisterWorkerServiceAbility

type AlibabaSscSupplyplatformServiceworkerRegisterWorkerServiceAbility struct {
	/*
	   身份证     */
	WorkerId *int64 `json:"worker_id,omitempty" `

	/*
	   服务区域     */
	AreaCodeList *[]int64 `json:"area_code_list,omitempty" `

	/*
	   技能     */
	ServiceSkillList *[]string `json:"service_skill_list,omitempty" `
}

func (*AlibabaSscSupplyplatformServiceworkerRegisterWorkerServiceAbility) SetAreaCodeList

func (*AlibabaSscSupplyplatformServiceworkerRegisterWorkerServiceAbility) SetServiceSkillList

func (*AlibabaSscSupplyplatformServiceworkerRegisterWorkerServiceAbility) SetWorkerId

type AlibabaSscSupplyplatformServiceworkerSaveJoinedStore

type AlibabaSscSupplyplatformServiceworkerSaveJoinedStore struct {
	/*
	   网点code     */
	ServiceStoreCode *string `json:"service_store_code,omitempty" `
}

func (*AlibabaSscSupplyplatformServiceworkerSaveJoinedStore) SetServiceStoreCode

type AlibabaSscSupplyplatformServiceworkerSaveResult

type AlibabaSscSupplyplatformServiceworkerSaveResult struct {
	/*
	   错误代码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   展示信息     */
	DisplayMsg *string `json:"display_msg,omitempty" `

	/*
	   是否成功     */
	Success *string `json:"success,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `
}

func (*AlibabaSscSupplyplatformServiceworkerSaveResult) SetDisplayMsg

func (*AlibabaSscSupplyplatformServiceworkerSaveResult) SetErrorCode

func (*AlibabaSscSupplyplatformServiceworkerSaveResult) SetErrorMsg

func (*AlibabaSscSupplyplatformServiceworkerSaveResult) SetSuccess

type AlibabaSscSupplyplatformServiceworkerSaveWorkerSaveForTopReqDto

type AlibabaSscSupplyplatformServiceworkerSaveWorkerSaveForTopReqDto struct {
	/*
	   身份证号码     */
	IdNumber *string `json:"id_number,omitempty" `

	/*
	   用户地址     */
	Address *string `json:"address,omitempty" `

	/*
	   用户地址编码     */
	AddressId *int64 `json:"address_id,omitempty" `

	/*
	   真实姓名     */
	RealName *string `json:"real_name,omitempty" `

	/*
	   工人技能参数     */
	WorkerServiceAbility *AlibabaSscSupplyplatformServiceworkerSaveWorkerServiceAbility `json:"worker_service_ability,omitempty" `

	/*
	   加入的网点参数     */
	JoinedStore *AlibabaSscSupplyplatformServiceworkerSaveJoinedStore `json:"joined_store,omitempty" `

	/*
	   手机号     */
	Phone *string `json:"phone,omitempty" `
}

func (*AlibabaSscSupplyplatformServiceworkerSaveWorkerSaveForTopReqDto) SetAddress

func (*AlibabaSscSupplyplatformServiceworkerSaveWorkerSaveForTopReqDto) SetAddressId

func (*AlibabaSscSupplyplatformServiceworkerSaveWorkerSaveForTopReqDto) SetIdNumber

func (*AlibabaSscSupplyplatformServiceworkerSaveWorkerSaveForTopReqDto) SetPhone

func (*AlibabaSscSupplyplatformServiceworkerSaveWorkerSaveForTopReqDto) SetRealName

type AlibabaSscSupplyplatformServiceworkerSaveWorkerServiceAbility

type AlibabaSscSupplyplatformServiceworkerSaveWorkerServiceAbility struct {
	/*
	   工人可服务区域     */
	AreaCodeList *[]int64 `json:"area_code_list,omitempty" `
}

func (*AlibabaSscSupplyplatformServiceworkerSaveWorkerServiceAbility) SetAreaCodeList

type AlibabaSscSupplyplatformServiceworkerWokrerleaveResult

type AlibabaSscSupplyplatformServiceworkerWokrerleaveResult struct {
	/*
	   对外展示的错误信息     */
	DisplayMsg *string `json:"display_msg,omitempty" `

	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `
}

func (*AlibabaSscSupplyplatformServiceworkerWokrerleaveResult) SetDisplayMsg

func (*AlibabaSscSupplyplatformServiceworkerWokrerleaveResult) SetErrorCode

func (*AlibabaSscSupplyplatformServiceworkerWokrerleaveResult) SetErrorMsg

func (*AlibabaSscSupplyplatformServiceworkerWokrerleaveResult) SetSuccess

type AlibabaTmallSparepartsDetailsCreateApplicationInfoDTO

type AlibabaTmallSparepartsDetailsCreateApplicationInfoDTO struct {
	/*
	   品牌授权商openid     */
	BrandLicensorOpenId *string `json:"brand_licensor_open_id,omitempty" `

	/*
	   备件申请单id     */
	SparePartsApplicationId *int64 `json:"spare_parts_application_id,omitempty" `

	/*
	   服务商openid     */
	SupplierOpenId *string `json:"supplier_open_id,omitempty" `

	/*
	   备件出库时间     */
	SparePartsOutTime *util.LocalTime `json:"spare_parts_out_time,omitempty" `
}

func (*AlibabaTmallSparepartsDetailsCreateApplicationInfoDTO) SetBrandLicensorOpenId

func (*AlibabaTmallSparepartsDetailsCreateApplicationInfoDTO) SetSparePartsApplicationId

func (*AlibabaTmallSparepartsDetailsCreateApplicationInfoDTO) SetSparePartsOutTime

func (*AlibabaTmallSparepartsDetailsCreateApplicationInfoDTO) SetSupplierOpenId

type AlibabaTmallSparepartsDetailsCreateSparePartsDetailsSaveRequest

type AlibabaTmallSparepartsDetailsCreateSparePartsDetailsSaveRequest struct {
	/*
	   备件申请单信息     */
	ApplicationInfoDto *AlibabaTmallSparepartsDetailsCreateApplicationInfoDTO `json:"application_info_dto,omitempty" `

	/*
	   备件明细     */
	SparePartsInfoDto *AlibabaTmallSparepartsDetailsCreateSparePartsInfoDTO `json:"spare_parts_info_dto,omitempty" `

	/*
	   天猫服务工单号     */
	WorkCardId *int64 `json:"work_card_id,omitempty" `
}

func (*AlibabaTmallSparepartsDetailsCreateSparePartsDetailsSaveRequest) SetWorkCardId

type AlibabaTmallSparepartsDetailsCreateSparePartsInfoDTO

type AlibabaTmallSparepartsDetailsCreateSparePartsInfoDTO struct {
	/*
	   备件编码     */
	SparePartsCode *string `json:"spare_parts_code,omitempty" `

	/*
	   是否需要返件     */
	NeedReturn *bool `json:"need_return,omitempty" `

	/*
	   备件一级类目     */
	FirstLevelCategoryId *int64 `json:"first_level_category_id,omitempty" `

	/*
	   备件销售价     */
	SellingPrice *int64 `json:"selling_price,omitempty" `

	/*
	   备件名称     */
	SparePartsName *string `json:"spare_parts_name,omitempty" `

	/*
	   备件二级类目     */
	SecondLevelCategoryId *int64 `json:"second_level_category_id,omitempty" `

	/*
	   备件来源     */
	SparePartsSource *int64 `json:"spare_parts_source,omitempty" `

	/*
	   备件型号     */
	Model *string `json:"model,omitempty" `

	/*
	   备件进价     */
	PurchasePrice *int64 `json:"purchase_price,omitempty" `

	/*
	   备件类型     */
	SparePartsType *string `json:"spare_parts_type,omitempty" `

	/*
	   备件数量     */
	SparePartsCount *int64 `json:"spare_parts_count,omitempty" `
}

func (*AlibabaTmallSparepartsDetailsCreateSparePartsInfoDTO) SetFirstLevelCategoryId

func (*AlibabaTmallSparepartsDetailsCreateSparePartsInfoDTO) SetModel

func (*AlibabaTmallSparepartsDetailsCreateSparePartsInfoDTO) SetNeedReturn

func (*AlibabaTmallSparepartsDetailsCreateSparePartsInfoDTO) SetPurchasePrice

func (*AlibabaTmallSparepartsDetailsCreateSparePartsInfoDTO) SetSecondLevelCategoryId

func (*AlibabaTmallSparepartsDetailsCreateSparePartsInfoDTO) SetSellingPrice

func (*AlibabaTmallSparepartsDetailsCreateSparePartsInfoDTO) SetSparePartsCode

func (*AlibabaTmallSparepartsDetailsCreateSparePartsInfoDTO) SetSparePartsCount

func (*AlibabaTmallSparepartsDetailsCreateSparePartsInfoDTO) SetSparePartsName

func (*AlibabaTmallSparepartsDetailsCreateSparePartsInfoDTO) SetSparePartsSource

func (*AlibabaTmallSparepartsDetailsCreateSparePartsInfoDTO) SetSparePartsType

type TmallFuwuHomedecorationSupplyruleCategoryworkerlistResult

type TmallFuwuHomedecorationSupplyruleCategoryworkerlistResult struct {
	/*
	   当前页码     */
	PageIndex *int64 `json:"page_index,omitempty" `

	/*
	   每页大小     */
	PageSize *int64 `json:"page_size,omitempty" `

	/*
	   总页数     */
	TotalCount *int64 `json:"total_count,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `

	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   品牌品类工人数据     */
	DataList *[]TmallFuwuHomedecorationSupplyruleCategoryworkerlistSupplyCategoryWorkerDTO `json:"data_list,omitempty" `
}

func (*TmallFuwuHomedecorationSupplyruleCategoryworkerlistResult) SetErrorCode

func (*TmallFuwuHomedecorationSupplyruleCategoryworkerlistResult) SetErrorMsg

func (*TmallFuwuHomedecorationSupplyruleCategoryworkerlistResult) SetPageIndex

func (*TmallFuwuHomedecorationSupplyruleCategoryworkerlistResult) SetPageSize

func (*TmallFuwuHomedecorationSupplyruleCategoryworkerlistResult) SetSuccess

func (*TmallFuwuHomedecorationSupplyruleCategoryworkerlistResult) SetTotalCount

type TmallFuwuHomedecorationSupplyruleCategoryworkerlistSupplyCategoryWorkerDTO

type TmallFuwuHomedecorationSupplyruleCategoryworkerlistSupplyCategoryWorkerDTO struct {
	/*
	   工人id     */
	WorkerId *int64 `json:"worker_id,omitempty" `

	/*
	   工人身份证号     */
	IdNumber *string `json:"id_number,omitempty" `

	/*
	   工人手机号     */
	WorkerMobile *string `json:"worker_mobile,omitempty" `
}

func (*TmallFuwuHomedecorationSupplyruleCategoryworkerlistSupplyCategoryWorkerDTO) SetIdNumber

func (*TmallFuwuHomedecorationSupplyruleCategoryworkerlistSupplyCategoryWorkerDTO) SetWorkerId

func (*TmallFuwuHomedecorationSupplyruleCategoryworkerlistSupplyCategoryWorkerDTO) SetWorkerMobile

type TmallFuwuHomedecorationSupplyruleListResult

type TmallFuwuHomedecorationSupplyruleListResult struct {
	/*
	   当前页码     */
	PageIndex *int64 `json:"page_index,omitempty" `

	/*
	   每页大小     */
	PageSize *int64 `json:"page_size,omitempty" `

	/*
	   总页数     */
	TotalCount *int64 `json:"total_count,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `

	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   规则数据     */
	DataList *[]TmallFuwuHomedecorationSupplyruleListSupplyConfigRuleDTO `json:"data_list,omitempty" `
}

func (*TmallFuwuHomedecorationSupplyruleListResult) SetErrorCode

func (*TmallFuwuHomedecorationSupplyruleListResult) SetErrorMsg

func (*TmallFuwuHomedecorationSupplyruleListResult) SetPageIndex

func (*TmallFuwuHomedecorationSupplyruleListResult) SetPageSize

func (*TmallFuwuHomedecorationSupplyruleListResult) SetSuccess

func (*TmallFuwuHomedecorationSupplyruleListResult) SetTotalCount

type TmallFuwuHomedecorationSupplyruleListSupplyConfigRuleDTO

type TmallFuwuHomedecorationSupplyruleListSupplyConfigRuleDTO struct {
	/*
	   规则唯一编号     */
	UniqueNo *string `json:"unique_no,omitempty" `

	/*
	   servicecode     */
	ServiceCode *string `json:"service_code,omitempty" `

	/*
	   店铺名称     */
	ShopName *string `json:"shop_name,omitempty" `

	/*
	   叶子类目名称     */
	CategoryName *string `json:"category_name,omitempty" `

	/*
	   工人校验类型(高级工人/品牌品类工人)     */
	WorkerCheckTypeList *[]string `json:"worker_check_type_list,omitempty" `
}

func (*TmallFuwuHomedecorationSupplyruleListSupplyConfigRuleDTO) SetCategoryName

func (*TmallFuwuHomedecorationSupplyruleListSupplyConfigRuleDTO) SetServiceCode

func (*TmallFuwuHomedecorationSupplyruleListSupplyConfigRuleDTO) SetShopName

func (*TmallFuwuHomedecorationSupplyruleListSupplyConfigRuleDTO) SetUniqueNo

func (*TmallFuwuHomedecorationSupplyruleListSupplyConfigRuleDTO) SetWorkerCheckTypeList

type TmallFuwuHomedecorationWorkerlevelListResult

type TmallFuwuHomedecorationWorkerlevelListResult struct {
	/*
	   当前页码     */
	PageIndex *int64 `json:"page_index,omitempty" `

	/*
	   每页大小     */
	PageSize *int64 `json:"page_size,omitempty" `

	/*
	   总页数     */
	TotalCount *int64 `json:"total_count,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `

	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   工人分层数据     */
	DataList *[]TmallFuwuHomedecorationWorkerlevelListSupplyLevelWorkerDTO `json:"data_list,omitempty" `
}

func (*TmallFuwuHomedecorationWorkerlevelListResult) SetErrorCode

func (*TmallFuwuHomedecorationWorkerlevelListResult) SetErrorMsg

func (*TmallFuwuHomedecorationWorkerlevelListResult) SetPageIndex

func (*TmallFuwuHomedecorationWorkerlevelListResult) SetPageSize

func (*TmallFuwuHomedecorationWorkerlevelListResult) SetSuccess

func (*TmallFuwuHomedecorationWorkerlevelListResult) SetTotalCount

type TmallFuwuHomedecorationWorkerlevelListSupplyLevelWorkerDTO

type TmallFuwuHomedecorationWorkerlevelListSupplyLevelWorkerDTO struct {
	/*
	   serviceCode     */
	ServiceCode *string `json:"service_code,omitempty" `

	/*
	   工人id     */
	WorkerId *int64 `json:"worker_id,omitempty" `

	/*
	   工人身份证号     */
	IdNumber *string `json:"id_number,omitempty" `

	/*
	   技能等级(中级、初级、试用、高级)     */
	WorkerLevel *string `json:"worker_level,omitempty" `

	/*
	   工人手机号     */
	WorkerMobile *string `json:"worker_mobile,omitempty" `
}

func (*TmallFuwuHomedecorationWorkerlevelListSupplyLevelWorkerDTO) SetIdNumber

func (*TmallFuwuHomedecorationWorkerlevelListSupplyLevelWorkerDTO) SetServiceCode

func (*TmallFuwuHomedecorationWorkerlevelListSupplyLevelWorkerDTO) SetWorkerId

func (*TmallFuwuHomedecorationWorkerlevelListSupplyLevelWorkerDTO) SetWorkerLevel

func (*TmallFuwuHomedecorationWorkerlevelListSupplyLevelWorkerDTO) SetWorkerMobile

type TmallFuwuRateGetResult

type TmallFuwuRateGetResult struct {
	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   评价信息json字符串     */
	Value *string `json:"value,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `
}

func (*TmallFuwuRateGetResult) SetErrorCode

func (*TmallFuwuRateGetResult) SetErrorMsg

func (*TmallFuwuRateGetResult) SetSuccess

func (*TmallFuwuRateGetResult) SetValue

type TmallFuwuRateGetServiceRateMessageQueryCmd

type TmallFuwuRateGetServiceRateMessageQueryCmd struct {
	/*
	   单据类型:工单0 服务单1     */
	OrderType *int64 `json:"order_type,omitempty" `

	/*
	   服务编码     */
	ServiceCode *string `json:"service_code,omitempty" `

	/*
	   单据id     */
	WorkOrderId *int64 `json:"work_order_id,omitempty" `

	/*
	   评价单id     */
	RateId *int64 `json:"rate_id,omitempty" `
}

func (*TmallFuwuRateGetServiceRateMessageQueryCmd) SetOrderType

func (*TmallFuwuRateGetServiceRateMessageQueryCmd) SetRateId

func (*TmallFuwuRateGetServiceRateMessageQueryCmd) SetServiceCode

func (*TmallFuwuRateGetServiceRateMessageQueryCmd) SetWorkOrderId

type TmallMallitemcenterServiceproductQueryResult

type TmallMallitemcenterServiceproductQueryResult struct {
	/*
	   返回数据     */
	ResultDataList *[]TmallMallitemcenterServiceproductQueryResultdata `json:"result_data_list,omitempty" `

	/*
	   message     */
	Message *string `json:"message,omitempty" `

	/*
	   系统是否异常     */
	SystemError *bool `json:"system_error,omitempty" `

	/*
	   业务校验是否正常     */
	BusinessCheckFail *bool `json:"business_check_fail,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `
}

func (*TmallMallitemcenterServiceproductQueryResult) SetBusinessCheckFail

func (*TmallMallitemcenterServiceproductQueryResult) SetErrorCode

func (*TmallMallitemcenterServiceproductQueryResult) SetMessage

func (*TmallMallitemcenterServiceproductQueryResult) SetSuccess

func (*TmallMallitemcenterServiceproductQueryResult) SetSystemError

type TmallMallitemcenterServiceproductQueryResultdata

type TmallMallitemcenterServiceproductQueryResultdata struct {
	/*
	   创建时间     */
	CreateTime *string `json:"create_time,omitempty" `

	/*
	   服务产品title     */
	Title *string `json:"title,omitempty" `

	/*
	   服务产品介绍     */
	ServiceProductContent *string `json:"service_product_content,omitempty" `

	/*
	   服务产品id     */
	ServiceProductId *int64 `json:"service_product_id,omitempty" `

	/*
	   服务产品sku列表     */
	SimpleServiceSkuList *[]TmallMallitemcenterServiceproductQuerySimpleServiceSkuDtOs `json:"simple_service_sku_list,omitempty" `

	/*
	   服务名称     */
	ServiceCode *string `json:"service_code,omitempty" `

	/*
	   服务产品状态     */
	ServiceProductStatus *int64 `json:"service_product_status,omitempty" `

	/*
	   服务产品类型     */
	ServiceProductType *int64 `json:"service_product_type,omitempty" `
}

func (*TmallMallitemcenterServiceproductQueryResultdata) SetCreateTime

func (*TmallMallitemcenterServiceproductQueryResultdata) SetServiceCode

func (*TmallMallitemcenterServiceproductQueryResultdata) SetServiceProductContent

func (*TmallMallitemcenterServiceproductQueryResultdata) SetServiceProductId

func (*TmallMallitemcenterServiceproductQueryResultdata) SetServiceProductStatus

func (*TmallMallitemcenterServiceproductQueryResultdata) SetServiceProductType

func (*TmallMallitemcenterServiceproductQueryResultdata) SetTitle

type TmallMallitemcenterServiceproductQuerySimpleServiceSkuDtOs

type TmallMallitemcenterServiceproductQuerySimpleServiceSkuDtOs struct {
	/*
	   服务skuCode     */
	Code *string `json:"code,omitempty" `

	/*
	   服务sku名称     */
	DisplayName *string `json:"display_name,omitempty" `
}

func (*TmallMallitemcenterServiceproductQuerySimpleServiceSkuDtOs) SetCode

func (*TmallMallitemcenterServiceproductQuerySimpleServiceSkuDtOs) SetDisplayName

type TmallMallitemcenterSubscribeQueryResult

type TmallMallitemcenterSubscribeQueryResult struct {
	/*
	   返回结果model     */
	ResultData *TmallMallitemcenterSubscribeQueryResultData `json:"result_data,omitempty" `

	/*
	   message     */
	Message *string `json:"message,omitempty" `

	/*
	   错误类型     */
	ErrorType *int64 `json:"error_type,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   是否正常     */
	Success *bool `json:"success,omitempty" `
}

func (*TmallMallitemcenterSubscribeQueryResult) SetErrorCode

func (*TmallMallitemcenterSubscribeQueryResult) SetErrorType

func (*TmallMallitemcenterSubscribeQueryResult) SetMessage

func (*TmallMallitemcenterSubscribeQueryResult) SetSuccess

type TmallMallitemcenterSubscribeQueryResultData

type TmallMallitemcenterSubscribeQueryResultData struct {
	/*
	   总条数     */
	TotalCount *int64 `json:"total_count,omitempty" `

	/*
	   每页个数     */
	PageSize *int64 `json:"page_size,omitempty" `

	/*
	   结果列表     */
	OnePagedDataList *[]TmallMallitemcenterSubscribeQuerySubscribeMerchantDto `json:"one_paged_data_list,omitempty" `
}

func (*TmallMallitemcenterSubscribeQueryResultData) SetPageSize

func (*TmallMallitemcenterSubscribeQueryResultData) SetTotalCount

type TmallMallitemcenterSubscribeQuerySpb2bOderQuery

type TmallMallitemcenterSubscribeQuerySpb2bOderQuery struct {
	/*
	   开始日期     */
	StartDate *util.LocalTime `json:"start_date,omitempty" `

	/*
	   服务状态     */
	Status *int64 `json:"status,omitempty" `

	/*
	   是否分页 defalutValue:false    */
	NeedByPage *bool `json:"need_by_page,omitempty" `

	/*
	   每页个数     */
	PageSize *int64 `json:"page_size,omitempty" `

	/*
	   结束日期     */
	EndDate *util.LocalTime `json:"end_date,omitempty" `

	/*
	   最后条数 defalutValue:0    */
	EndRow *int64 `json:"end_row,omitempty" `

	/*
	   售卖商昵称     */
	SellerNick *string `json:"seller_nick,omitempty" `

	/*
	   开始条数 defalutValue:0    */
	StartRow *int64 `json:"start_row,omitempty" `

	/*
	   售卖商id     */
	SellerId *int64 `json:"seller_id,omitempty" `

	/*
	   服务code     */
	ServiceCode *string `json:"service_code,omitempty" `

	/*
	   当前页     */
	CurrentPage *int64 `json:"current_page,omitempty" `

	/*
	   是否查询新供给ssc订购数据 defalutValue:false    */
	NewSupplySubscriberData *bool `json:"new_supply_subscriber_data,omitempty" `
}

func (*TmallMallitemcenterSubscribeQuerySpb2bOderQuery) SetCurrentPage

func (*TmallMallitemcenterSubscribeQuerySpb2bOderQuery) SetEndDate

func (*TmallMallitemcenterSubscribeQuerySpb2bOderQuery) SetEndRow

func (*TmallMallitemcenterSubscribeQuerySpb2bOderQuery) SetNeedByPage

func (*TmallMallitemcenterSubscribeQuerySpb2bOderQuery) SetNewSupplySubscriberData

func (*TmallMallitemcenterSubscribeQuerySpb2bOderQuery) SetPageSize

func (*TmallMallitemcenterSubscribeQuerySpb2bOderQuery) SetSellerId

func (*TmallMallitemcenterSubscribeQuerySpb2bOderQuery) SetSellerNick

func (*TmallMallitemcenterSubscribeQuerySpb2bOderQuery) SetServiceCode

func (*TmallMallitemcenterSubscribeQuerySpb2bOderQuery) SetStartDate

func (*TmallMallitemcenterSubscribeQuerySpb2bOderQuery) SetStartRow

func (*TmallMallitemcenterSubscribeQuerySpb2bOderQuery) SetStatus

type TmallMallitemcenterSubscribeQuerySubscribeMerchantDto

type TmallMallitemcenterSubscribeQuerySubscribeMerchantDto struct {
	/*
	   技术电话     */
	TechPhone *string `json:"tech_phone,omitempty" `

	/*
	   操作人电话     */
	OperatorPhone *string `json:"operator_phone,omitempty" `

	/*
	   售后电话     */
	AfterSalePhone *string `json:"after_sale_phone,omitempty" `

	/*
	   订购单主键id     */
	SubscribeOrderId *int64 `json:"subscribe_order_id,omitempty" `

	/*
	   spuid     */
	SpuId *int64 `json:"spu_id,omitempty" `

	/*
	   服务cide     */
	ServiceCode *string `json:"service_code,omitempty" `

	/*
	   订购者昵称     */
	SubscriberNick *string `json:"subscriber_nick,omitempty" `

	/*
	   卖家类型     */
	SellerType *string `json:"seller_type,omitempty" `
}

func (*TmallMallitemcenterSubscribeQuerySubscribeMerchantDto) SetAfterSalePhone

func (*TmallMallitemcenterSubscribeQuerySubscribeMerchantDto) SetOperatorPhone

func (*TmallMallitemcenterSubscribeQuerySubscribeMerchantDto) SetSellerType

func (*TmallMallitemcenterSubscribeQuerySubscribeMerchantDto) SetServiceCode

func (*TmallMallitemcenterSubscribeQuerySubscribeMerchantDto) SetSpuId

func (*TmallMallitemcenterSubscribeQuerySubscribeMerchantDto) SetSubscribeOrderId

func (*TmallMallitemcenterSubscribeQuerySubscribeMerchantDto) SetSubscriberNick

func (*TmallMallitemcenterSubscribeQuerySubscribeMerchantDto) SetTechPhone

type TmallMallitemcenterSupplierAbilityUpdateEnableServiceStoreRequestDto

type TmallMallitemcenterSupplierAbilityUpdateEnableServiceStoreRequestDto struct {
	/*
	   门店名称     */
	StoreName *string `json:"store_name,omitempty" `

	/*
	   是否启用 defalutValue:true    */
	Enable *bool `json:"enable,omitempty" `

	/*
	   服务编码     */
	ServiceCode *string `json:"service_code,omitempty" `

	/*
	   服务sku列表     */
	ServiceSkuList *[]string `json:"service_sku_list,omitempty" `

	/*
	   门店id     */
	StoreId *int64 `json:"store_id,omitempty" `
}

func (*TmallMallitemcenterSupplierAbilityUpdateEnableServiceStoreRequestDto) SetEnable

func (*TmallMallitemcenterSupplierAbilityUpdateEnableServiceStoreRequestDto) SetServiceCode

func (*TmallMallitemcenterSupplierAbilityUpdateEnableServiceStoreRequestDto) SetServiceSkuList

func (*TmallMallitemcenterSupplierAbilityUpdateEnableServiceStoreRequestDto) SetStoreId

func (*TmallMallitemcenterSupplierAbilityUpdateEnableServiceStoreRequestDto) SetStoreName

type TmallMallitemcenterSupplierAbilityUpdateResult

type TmallMallitemcenterSupplierAbilityUpdateResult struct {
	/*
	   结果     */
	ResultData *bool `json:"result_data,omitempty" `

	/*
	   message     */
	Message *string `json:"message,omitempty" `

	/*
	   错误类型     */
	ErrorType *int64 `json:"error_type,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   true或false     */
	Success *bool `json:"success,omitempty" `
}

func (*TmallMallitemcenterSupplierAbilityUpdateResult) SetErrorCode

func (*TmallMallitemcenterSupplierAbilityUpdateResult) SetErrorType

func (*TmallMallitemcenterSupplierAbilityUpdateResult) SetMessage

func (*TmallMallitemcenterSupplierAbilityUpdateResult) SetResultData

func (*TmallMallitemcenterSupplierAbilityUpdateResult) SetSuccess

type TmallMallitemcenterSupplierPriceUploadResult

type TmallMallitemcenterSupplierPriceUploadResult struct {
	/*
	   message     */
	Message *string `json:"message,omitempty" `

	/*
	   是否成功     */
	ResultData *TmallMallitemcenterSupplierPriceUploadResultData `json:"result_data,omitempty" `

	/*
	   是否系统调用错误     */
	SystemError *bool `json:"system_error,omitempty" `

	/*
	   是否校验出错     */
	BusinessCheckFail *bool `json:"business_check_fail,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   接口是否成功     */
	Success *bool `json:"success,omitempty" `
}

func (*TmallMallitemcenterSupplierPriceUploadResult) SetBusinessCheckFail

func (*TmallMallitemcenterSupplierPriceUploadResult) SetErrorCode

func (*TmallMallitemcenterSupplierPriceUploadResult) SetMessage

func (*TmallMallitemcenterSupplierPriceUploadResult) SetSuccess

func (*TmallMallitemcenterSupplierPriceUploadResult) SetSystemError

type TmallMallitemcenterSupplierPriceUploadResultData

type TmallMallitemcenterSupplierPriceUploadResultData struct {
	/*
	   上传结果是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误码     */
	FailureCode *string `json:"failure_code,omitempty" `

	/*
	   出错因子列表     */
	FailurePriceFactors *string `json:"failure_price_factors,omitempty" `

	/*
	   错误详情     */
	FailureDetail *string `json:"failure_detail,omitempty" `
}

func (*TmallMallitemcenterSupplierPriceUploadResultData) SetFailureCode

func (*TmallMallitemcenterSupplierPriceUploadResultData) SetFailureDetail

func (*TmallMallitemcenterSupplierPriceUploadResultData) SetFailurePriceFactors

func (*TmallMallitemcenterSupplierPriceUploadResultData) SetSuccess

type TmallMallitemcenterSupplierPriceUploadStoreOfferPriceDto

type TmallMallitemcenterSupplierPriceUploadStoreOfferPriceDto struct {
	/*
	   price     */
	Price *int64 `json:"price,omitempty" `

	/*
	   服务code     */
	ServiceCode *string `json:"service_code,omitempty" `

	/*
	   服务skuCode     */
	ServiceSku *string `json:"service_sku,omitempty" `

	/*
	   门店ID     */
	StoreId *int64 `json:"store_id,omitempty" `
}

func (*TmallMallitemcenterSupplierPriceUploadStoreOfferPriceDto) SetPrice

func (*TmallMallitemcenterSupplierPriceUploadStoreOfferPriceDto) SetServiceCode

func (*TmallMallitemcenterSupplierPriceUploadStoreOfferPriceDto) SetServiceSku

func (*TmallMallitemcenterSupplierPriceUploadStoreOfferPriceDto) SetStoreId

type TmallMsdClaimQueryPageResult

type TmallMsdClaimQueryPageResult struct {
	/*
	   错误信息     */
	MsgInfo *string `json:"msg_info,omitempty" `

	/*
	   总数     */
	TotalCount *int64 `json:"total_count,omitempty" `

	/*
	   分页数据     */
	ResultData *[]TmallMsdClaimQuerySscClaimInfoDTO `json:"result_data,omitempty" `

	/*
	   当前页数     */
	PageIndex *int64 `json:"page_index,omitempty" `

	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误码     */
	MsgCode *string `json:"msg_code,omitempty" `

	/*
	   每页大小     */
	PageSize *int64 `json:"page_size,omitempty" `
}

func (*TmallMsdClaimQueryPageResult) SetMsgCode

func (*TmallMsdClaimQueryPageResult) SetMsgInfo

func (*TmallMsdClaimQueryPageResult) SetPageIndex

func (*TmallMsdClaimQueryPageResult) SetPageSize

func (*TmallMsdClaimQueryPageResult) SetResultData

func (*TmallMsdClaimQueryPageResult) SetSuccess

func (*TmallMsdClaimQueryPageResult) SetTotalCount

type TmallMsdClaimQuerySscClaimInfoDTO

type TmallMsdClaimQuerySscClaimInfoDTO struct {
	/*
	   工单id     */
	WorkcardId *int64 `json:"workcard_id,omitempty" `

	/*
	   保单号     */
	InsuranceOrderNo *string `json:"insurance_order_no,omitempty" `

	/*
	   淘宝交易实物子订单     */
	BizOrderId *int64 `json:"biz_order_id,omitempty" `

	/*
	   服务订单编号     */
	ServiceOrderId *int64 `json:"service_order_id,omitempty" `

	/*
	   服务产品     */
	ServiceName *string `json:"service_name,omitempty" `

	/*
	   商品id     */
	AuctionId *int64 `json:"auction_id,omitempty" `

	/*
	   商品名称     */
	AuctionName *string `json:"auction_name,omitempty" `

	/*
	   服务单id     */
	SpServiceOrderId *int64 `json:"sp_service_order_id,omitempty" `

	/*
	   商品skuid     */
	AuctionSkuId *int64 `json:"auction_sku_id,omitempty" `

	/*
	   商品sku描述     */
	AuctionSkuDesc *string `json:"auction_sku_desc,omitempty" `

	/*
	   服务sku描述     */
	SkuDesc *string `json:"sku_desc,omitempty" `

	/*
	   工单创建时间     */
	GmtCreateWorkcard *util.LocalTime `json:"gmt_create_workcard,omitempty" `

	/*
	   工单完成时间     */
	CompletionDate *util.LocalTime `json:"completion_date,omitempty" `

	/*
	   问题描述、故障位置、故障判断     */
	ProblemDesc *string `json:"problem_desc,omitempty" `

	/*
	   买家昵称     */
	BuyerNick *string `json:"buyer_nick,omitempty" `

	/*
	   sn     */
	Sn *string `json:"sn,omitempty" `

	/*
	   理赔金额(分)     */
	ClaimFee *int64 `json:"claim_fee,omitempty" `

	/*
	   被保人     */
	Recognizee *string `json:"recognizee,omitempty" `

	/*
	   被保人社会统一号     */
	RecognizeeUnityNumber *string `json:"recognizee_unity_number,omitempty" `

	/*
	   扩展属性 map的json格式     */
	TaskAttribute *string `json:"task_attribute,omitempty" `
}

func (*TmallMsdClaimQuerySscClaimInfoDTO) SetAuctionId

func (*TmallMsdClaimQuerySscClaimInfoDTO) SetAuctionName

func (*TmallMsdClaimQuerySscClaimInfoDTO) SetAuctionSkuDesc

func (*TmallMsdClaimQuerySscClaimInfoDTO) SetAuctionSkuId

func (*TmallMsdClaimQuerySscClaimInfoDTO) SetBizOrderId

func (*TmallMsdClaimQuerySscClaimInfoDTO) SetBuyerNick

func (*TmallMsdClaimQuerySscClaimInfoDTO) SetClaimFee

func (*TmallMsdClaimQuerySscClaimInfoDTO) SetCompletionDate

func (*TmallMsdClaimQuerySscClaimInfoDTO) SetGmtCreateWorkcard

func (*TmallMsdClaimQuerySscClaimInfoDTO) SetInsuranceOrderNo

func (*TmallMsdClaimQuerySscClaimInfoDTO) SetProblemDesc

func (*TmallMsdClaimQuerySscClaimInfoDTO) SetRecognizee

func (*TmallMsdClaimQuerySscClaimInfoDTO) SetRecognizeeUnityNumber

func (*TmallMsdClaimQuerySscClaimInfoDTO) SetServiceName

func (*TmallMsdClaimQuerySscClaimInfoDTO) SetServiceOrderId

func (*TmallMsdClaimQuerySscClaimInfoDTO) SetSkuDesc

func (*TmallMsdClaimQuerySscClaimInfoDTO) SetSn

func (*TmallMsdClaimQuerySscClaimInfoDTO) SetSpServiceOrderId

func (*TmallMsdClaimQuerySscClaimInfoDTO) SetTaskAttribute

func (*TmallMsdClaimQuerySscClaimInfoDTO) SetWorkcardId

type TmallSerivcecenterServicerorderInsuranceCallbackServiceInsuranceCallbackRequest

type TmallSerivcecenterServicerorderInsuranceCallbackServiceInsuranceCallbackRequest struct {
	/*
	   保单号     */
	InsuranceOrderNo *string `json:"insurance_order_no,omitempty" `

	/*
	   投保数量     */
	InsuranceCount *int64 `json:"insurance_count,omitempty" `

	/*
	   投保对应服务单     */
	InsuranceServiceOrderId *int64 `json:"insurance_service_order_id,omitempty" `

	/*
	   投保时间     */
	InsuranceStartTime *util.LocalTime `json:"insurance_start_time,omitempty" `

	/*
	   退保时间(暂定)     */
	InsuranceRefundTime *util.LocalTime `json:"insurance_refund_time,omitempty" `

	/*
	   投保类型 1:只换不修;2:碎屏;3:延长保修;4:全面保修;5:意外保;6:无忧退     */
	InsuranceType *int64 `json:"insurance_type,omitempty" `

	/*
	   保单状态 1 投保成功; 99 投保失败     */
	InsuranceOrderStatus *int64 `json:"insurance_order_status,omitempty" `
}

func (*TmallSerivcecenterServicerorderInsuranceCallbackServiceInsuranceCallbackRequest) SetInsuranceCount

func (*TmallSerivcecenterServicerorderInsuranceCallbackServiceInsuranceCallbackRequest) SetInsuranceOrderNo

func (*TmallSerivcecenterServicerorderInsuranceCallbackServiceInsuranceCallbackRequest) SetInsuranceOrderStatus

func (*TmallSerivcecenterServicerorderInsuranceCallbackServiceInsuranceCallbackRequest) SetInsuranceRefundTime

func (*TmallSerivcecenterServicerorderInsuranceCallbackServiceInsuranceCallbackRequest) SetInsuranceServiceOrderId

func (*TmallSerivcecenterServicerorderInsuranceCallbackServiceInsuranceCallbackRequest) SetInsuranceStartTime

func (*TmallSerivcecenterServicerorderInsuranceCallbackServiceInsuranceCallbackRequest) SetInsuranceType

type TmallSerivcecenterWorkcardInsuranceClaimWorkcardInsuranceCallbackRequest

type TmallSerivcecenterWorkcardInsuranceClaimWorkcardInsuranceCallbackRequest struct {
	/*
	   工单ID     */
	WorkcardId *int64 `json:"workcard_id,omitempty" `

	/*
	   拒绝理赔原因(拒绝时启用     */
	ClaimDesc *string `json:"claim_desc,omitempty" `

	/*
	   理赔单数量:理论都为1     */
	ClaimCount *int64 `json:"claim_count,omitempty" `

	/*
	   理赔单号     */
	ClaimOrderNo *string `json:"claim_order_no,omitempty" `

	/*
	   理赔状态0:未理赔 1 理赔成功 2:理赔失败     */
	ClaimStatus *int64 `json:"claim_status,omitempty" `

	/*
	   理赔时间     */
	ClaimTime *util.LocalTime `json:"claim_time,omitempty" `

	/*
	   理赔金额(分     */
	ClaimFee *int64 `json:"claim_fee,omitempty" `
}

func (*TmallSerivcecenterWorkcardInsuranceClaimWorkcardInsuranceCallbackRequest) SetClaimCount

func (*TmallSerivcecenterWorkcardInsuranceClaimWorkcardInsuranceCallbackRequest) SetClaimDesc

func (*TmallSerivcecenterWorkcardInsuranceClaimWorkcardInsuranceCallbackRequest) SetClaimFee

func (*TmallSerivcecenterWorkcardInsuranceClaimWorkcardInsuranceCallbackRequest) SetClaimOrderNo

func (*TmallSerivcecenterWorkcardInsuranceClaimWorkcardInsuranceCallbackRequest) SetClaimStatus

func (*TmallSerivcecenterWorkcardInsuranceClaimWorkcardInsuranceCallbackRequest) SetClaimTime

func (*TmallSerivcecenterWorkcardInsuranceClaimWorkcardInsuranceCallbackRequest) SetWorkcardId

type TmallServiceSettleadjustmentCancelErrorMessage

type TmallServiceSettleadjustmentCancelErrorMessage struct {
	/*
	   errorCode     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   errorMsg     */
	ErrorMsg *string `json:"error_msg,omitempty" `
}

func (*TmallServiceSettleadjustmentCancelErrorMessage) SetErrorCode

func (*TmallServiceSettleadjustmentCancelErrorMessage) SetErrorMsg

type TmallServiceSettleadjustmentCancelResult

type TmallServiceSettleadjustmentCancelResult struct {
	/*
	   errorMessage     */
	ErrorMessage *TmallServiceSettleadjustmentCancelErrorMessage `json:"error_message,omitempty" `

	/*
	   success     */
	Success *bool `json:"success,omitempty" `
}

func (*TmallServiceSettleadjustmentCancelResult) SetSuccess

type TmallServiceSettleadjustmentGetErrorMessage

type TmallServiceSettleadjustmentGetErrorMessage struct {
	/*
	   errorCode     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   errorMsg     */
	ErrorMsg *string `json:"error_msg,omitempty" `
}

func (*TmallServiceSettleadjustmentGetErrorMessage) SetErrorCode

func (*TmallServiceSettleadjustmentGetErrorMessage) SetErrorMsg

type TmallServiceSettleadjustmentGetResult

type TmallServiceSettleadjustmentGetResult struct {
	/*
	   dataModule     */
	DataModule *TmallServiceSettleadjustmentGetSettleAdjustmentResponse `json:"data_module,omitempty" `

	/*
	   errorMessage     */
	ErrorMessage *TmallServiceSettleadjustmentGetErrorMessage `json:"error_message,omitempty" `

	/*
	   success,成功true,失败false     */
	Success *bool `json:"success,omitempty" `
}

func (*TmallServiceSettleadjustmentGetResult) SetSuccess

type TmallServiceSettleadjustmentGetSettleAdjustmentResponse

type TmallServiceSettleadjustmentGetSettleAdjustmentResponse struct {
	/*
	   comments     */
	Comments *string `json:"comments,omitempty" `

	/*
	   cost,单位分     */
	Cost *int64 `json:"cost,omitempty" `

	/*
	   description     */
	Description *string `json:"description,omitempty" `

	/*
	   gmtCreate     */
	CreateTime *util.LocalTime `json:"create_time,omitempty" `

	/*
	   gmtModified     */
	ModifiedTime *util.LocalTime `json:"modified_time,omitempty" `

	/*
	   id     */
	Id *int64 `json:"id,omitempty" `

	/*
	   pictureUrls,多条已冒号分隔     */
	PictureUrls *string `json:"picture_urls,omitempty" `

	/*
	   priceFactors     */
	PriceFactors *string `json:"price_factors,omitempty" `

	/*
	   serviceOrderId     */
	ServiceOrderId *int64 `json:"service_order_id,omitempty" `

	/*
	   工单ID     */
	WorkcardId *int64 `json:"workcard_id,omitempty" `

	/*
	   调整单状态 待商家确认:1, 商家已确认:2,  待小二判定:3,  小二判定有效:4,  小二判定无效:5,  小二无法判定:6, 服务商取消:7, 超时确认:8, 完成:9     */
	Status *int64 `json:"status,omitempty" `

	/*
	   调整单类型     */
	Type *int64 `json:"type,omitempty" `
}

func (*TmallServiceSettleadjustmentGetSettleAdjustmentResponse) SetComments

func (*TmallServiceSettleadjustmentGetSettleAdjustmentResponse) SetCost

func (*TmallServiceSettleadjustmentGetSettleAdjustmentResponse) SetCreateTime

func (*TmallServiceSettleadjustmentGetSettleAdjustmentResponse) SetDescription

func (*TmallServiceSettleadjustmentGetSettleAdjustmentResponse) SetId

func (*TmallServiceSettleadjustmentGetSettleAdjustmentResponse) SetModifiedTime

func (*TmallServiceSettleadjustmentGetSettleAdjustmentResponse) SetPictureUrls

func (*TmallServiceSettleadjustmentGetSettleAdjustmentResponse) SetPriceFactors

func (*TmallServiceSettleadjustmentGetSettleAdjustmentResponse) SetServiceOrderId

func (*TmallServiceSettleadjustmentGetSettleAdjustmentResponse) SetStatus

func (*TmallServiceSettleadjustmentGetSettleAdjustmentResponse) SetType

func (*TmallServiceSettleadjustmentGetSettleAdjustmentResponse) SetWorkcardId

type TmallServiceSettleadjustmentModifyErrorMessage

type TmallServiceSettleadjustmentModifyErrorMessage struct {
	/*
	   errorCode     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   errorMsg     */
	ErrorMsg *string `json:"error_msg,omitempty" `
}

func (*TmallServiceSettleadjustmentModifyErrorMessage) SetErrorCode

func (*TmallServiceSettleadjustmentModifyErrorMessage) SetErrorMsg

type TmallServiceSettleadjustmentModifyResult

type TmallServiceSettleadjustmentModifyResult struct {
	/*
	   errorMessage     */
	ErrorMessage *TmallServiceSettleadjustmentModifyErrorMessage `json:"error_message,omitempty" `

	/*
	   success     */
	Success *bool `json:"success,omitempty" `
}

func (*TmallServiceSettleadjustmentModifyResult) SetSuccess

type TmallServiceSettleadjustmentModifySettleAdjustmentRequest

type TmallServiceSettleadjustmentModifySettleAdjustmentRequest struct {
	/*
	   调整费用,单位分     */
	Cost *int64 `json:"cost,omitempty" `

	/*
	   调整原因描述     */
	Description *string `json:"description,omitempty" `

	/*
	   调整单ID     */
	Id *int64 `json:"id,omitempty" `

	/*
	   调整原因图片url,最后不用加分号,最多三条     */
	PictureUrls *string `json:"picture_urls,omitempty" `

	/*
	   计价因子,填写规则为:1、有计价因子场景:{name:计价因子名称 ,value:数量}如示例。2、没有计价因子场景:填默认值:{name:计价因子,value:0}     */
	PriceFactors *[]TmallServiceSettleadjustmentModifySettlementPriceFactor `json:"price_factors,omitempty" `

	/*
	   调整单类型:1,配件费;2,不符单费;3,拆旧费;4,二次上门;5,胶费;6,打孔费;7,层高费;8,远程费;9,单外费;10,其他     */
	Type *int64 `json:"type,omitempty" `
}

func (*TmallServiceSettleadjustmentModifySettleAdjustmentRequest) SetCost

func (*TmallServiceSettleadjustmentModifySettleAdjustmentRequest) SetDescription

func (*TmallServiceSettleadjustmentModifySettleAdjustmentRequest) SetId

func (*TmallServiceSettleadjustmentModifySettleAdjustmentRequest) SetPictureUrls

func (*TmallServiceSettleadjustmentModifySettleAdjustmentRequest) SetType

type TmallServiceSettleadjustmentModifySettlementPriceFactor

type TmallServiceSettleadjustmentModifySettlementPriceFactor struct {
	/*
	   计价因子属性     */
	Name *string `json:"name,omitempty" `

	/*
	   计价因子实际值     */
	Value *int64 `json:"value,omitempty" `

	/*
	   计价说明     */
	Desc *string `json:"desc,omitempty" `
}

func (*TmallServiceSettleadjustmentModifySettlementPriceFactor) SetDesc

func (*TmallServiceSettleadjustmentModifySettlementPriceFactor) SetName

func (*TmallServiceSettleadjustmentModifySettlementPriceFactor) SetValue

type TmallServiceSettleadjustmentOperateResult

type TmallServiceSettleadjustmentOperateResult struct {
	/*
	   错误信息     */
	DisplayMsg *string `json:"display_msg,omitempty" `

	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误编码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   错误提示     */
	ErrorMsg *string `json:"error_msg,omitempty" `
}

func (*TmallServiceSettleadjustmentOperateResult) SetDisplayMsg

func (*TmallServiceSettleadjustmentOperateResult) SetErrorCode

func (*TmallServiceSettleadjustmentOperateResult) SetErrorMsg

func (*TmallServiceSettleadjustmentOperateResult) SetSuccess

type TmallServiceSettleadjustmentRequestErrorMessage

type TmallServiceSettleadjustmentRequestErrorMessage struct {
	/*
	   errorCode     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   errorMsg     */
	ErrorMsg *string `json:"error_msg,omitempty" `
}

func (*TmallServiceSettleadjustmentRequestErrorMessage) SetErrorCode

func (*TmallServiceSettleadjustmentRequestErrorMessage) SetErrorMsg

type TmallServiceSettleadjustmentRequestResult

type TmallServiceSettleadjustmentRequestResult struct {
	/*
	   dataModule     */
	DataModule *TmallServiceSettleadjustmentRequestSettleAdjustmentResp `json:"data_module,omitempty" `

	/*
	   errorMessage     */
	ErrorMessage *TmallServiceSettleadjustmentRequestErrorMessage `json:"error_message,omitempty" `

	/*
	   true:查询成功,false:失败     */
	Success *bool `json:"success,omitempty" `
}

func (*TmallServiceSettleadjustmentRequestResult) SetSuccess

type TmallServiceSettleadjustmentRequestSettleAdjustmentRequest

type TmallServiceSettleadjustmentRequestSettleAdjustmentRequest struct {
	/*
	   调整费用,必需是正数,单位分     */
	Cost *int64 `json:"cost,omitempty" `

	/*
	   调整原因描述     */
	Description *string `json:"description,omitempty" `

	/*
	   调整原因图片url,最后不用加分号,最多三条     */
	PictureUrls *string `json:"picture_urls,omitempty" `

	/*
	   计价因子,填写规则:1、有计价因子场景:{name:计价因子名称 ,value:数量}如示例;2、没有计价因子场景:填默认值:{name:计价因子,value:0}     */
	PriceFactors *[]TmallServiceSettleadjustmentRequestSettlementPriceFactor `json:"price_factors,omitempty" `

	/*
	   工单ID     */
	WorkcardId *int64 `json:"workcard_id,omitempty" `

	/*
	   调整单分类类型;1,配件费;2,不符单费;3,拆旧费;4,二次上门;5,胶费;6,打孔费;7,层高费;8,远程费;9,单外费;10,其他     */
	Type *int64 `json:"type,omitempty" `

	/*
	   服务商结算标记 1-服务商 2-商家 defalutValue:1    */
	TpSettleFlag *int64 `json:"tp_settle_flag,omitempty" `

	/*
	   真实服务商nick,仅限isv服务商对接接口时使用,其余服务商勿使用此字段     */
	RealTpNick *string `json:"real_tp_nick,omitempty" `
}

func (*TmallServiceSettleadjustmentRequestSettleAdjustmentRequest) SetCost

func (*TmallServiceSettleadjustmentRequestSettleAdjustmentRequest) SetDescription

func (*TmallServiceSettleadjustmentRequestSettleAdjustmentRequest) SetPictureUrls

func (*TmallServiceSettleadjustmentRequestSettleAdjustmentRequest) SetRealTpNick

func (*TmallServiceSettleadjustmentRequestSettleAdjustmentRequest) SetTpSettleFlag

func (*TmallServiceSettleadjustmentRequestSettleAdjustmentRequest) SetType

func (*TmallServiceSettleadjustmentRequestSettleAdjustmentRequest) SetWorkcardId

type TmallServiceSettleadjustmentRequestSettleAdjustmentResp

type TmallServiceSettleadjustmentRequestSettleAdjustmentResp struct {
	/*
	   结算调整单ID     */
	Id *int64 `json:"id,omitempty" `
}

func (*TmallServiceSettleadjustmentRequestSettleAdjustmentResp) SetId

type TmallServiceSettleadjustmentRequestSettlementPriceFactor

type TmallServiceSettleadjustmentRequestSettlementPriceFactor struct {
	/*
	   计价因子属性     */
	Name *string `json:"name,omitempty" `

	/*
	   计价因子实际值     */
	Value *int64 `json:"value,omitempty" `

	/*
	   计价因子说明     */
	Desc *string `json:"desc,omitempty" `
}

func (*TmallServiceSettleadjustmentRequestSettlementPriceFactor) SetDesc

func (*TmallServiceSettleadjustmentRequestSettlementPriceFactor) SetName

func (*TmallServiceSettleadjustmentRequestSettlementPriceFactor) SetValue

type TmallServiceSettleadjustmentSearchErrorMessage

type TmallServiceSettleadjustmentSearchErrorMessage struct {
	/*
	   errorCode     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   errorMsg     */
	ErrorMsg *string `json:"error_msg,omitempty" `
}

func (*TmallServiceSettleadjustmentSearchErrorMessage) SetErrorCode

func (*TmallServiceSettleadjustmentSearchErrorMessage) SetErrorMsg

type TmallServiceSettleadjustmentSearchResult

type TmallServiceSettleadjustmentSearchResult struct {
	/*
	   dataModule     */
	SettleAdjustmentList *[]TmallServiceSettleadjustmentSearchSettleAdjustmentResponse `json:"settle_adjustment_list,omitempty" `

	/*
	   errorMessage     */
	ErrorMessage *TmallServiceSettleadjustmentSearchErrorMessage `json:"error_message,omitempty" `

	/*
	   success     */
	Success *bool `json:"success,omitempty" `
}

func (*TmallServiceSettleadjustmentSearchResult) SetSuccess

type TmallServiceSettleadjustmentSearchSettleAdjustmentResponse

type TmallServiceSettleadjustmentSearchSettleAdjustmentResponse struct {
	/*
	   bizOrderId     */
	BizOrderId *int64 `json:"biz_order_id,omitempty" `

	/*
	   comments     */
	Comments *string `json:"comments,omitempty" `

	/*
	   费用,单位分     */
	Cost *int64 `json:"cost,omitempty" `

	/*
	   description     */
	Description *string `json:"description,omitempty" `

	/*
	   gmtCreate     */
	CreateTime *util.LocalTime `json:"create_time,omitempty" `

	/*
	   gmtModified     */
	ModifiedTime *util.LocalTime `json:"modified_time,omitempty" `

	/*
	   id     */
	Id *int64 `json:"id,omitempty" `

	/*
	   parentBizOrderId     */
	ParentBizOrderId *int64 `json:"parent_biz_order_id,omitempty" `

	/*
	   pictureUrls     */
	PictureUrls *string `json:"picture_urls,omitempty" `

	/*
	   priceFactors     */
	PriceFactors *string `json:"price_factors,omitempty" `

	/*
	   serviceCode     */
	ServiceCode *string `json:"service_code,omitempty" `

	/*
	   serviceOrderId     */
	ServiceOrderId *int64 `json:"service_order_id,omitempty" `

	/*
	   workcardId     */
	WorkcardId *int64 `json:"workcard_id,omitempty" `

	/*
	   调整单态。 待商家确认:1, 商家已确认:2,  待小二判定:3,  小二判定有效:4,  小二判定无效:5,  小二无法判定:6, 服务商取消:7, 超时确认:8, 完成:9     */
	Status *int64 `json:"status,omitempty" `

	/*
	   type     */
	Type *int64 `json:"type,omitempty" `
}

func (*TmallServiceSettleadjustmentSearchSettleAdjustmentResponse) SetBizOrderId

func (*TmallServiceSettleadjustmentSearchSettleAdjustmentResponse) SetComments

func (*TmallServiceSettleadjustmentSearchSettleAdjustmentResponse) SetCost

func (*TmallServiceSettleadjustmentSearchSettleAdjustmentResponse) SetCreateTime

func (*TmallServiceSettleadjustmentSearchSettleAdjustmentResponse) SetDescription

func (*TmallServiceSettleadjustmentSearchSettleAdjustmentResponse) SetId

func (*TmallServiceSettleadjustmentSearchSettleAdjustmentResponse) SetModifiedTime

func (*TmallServiceSettleadjustmentSearchSettleAdjustmentResponse) SetParentBizOrderId

func (*TmallServiceSettleadjustmentSearchSettleAdjustmentResponse) SetPictureUrls

func (*TmallServiceSettleadjustmentSearchSettleAdjustmentResponse) SetPriceFactors

func (*TmallServiceSettleadjustmentSearchSettleAdjustmentResponse) SetServiceCode

func (*TmallServiceSettleadjustmentSearchSettleAdjustmentResponse) SetServiceOrderId

func (*TmallServiceSettleadjustmentSearchSettleAdjustmentResponse) SetStatus

func (*TmallServiceSettleadjustmentSearchSettleAdjustmentResponse) SetType

func (*TmallServiceSettleadjustmentSearchSettleAdjustmentResponse) SetWorkcardId

type TmallServiceSettlementBillinfoQueryDouble

type TmallServiceSettlementBillinfoQueryDouble struct {
	/*
	   费用名称     */
	Name *string `json:"name,omitempty" `

	/*
	   费用金额(分)     */
	Amount *int64 `json:"amount,omitempty" `
}

func (*TmallServiceSettlementBillinfoQueryDouble) SetAmount

func (*TmallServiceSettlementBillinfoQueryDouble) SetName

type TmallServiceSettlementBillinfoQueryResult

type TmallServiceSettlementBillinfoQueryResult struct {
	/*
	   错误信息     */
	DisplayMsg *string `json:"display_msg,omitempty" `

	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   工单结算信息     */
	Value *TmallServiceSettlementBillinfoQueryWorkcardBillInfoDTO `json:"value,omitempty" `

	/*
	   错误提示     */
	ErrorMsg *string `json:"error_msg,omitempty" `
}

func (*TmallServiceSettlementBillinfoQueryResult) SetDisplayMsg

func (*TmallServiceSettlementBillinfoQueryResult) SetErrorCode

func (*TmallServiceSettlementBillinfoQueryResult) SetErrorMsg

func (*TmallServiceSettlementBillinfoQueryResult) SetSuccess

type TmallServiceSettlementBillinfoQueryWorkcardBillInfoDTO

type TmallServiceSettlementBillinfoQueryWorkcardBillInfoDTO struct {
	/*
	   工单ID     */
	WorkcardId *int64 `json:"workcard_id,omitempty" `

	/*
	   分成金额(分)     */
	Amount *int64 `json:"amount,omitempty" `

	/*
	   平台抽佣比例 0.0 ~ 1.0     */
	PlatformCommissionRate *int64 `json:"platform_commission_rate,omitempty" `

	/*
	   费用明细     */
	Details *[]TmallServiceSettlementBillinfoQueryDouble `json:"details,omitempty" `
}

func (*TmallServiceSettlementBillinfoQueryWorkcardBillInfoDTO) SetAmount

func (*TmallServiceSettlementBillinfoQueryWorkcardBillInfoDTO) SetPlatformCommissionRate

func (*TmallServiceSettlementBillinfoQueryWorkcardBillInfoDTO) SetWorkcardId

type TmallServiceSettlementFbBillDetailQueryBillList

type TmallServiceSettlementFbBillDetailQueryBillList struct {
	/*
	   工单ID     */
	WorkcardId *int64 `json:"workcard_id,omitempty" `

	/*
	   费用金额     */
	FeeAmount *string `json:"fee_amount,omitempty" `

	/*
	   费用备注     */
	FeeNotice *string `json:"fee_notice,omitempty" `

	/*
	   费用来源单号,仅退款和增加费用有值     */
	SrcOrderId *string `json:"src_order_id,omitempty" `

	/*
	   提现时间     */
	PayTime *string `json:"pay_time,omitempty" `

	/*
	   抽佣比例     */
	PlatformCommissionRate *string `json:"platform_commission_rate,omitempty" `

	/*
	   费用名称     */
	FeeName *string `json:"fee_name,omitempty" `

	/*
	   提现支付宝流水号     */
	PayTradeNo *string `json:"pay_trade_no,omitempty" `

	/*
	   费用产生时间     */
	GmtCreate *string `json:"gmt_create,omitempty" `

	/*
	   费用类型     */
	FeeType *string `json:"fee_type,omitempty" `

	/*
	   提现支付宝备注     */
	PayTradeNotice *string `json:"pay_trade_notice,omitempty" `
}

func (*TmallServiceSettlementFbBillDetailQueryBillList) SetFeeAmount

func (*TmallServiceSettlementFbBillDetailQueryBillList) SetFeeName

func (*TmallServiceSettlementFbBillDetailQueryBillList) SetFeeNotice

func (*TmallServiceSettlementFbBillDetailQueryBillList) SetFeeType

func (*TmallServiceSettlementFbBillDetailQueryBillList) SetGmtCreate

func (*TmallServiceSettlementFbBillDetailQueryBillList) SetPayTime

func (*TmallServiceSettlementFbBillDetailQueryBillList) SetPayTradeNo

func (*TmallServiceSettlementFbBillDetailQueryBillList) SetPayTradeNotice

func (*TmallServiceSettlementFbBillDetailQueryBillList) SetPlatformCommissionRate

func (*TmallServiceSettlementFbBillDetailQueryBillList) SetSrcOrderId

func (*TmallServiceSettlementFbBillDetailQueryBillList) SetWorkcardId

type TmallServiceSettlementFbBillDetailQueryPagedResult

type TmallServiceSettlementFbBillDetailQueryPagedResult struct {
	/*
	   页码     */
	PageIndex *int64 `json:"page_index,omitempty" `

	/*
	   分页数据     */
	DataList *[]TmallServiceSettlementFbBillDetailQueryBillList `json:"data_list,omitempty" `

	/*
	   分页大小     */
	PageSize *int64 `json:"page_size,omitempty" `

	/*
	   总页数     */
	TotalPageCount *int64 `json:"total_page_count,omitempty" `

	/*
	   总条数     */
	TotalCount *int64 `json:"total_count,omitempty" `

	/*
	   当前页条数     */
	DataCount *int64 `json:"data_count,omitempty" `

	/*
	   是否空页     */
	Empty *bool `json:"empty,omitempty" `
}

func (*TmallServiceSettlementFbBillDetailQueryPagedResult) SetDataCount

func (*TmallServiceSettlementFbBillDetailQueryPagedResult) SetEmpty

func (*TmallServiceSettlementFbBillDetailQueryPagedResult) SetPageIndex

func (*TmallServiceSettlementFbBillDetailQueryPagedResult) SetPageSize

func (*TmallServiceSettlementFbBillDetailQueryPagedResult) SetTotalCount

func (*TmallServiceSettlementFbBillDetailQueryPagedResult) SetTotalPageCount

type TmallServiceSettlementFbBillQueryBillList

type TmallServiceSettlementFbBillQueryBillList struct {
	/*
	   提现时间     */
	PayTime *util.LocalTime `json:"pay_time,omitempty" `

	/*
	   总退款金额     */
	SumRefundAmount *string `json:"sum_refund_amount,omitempty" `

	/*
	   支付宝提现流水号     */
	PayTradeNo *string `json:"pay_trade_no,omitempty" `

	/*
	   工单费用清单     */
	FeeList *[]TmallServiceSettlementFbBillQueryFeeList `json:"fee_list,omitempty" `

	/*
	   工单ID     */
	WorkcardId *int64 `json:"workcard_id,omitempty" `

	/*
	   总增加费用金额     */
	SumAddAmount *string `json:"sum_add_amount,omitempty" `

	/*
	   费用产生时间     */
	BillTime *util.LocalTime `json:"bill_time,omitempty" `

	/*
	   提现金额     */
	PayAmount *string `json:"pay_amount,omitempty" `

	/*
	   分成金额     */
	FcAmount *string `json:"fc_amount,omitempty" `

	/*
	   抽佣比例     */
	PlatformCommissionRate *string `json:"platform_commission_rate,omitempty" `

	/*
	   总服务费用金额     */
	SumServiceAmount *string `json:"sum_service_amount,omitempty" `

	/*
	   提现支付宝备注     */
	PayTradeNotice *string `json:"pay_trade_notice,omitempty" `
}

func (*TmallServiceSettlementFbBillQueryBillList) SetBillTime

func (*TmallServiceSettlementFbBillQueryBillList) SetFcAmount

func (*TmallServiceSettlementFbBillQueryBillList) SetPayAmount

func (*TmallServiceSettlementFbBillQueryBillList) SetPayTime

func (*TmallServiceSettlementFbBillQueryBillList) SetPayTradeNo

func (*TmallServiceSettlementFbBillQueryBillList) SetPayTradeNotice

func (*TmallServiceSettlementFbBillQueryBillList) SetPlatformCommissionRate

func (*TmallServiceSettlementFbBillQueryBillList) SetSumAddAmount

func (*TmallServiceSettlementFbBillQueryBillList) SetSumRefundAmount

func (*TmallServiceSettlementFbBillQueryBillList) SetSumServiceAmount

func (*TmallServiceSettlementFbBillQueryBillList) SetWorkcardId

type TmallServiceSettlementFbBillQueryFeeList

type TmallServiceSettlementFbBillQueryFeeList struct {
	/*
	   费用金额     */
	FeeAmount *string `json:"fee_amount,omitempty" `

	/*
	   费用来源单号,仅增加费用、退款有值     */
	SrcOrderId *string `json:"src_order_id,omitempty" `

	/*
	   费用描述     */
	FeeTitle *string `json:"fee_title,omitempty" `

	/*
	   费用名称     */
	FeeName *string `json:"fee_name,omitempty" `

	/*
	   费用产生时间     */
	GmtCreate *util.LocalTime `json:"gmt_create,omitempty" `
}

func (*TmallServiceSettlementFbBillQueryFeeList) SetFeeAmount

func (*TmallServiceSettlementFbBillQueryFeeList) SetFeeName

func (*TmallServiceSettlementFbBillQueryFeeList) SetFeeTitle

func (*TmallServiceSettlementFbBillQueryFeeList) SetGmtCreate

func (*TmallServiceSettlementFbBillQueryFeeList) SetSrcOrderId

type TmallServiceSettlementFbBillQueryPagedResult

type TmallServiceSettlementFbBillQueryPagedResult struct {
	/*
	   页码     */
	PageIndex *int64 `json:"page_index,omitempty" `

	/*
	   分页数据     */
	DataList *[]TmallServiceSettlementFbBillQueryBillList `json:"data_list,omitempty" `

	/*
	   分页大小     */
	PageSize *int64 `json:"page_size,omitempty" `

	/*
	   总页数     */
	TotalPageCount *int64 `json:"total_page_count,omitempty" `

	/*
	   总条数     */
	TotalCount *int64 `json:"total_count,omitempty" `

	/*
	   本页条数     */
	DataCount *int64 `json:"data_count,omitempty" `

	/*
	   本页是否为空数据     */
	Empty *bool `json:"empty,omitempty" `
}

func (*TmallServiceSettlementFbBillQueryPagedResult) SetDataCount

func (*TmallServiceSettlementFbBillQueryPagedResult) SetEmpty

func (*TmallServiceSettlementFbBillQueryPagedResult) SetPageIndex

func (*TmallServiceSettlementFbBillQueryPagedResult) SetPageSize

func (*TmallServiceSettlementFbBillQueryPagedResult) SetTotalCount

func (*TmallServiceSettlementFbBillQueryPagedResult) SetTotalPageCount

type TmallServicecenterAnomalyrecourseHomedecorationAdmitResult

type TmallServicecenterAnomalyrecourseHomedecorationAdmitResult struct {
	/*
	   调用是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `
}

func (*TmallServicecenterAnomalyrecourseHomedecorationAdmitResult) SetErrorCode

func (*TmallServicecenterAnomalyrecourseHomedecorationAdmitResult) SetErrorMsg

func (*TmallServicecenterAnomalyrecourseHomedecorationAdmitResult) SetSuccess

type TmallServicecenterAnomalyrecourseHomedecorationAppealResult

type TmallServicecenterAnomalyrecourseHomedecorationAppealResult struct {
	/*
	   调用是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `
}

func (*TmallServicecenterAnomalyrecourseHomedecorationAppealResult) SetErrorCode

func (*TmallServicecenterAnomalyrecourseHomedecorationAppealResult) SetErrorMsg

func (*TmallServicecenterAnomalyrecourseHomedecorationAppealResult) SetSuccess

type TmallServicecenterAnomalyrecourseHomedecorationCloseResult

type TmallServicecenterAnomalyrecourseHomedecorationCloseResult struct {
	/*
	   调用是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `
}

func (*TmallServicecenterAnomalyrecourseHomedecorationCloseResult) SetErrorCode

func (*TmallServicecenterAnomalyrecourseHomedecorationCloseResult) SetErrorMsg

func (*TmallServicecenterAnomalyrecourseHomedecorationCloseResult) SetSuccess

type TmallServicecenterAnomalyrecourseHomedecorationCreateResult

type TmallServicecenterAnomalyrecourseHomedecorationCreateResult struct {
	/*
	   调用是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   生成的投诉单id     */
	Value *int64 `json:"value,omitempty" `
}

func (*TmallServicecenterAnomalyrecourseHomedecorationCreateResult) SetErrorCode

func (*TmallServicecenterAnomalyrecourseHomedecorationCreateResult) SetErrorMsg

func (*TmallServicecenterAnomalyrecourseHomedecorationCreateResult) SetSuccess

func (*TmallServicecenterAnomalyrecourseHomedecorationCreateResult) SetValue

type TmallServicecenterAnomalyrecourseHomedecorationQuerybyidResult

type TmallServicecenterAnomalyrecourseHomedecorationQuerybyidResult struct {
	/*
	   投诉单对象的json字符串     */
	Value *string `json:"value,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `

	/*
	   调用是否成功     */
	Success *bool `json:"success,omitempty" `
}

func (*TmallServicecenterAnomalyrecourseHomedecorationQuerybyidResult) SetErrorCode

func (*TmallServicecenterAnomalyrecourseHomedecorationQuerybyidResult) SetErrorMsg

func (*TmallServicecenterAnomalyrecourseHomedecorationQuerybyidResult) SetSuccess

func (*TmallServicecenterAnomalyrecourseHomedecorationQuerybyidResult) SetValue

type TmallServicecenterAnomalyrecourseHomedecorationQuestioncodeQueryResult

type TmallServicecenterAnomalyrecourseHomedecorationQuestioncodeQueryResult struct {
	/*
	   调用是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   问题列表json      */
	Value *string `json:"value,omitempty" `
}

func (*TmallServicecenterAnomalyrecourseHomedecorationQuestioncodeQueryResult) SetErrorCode

func (*TmallServicecenterAnomalyrecourseHomedecorationQuestioncodeQueryResult) SetErrorMsg

func (*TmallServicecenterAnomalyrecourseHomedecorationQuestioncodeQueryResult) SetSuccess

func (*TmallServicecenterAnomalyrecourseHomedecorationQuestioncodeQueryResult) SetValue

type TmallServicecenterAnomalyrecourseHomedecorationResponseResult

type TmallServicecenterAnomalyrecourseHomedecorationResponseResult struct {
	/*
	   调用是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `
}

func (*TmallServicecenterAnomalyrecourseHomedecorationResponseResult) SetErrorCode

func (*TmallServicecenterAnomalyrecourseHomedecorationResponseResult) SetErrorMsg

func (*TmallServicecenterAnomalyrecourseHomedecorationResponseResult) SetSuccess

type TmallServicecenterAnomalyrecourseQuerybyidResultBase

type TmallServicecenterAnomalyrecourseQuerybyidResultBase struct {
	/*
	   单个一键求助单对象json字符串     */
	Value *string `json:"value,omitempty" `

	/*
	   errorCode     */
	ErrorCode *int64 `json:"error_code,omitempty" `

	/*
	   errorMsg     */
	ErrorMsg *string `json:"error_msg,omitempty" `

	/*
	   success     */
	Success *bool `json:"success,omitempty" `
}

func (*TmallServicecenterAnomalyrecourseQuerybyidResultBase) SetErrorCode

func (*TmallServicecenterAnomalyrecourseQuerybyidResultBase) SetErrorMsg

func (*TmallServicecenterAnomalyrecourseQuerybyidResultBase) SetSuccess

func (*TmallServicecenterAnomalyrecourseQuerybyidResultBase) SetValue

type TmallServicecenterAnomalyrecourseSearchResultBase

type TmallServicecenterAnomalyrecourseSearchResultBase struct {
	/*
	   gmtModified     */
	GmtModified *util.LocalTime `json:"gmt_modified,omitempty" `

	/*
	   gmtCreate     */
	GmtCreate *util.LocalTime `json:"gmt_create,omitempty" `

	/*
	   value     */
	Value *string `json:"value,omitempty" `

	/*
	   errorCode     */
	ErrorCode *int64 `json:"error_code,omitempty" `

	/*
	   errorMsg     */
	ErrorMsg *string `json:"error_msg,omitempty" `

	/*
	   success     */
	Success *bool `json:"success,omitempty" `
}

func (*TmallServicecenterAnomalyrecourseSearchResultBase) SetErrorCode

func (*TmallServicecenterAnomalyrecourseSearchResultBase) SetErrorMsg

func (*TmallServicecenterAnomalyrecourseSearchResultBase) SetGmtCreate

func (*TmallServicecenterAnomalyrecourseSearchResultBase) SetGmtModified

func (*TmallServicecenterAnomalyrecourseSearchResultBase) SetSuccess

func (*TmallServicecenterAnomalyrecourseSearchResultBase) SetValue

type TmallServicecenterCallrecordQueryResult

type TmallServicecenterCallrecordQueryResult struct {
	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   通话记录信息     */
	Value *[]TmallServicecenterCallrecordQueryServiceCallRecordCO `json:"value,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `
}

func (*TmallServicecenterCallrecordQueryResult) SetErrorCode

func (*TmallServicecenterCallrecordQueryResult) SetErrorMsg

func (*TmallServicecenterCallrecordQueryResult) SetSuccess

type TmallServicecenterCallrecordQueryServiceCallRecordCO

type TmallServicecenterCallrecordQueryServiceCallRecordCO struct {
	/*
	   修改日期     */
	GmtModified *util.LocalTime `json:"gmt_modified,omitempty" `

	/*
	   录音文件链接     */
	RecordLink *string `json:"record_link,omitempty" `

	/*
	   创建时间     */
	GmtCreate *util.LocalTime `json:"gmt_create,omitempty" `

	/*
	   呼叫记录的call_id     */
	CallId *string `json:"call_id,omitempty" `

	/*
	   主叫拨打时间     */
	CallTime *string `json:"call_time,omitempty" `

	/*
	   唯一标识     */
	Id *int64 `json:"id,omitempty" `
}

func (*TmallServicecenterCallrecordQueryServiceCallRecordCO) SetCallId

func (*TmallServicecenterCallrecordQueryServiceCallRecordCO) SetCallTime

func (*TmallServicecenterCallrecordQueryServiceCallRecordCO) SetGmtCreate

func (*TmallServicecenterCallrecordQueryServiceCallRecordCO) SetGmtModified

func (*TmallServicecenterCallrecordQueryServiceCallRecordCO) SetId

type TmallServicecenterFulfiltaskInsuranceActionFulfilInsuranceTaskResponse

type TmallServicecenterFulfiltaskInsuranceActionFulfilInsuranceTaskResponse struct {
	/*
	   履行单id     */
	FulfilTaskId *int64 `json:"fulfil_task_id,omitempty" `

	/*
	   工单id     */
	WorkcardId *int64 `json:"workcard_id,omitempty" `

	/*
	   外部单号id     */
	OuterId *string `json:"outer_id,omitempty" `
}

func (*TmallServicecenterFulfiltaskInsuranceActionFulfilInsuranceTaskResponse) SetFulfilTaskId

func (*TmallServicecenterFulfiltaskInsuranceActionFulfilInsuranceTaskResponse) SetOuterId

func (*TmallServicecenterFulfiltaskInsuranceActionFulfilInsuranceTaskResponse) SetWorkcardId

type TmallServicecenterFulfiltaskInsuranceActionResult

type TmallServicecenterFulfiltaskInsuranceActionResult struct {
	/*
	   对外展示的错误信息     */
	DisplayMsg *string `json:"display_msg,omitempty" `

	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   返回值对象     */
	Value *TmallServicecenterFulfiltaskInsuranceActionFulfilInsuranceTaskResponse `json:"value,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `
}

func (*TmallServicecenterFulfiltaskInsuranceActionResult) SetDisplayMsg

func (*TmallServicecenterFulfiltaskInsuranceActionResult) SetErrorCode

func (*TmallServicecenterFulfiltaskInsuranceActionResult) SetErrorMsg

func (*TmallServicecenterFulfiltaskInsuranceActionResult) SetSuccess

type TmallServicecenterIdentifytaskCreateFulfilplatformResult

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 (*TmallServicecenterIdentifytaskCreateFulfilplatformResult) SetDisplayMsg

func (*TmallServicecenterIdentifytaskCreateFulfilplatformResult) SetMsgCode

func (*TmallServicecenterIdentifytaskCreateFulfilplatformResult) SetResultData

func (*TmallServicecenterIdentifytaskCreateFulfilplatformResult) SetSuccess

type TmallServicecenterMsfTasksUpdateResultBase

type TmallServicecenterMsfTasksUpdateResultBase struct {
	/*
	   errorCode     */
	ErrorCode *int64 `json:"error_code,omitempty" `

	/*
	   errorMsg     */
	ErrorMsg *string `json:"error_msg,omitempty" `

	/*
	   gmtCreate     */
	GmtCreate *util.LocalTime `json:"gmt_create,omitempty" `

	/*
	   gmtModified     */
	GmtModified *util.LocalTime `json:"gmt_modified,omitempty" `

	/*
	   success     */
	Success *bool `json:"success,omitempty" `

	/*
	   任务id列表     */
	Values *[]int64 `json:"values,omitempty" `
}

func (*TmallServicecenterMsfTasksUpdateResultBase) SetErrorCode

func (*TmallServicecenterMsfTasksUpdateResultBase) SetErrorMsg

func (*TmallServicecenterMsfTasksUpdateResultBase) SetGmtCreate

func (*TmallServicecenterMsfTasksUpdateResultBase) SetGmtModified

func (*TmallServicecenterMsfTasksUpdateResultBase) SetSuccess

func (*TmallServicecenterMsfTasksUpdateResultBase) SetValues

type TmallServicecenterPictureUploadPictureInfoTo

type TmallServicecenterPictureUploadPictureInfoTo struct {
	/*
	   pictureUrl     */
	PictureUrl *string `json:"picture_url,omitempty" `

	/*
	   pixel     */
	Pixel *string `json:"pixel,omitempty" `

	/*
	   sizes     */
	Sizes *int64 `json:"sizes,omitempty" `
}

func (*TmallServicecenterPictureUploadPictureInfoTo) SetPictureUrl

func (*TmallServicecenterPictureUploadPictureInfoTo) SetPixel

func (*TmallServicecenterPictureUploadPictureInfoTo) SetSizes

type TmallServicecenterPictureUploadResultBase

type TmallServicecenterPictureUploadResultBase struct {
	/*
	   errorCode     */
	ErrorCode *int64 `json:"error_code,omitempty" `

	/*
	   errorMsg     */
	ErrorMsg *string `json:"error_msg,omitempty" `

	/*
	   success     */
	Success *bool `json:"success,omitempty" `

	/*
	   图片链接等信息     */
	Value *TmallServicecenterPictureUploadPictureInfoTo `json:"value,omitempty" `
}

func (*TmallServicecenterPictureUploadResultBase) SetErrorCode

func (*TmallServicecenterPictureUploadResultBase) SetErrorMsg

func (*TmallServicecenterPictureUploadResultBase) SetSuccess

type TmallServicecenterReservecondCreateReserveOpenConditionDTO

type TmallServicecenterReservecondCreateReserveOpenConditionDTO struct {
	/*
	   类目id     */
	CategoryId *int64 `json:"category_id,omitempty" `

	/*
	   品牌id     */
	BrandId *int64 `json:"brand_id,omitempty" `

	/*
	   服务code     */
	ServiceCode *string `json:"service_code,omitempty" `

	/*
	   排除的区域id     */
	ExcludeAreaIds *string `json:"exclude_area_ids,omitempty" `

	/*
	   区域ids集合     */
	AreaIds *string `json:"area_ids,omitempty" `

	/*
	   城市id     */
	CityId *int64 `json:"city_id,omitempty" `

	/*
	   身份id     */
	ProvinceId *int64 `json:"province_id,omitempty" `
}

func (*TmallServicecenterReservecondCreateReserveOpenConditionDTO) SetAreaIds

func (*TmallServicecenterReservecondCreateReserveOpenConditionDTO) SetBrandId

func (*TmallServicecenterReservecondCreateReserveOpenConditionDTO) SetCategoryId

func (*TmallServicecenterReservecondCreateReserveOpenConditionDTO) SetCityId

func (*TmallServicecenterReservecondCreateReserveOpenConditionDTO) SetExcludeAreaIds

func (*TmallServicecenterReservecondCreateReserveOpenConditionDTO) SetProvinceId

func (*TmallServicecenterReservecondCreateReserveOpenConditionDTO) SetServiceCode

type TmallServicecenterReservecondDeleteReserveOpenConditionDelDto

type TmallServicecenterReservecondDeleteReserveOpenConditionDelDto struct {
	/*
	   城市id     */
	CityId *int64 `json:"city_id,omitempty" `

	/*
	   类目id     */
	CategoryId *int64 `json:"category_id,omitempty" `

	/*
	   品牌id     */
	BrandId *int64 `json:"brand_id,omitempty" `

	/*
	   服务code     */
	ServiceCode *string `json:"service_code,omitempty" `

	/*
	   省份id     */
	ProvinceId *int64 `json:"province_id,omitempty" `

	/*
	   区域集合ids     */
	AreaIds *string `json:"area_ids,omitempty" `
}

func (*TmallServicecenterReservecondDeleteReserveOpenConditionDelDto) SetAreaIds

func (*TmallServicecenterReservecondDeleteReserveOpenConditionDelDto) SetBrandId

func (*TmallServicecenterReservecondDeleteReserveOpenConditionDelDto) SetCategoryId

func (*TmallServicecenterReservecondDeleteReserveOpenConditionDelDto) SetCityId

func (*TmallServicecenterReservecondDeleteReserveOpenConditionDelDto) SetProvinceId

func (*TmallServicecenterReservecondDeleteReserveOpenConditionDelDto) SetServiceCode

type TmallServicecenterReservecondUpdateReserveOpenConditionDTO

type TmallServicecenterReservecondUpdateReserveOpenConditionDTO struct {
	/*
	   类目id     */
	CategoryId *int64 `json:"category_id,omitempty" `

	/*
	   品牌id     */
	BrandId *int64 `json:"brand_id,omitempty" `

	/*
	   服务code     */
	ServiceCode *string `json:"service_code,omitempty" `

	/*
	   排除的区域id     */
	ExcludeAreaIds *string `json:"exclude_area_ids,omitempty" `

	/*
	   区域ids集合     */
	AreaIds *string `json:"area_ids,omitempty" `

	/*
	   城市id     */
	CityId *int64 `json:"city_id,omitempty" `

	/*
	   身份id     */
	ProvinceId *int64 `json:"province_id,omitempty" `
}

func (*TmallServicecenterReservecondUpdateReserveOpenConditionDTO) SetAreaIds

func (*TmallServicecenterReservecondUpdateReserveOpenConditionDTO) SetBrandId

func (*TmallServicecenterReservecondUpdateReserveOpenConditionDTO) SetCategoryId

func (*TmallServicecenterReservecondUpdateReserveOpenConditionDTO) SetCityId

func (*TmallServicecenterReservecondUpdateReserveOpenConditionDTO) SetExcludeAreaIds

func (*TmallServicecenterReservecondUpdateReserveOpenConditionDTO) SetProvinceId

func (*TmallServicecenterReservecondUpdateReserveOpenConditionDTO) SetServiceCode

type TmallServicecenterServicestoreCreateResult

type TmallServicecenterServicestoreCreateResult struct {
	/*
	   错误码     */
	MsgCode *string `json:"msg_code,omitempty" `

	/*
	   错误信息     */
	MsgInfo *string `json:"msg_info,omitempty" `

	/*
	   门店数据     */
	ResultData *TmallServicecenterServicestoreCreateServiceStoreCreateResp `json:"result_data,omitempty" `

	/*
	   调用是否成功     */
	Success *bool `json:"success,omitempty" `
}

func (*TmallServicecenterServicestoreCreateResult) SetMsgCode

func (*TmallServicecenterServicestoreCreateResult) SetMsgInfo

func (*TmallServicecenterServicestoreCreateResult) SetSuccess

type TmallServicecenterServicestoreCreateServiceStoreCreateResp

type TmallServicecenterServicestoreCreateServiceStoreCreateResp struct {
	/*
	   门店id     */
	Id *int64 `json:"id,omitempty" `

	/*
	   门店密钥     */
	Secret *string `json:"secret,omitempty" `
}

func (*TmallServicecenterServicestoreCreateServiceStoreCreateResp) SetId

func (*TmallServicecenterServicestoreCreateServiceStoreCreateResp) SetSecret

type TmallServicecenterServicestoreCreateServiceStoreDTO

type TmallServicecenterServicestoreCreateServiceStoreDTO struct {
	/*
	   城市     */
	AddressCity *string `json:"address_city,omitempty" `

	/*
	   标准地址编码     */
	AddressCode *int64 `json:"address_code,omitempty" `

	/*
	   详细地址     */
	AddressDetail *string `json:"address_detail,omitempty" `

	/*
	   地址-区     */
	AddressDistrict *string `json:"address_district,omitempty" `

	/*
	   地址-省     */
	AddressProvince *string `json:"address_province,omitempty" `

	/*
	   标准地址-街道     */
	AddressTown *string `json:"address_town,omitempty" `

	/*
	   支付宝账号     */
	AlipayAccount *string `json:"alipay_account,omitempty" `

	/*
	   支付宝账号姓名     */
	AlipayAccountName *string `json:"alipay_account_name,omitempty" `

	/*
	   额外属性。json     */
	Attributes *string `json:"attributes,omitempty" `

	/*
	   业务身份。汽车传car_accessory_install     */
	BizType *string `json:"biz_type,omitempty" `

	/*
	   品牌认证资料url列表,英文逗号分隔     */
	BrandCertification *string `json:"brand_certification,omitempty" `

	/*
	   每日营业时间。字符串     */
	BusinessHours *string `json:"business_hours,omitempty" `

	/*
	   认证的天猫品牌id列表     */
	CertificatedBrandIds *string `json:"certificated_brand_ids,omitempty" `

	/*
	   公司名     */
	CompanyName *string `json:"company_name,omitempty" `

	/*
	   纬度     */
	Latitude *string `json:"latitude,omitempty" `

	/*
	   法人身份证号     */
	LegalPersonIdNumber *string `json:"legal_person_id_number,omitempty" `

	/*
	   法人姓名     */
	LegalPersonName *string `json:"legal_person_name,omitempty" `

	/*
	   经度     */
	Longitude *string `json:"longitude,omitempty" `

	/*
	   经理人/联系人姓名     */
	ManagerName *string `json:"manager_name,omitempty" `

	/*
	   经理人/联系人电话     */
	ManagerPhone *string `json:"manager_phone,omitempty" `

	/*
	   对外服务座机号     */
	Phone *string `json:"phone,omitempty" `

	/*
	   对外服务手机号     */
	ServiceMobile *string `json:"service_mobile,omitempty" `

	/*
	   网点/门店编码     */
	ServiceStoreCode *string `json:"service_store_code,omitempty" `

	/*
	   网点名称     */
	ServiceStoreName *string `json:"service_store_name,omitempty" `

	/*
	   统一社会信用代码     */
	SocialCreditCode *string `json:"social_credit_code,omitempty" `

	/*
	   门店类型     */
	Type *int64 `json:"type,omitempty" `

	/*
	   别名     */
	ServiceStoreAlias *string `json:"service_store_alias,omitempty" `

	/*
	   支付宝账户身份证号     */
	AlipayAccountIdNumber *string `json:"alipay_account_id_number,omitempty" `

	/*
	   法人身份证正面     */
	LegalPersonIdCardPic *string `json:"legal_person_id_card_pic,omitempty" `

	/*
	   法人身份证反面     */
	LegalPersonIdCardPicBack *string `json:"legal_person_id_card_pic_back,omitempty" `

	/*
	   门头照片     */
	FrontPhoto *string `json:"front_photo,omitempty" `

	/*
	   营业执照照片     */
	LicensePhoto *string `json:"license_photo,omitempty" `

	/*
	   支付宝账户id     */
	AlipayAccountId *string `json:"alipay_account_id,omitempty" `
}

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetAddressCity

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetAddressCode

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetAddressDetail

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetAddressDistrict

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetAddressProvince

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetAddressTown

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetAlipayAccount

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetAlipayAccountId

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetAlipayAccountIdNumber

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetAlipayAccountName

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetAttributes

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetBizType

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetBrandCertification

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetBusinessHours

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetCertificatedBrandIds

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetCompanyName

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetFrontPhoto

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetLatitude

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetLegalPersonIdCardPic

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetLegalPersonIdCardPicBack

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetLegalPersonIdNumber

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetLegalPersonName

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetLicensePhoto

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetLongitude

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetManagerName

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetManagerPhone

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetPhone

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetServiceMobile

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetServiceStoreAlias

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetServiceStoreCode

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetServiceStoreName

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetSocialCreditCode

func (*TmallServicecenterServicestoreCreateServiceStoreDTO) SetType

type TmallServicecenterServicestoreUpdateResult

type TmallServicecenterServicestoreUpdateResult struct {
	/*
	   错误码     */
	MsgCode *string `json:"msg_code,omitempty" `

	/*
	   错误信息     */
	MsgInfo *string `json:"msg_info,omitempty" `

	/*
	   调用是否成功     */
	Success *bool `json:"success,omitempty" `
}

func (*TmallServicecenterServicestoreUpdateResult) SetMsgCode

func (*TmallServicecenterServicestoreUpdateResult) SetMsgInfo

func (*TmallServicecenterServicestoreUpdateResult) SetSuccess

type TmallServicecenterServicestoreUpdateServiceStoreDto

type TmallServicecenterServicestoreUpdateServiceStoreDto struct {
	/*
	   城市     */
	AddressCity *string `json:"address_city,omitempty" `

	/*
	   标准地址编码     */
	AddressCode *int64 `json:"address_code,omitempty" `

	/*
	   详细地址     */
	AddressDetail *string `json:"address_detail,omitempty" `

	/*
	   地址-区     */
	AddressDistrict *string `json:"address_district,omitempty" `

	/*
	   地址-省     */
	AddressProvince *string `json:"address_province,omitempty" `

	/*
	   标准地址-街道     */
	AddressTown *string `json:"address_town,omitempty" `

	/*
	   支付宝账号     */
	AlipayAccount *string `json:"alipay_account,omitempty" `

	/*
	   支付宝账号姓名     */
	AlipayAccountName *string `json:"alipay_account_name,omitempty" `

	/*
	   额外属性。json     */
	Attributes *string `json:"attributes,omitempty" `

	/*
	   业务身份。汽车传car_accessory_install     */
	BizType *string `json:"biz_type,omitempty" `

	/*
	   品牌认证资料url列表,英文逗号分隔     */
	BrandCertification *string `json:"brand_certification,omitempty" `

	/*
	   每日营业时间。字符串     */
	BusinessHours *string `json:"business_hours,omitempty" `

	/*
	   认证的天猫品牌id列表     */
	CertificatedBrandIds *string `json:"certificated_brand_ids,omitempty" `

	/*
	   公司名     */
	CompanyName *string `json:"company_name,omitempty" `

	/*
	   品牌认证有效期     */
	GmtBrandCertificationExpire *util.LocalTime `json:"gmt_brand_certification_expire,omitempty" `

	/*
	   门店id     */
	Id *int64 `json:"id,omitempty" `

	/*
	   纬度     */
	Latitude *string `json:"latitude,omitempty" `

	/*
	   法人身份证号     */
	LegalPersonIdNumber *string `json:"legal_person_id_number,omitempty" `

	/*
	   法人姓名     */
	LegalPersonName *string `json:"legal_person_name,omitempty" `

	/*
	   经度     */
	Longitude *string `json:"longitude,omitempty" `

	/*
	   经理人/联系人姓名     */
	ManagerName *string `json:"manager_name,omitempty" `

	/*
	   经理人/联系人电话     */
	ManagerPhone *string `json:"manager_phone,omitempty" `

	/*
	   对外服务座机号     */
	Phone *string `json:"phone,omitempty" `

	/*
	   对外服务手机号     */
	ServiceMobile *string `json:"service_mobile,omitempty" `

	/*
	   网点/门店编码     */
	ServiceStoreAlias *string `json:"service_store_alias,omitempty" `

	/*
	   网点名称     */
	ServiceStoreName *string `json:"service_store_name,omitempty" `

	/*
	   门店类型     */
	Type *int64 `json:"type,omitempty" `

	/*
	   支付宝账号身份证     */
	AlipayAccountIdNumber *string `json:"alipay_account_id_number,omitempty" `

	/*
	   照片集合     */
	PhotoCollections *string `json:"photo_collections,omitempty" `

	/*
	   法人身份证正面     */
	LegalPersonIdCardPic *string `json:"legal_person_id_card_pic,omitempty" `

	/*
	   法人身份证反面     */
	LegalPersonIdCardPicBack *string `json:"legal_person_id_card_pic_back,omitempty" `

	/*
	   门头照片     */
	FrontPhoto *string `json:"front_photo,omitempty" `

	/*
	   营业执照照片     */
	LicensePhoto *string `json:"license_photo,omitempty" `

	/*
	   支付宝id     */
	AlipayAccountId *string `json:"alipay_account_id,omitempty" `
}

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetAddressCity

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetAddressCode

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetAddressDetail

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetAddressDistrict

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetAddressProvince

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetAddressTown

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetAlipayAccount

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetAlipayAccountId

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetAlipayAccountIdNumber

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetAlipayAccountName

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetAttributes

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetBizType

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetBrandCertification

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetBusinessHours

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetCertificatedBrandIds

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetCompanyName

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetFrontPhoto

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetGmtBrandCertificationExpire

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetId

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetLatitude

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetLegalPersonIdCardPic

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetLegalPersonIdCardPicBack

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetLegalPersonIdNumber

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetLegalPersonName

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetLicensePhoto

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetLongitude

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetManagerName

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetManagerPhone

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetPhone

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetPhotoCollections

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetServiceMobile

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetServiceStoreAlias

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetServiceStoreName

func (*TmallServicecenterServicestoreUpdateServiceStoreDto) SetType

type TmallServicecenterServicestoreUpdatestatusResult

type TmallServicecenterServicestoreUpdatestatusResult struct {
	/*
	   错误码     */
	MsgCode *int64 `json:"msg_code,omitempty" `

	/*
	   错误信息     */
	MsgInfo *string `json:"msg_info,omitempty" `

	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `
}

func (*TmallServicecenterServicestoreUpdatestatusResult) SetMsgCode

func (*TmallServicecenterServicestoreUpdatestatusResult) SetMsgInfo

func (*TmallServicecenterServicestoreUpdatestatusResult) SetSuccess

type TmallServicecenterSettlementStoretransferAuditFulfilplatformResult

type TmallServicecenterSettlementStoretransferAuditFulfilplatformResult struct {
	/*
	   消息     */
	MsgInfo *string `json:"msg_info,omitempty" `

	/*
	   消息编码     */
	MsgCode *string `json:"msg_code,omitempty" `

	/*
	   是否处理成功     */
	Success *bool `json:"success,omitempty" `
}

func (*TmallServicecenterSettlementStoretransferAuditFulfilplatformResult) SetMsgCode

func (*TmallServicecenterSettlementStoretransferAuditFulfilplatformResult) SetMsgInfo

func (*TmallServicecenterSettlementStoretransferAuditFulfilplatformResult) SetSuccess

type TmallServicecenterSpserviceorderCreateBuyerDTO

type TmallServicecenterSpserviceorderCreateBuyerDTO struct {
	/*
	   买家地址-省     */
	AddressProvince *string `json:"address_province,omitempty" `

	/*
	   买家地址-市     */
	AddressCity *string `json:"address_city,omitempty" `

	/*
	   买家地址-区     */
	AddressDistrict *string `json:"address_district,omitempty" `

	/*
	   买家地址-街道     */
	AddressTown *string `json:"address_town,omitempty" `

	/*
	   买家地址-详细地址     */
	AddressDetail *string `json:"address_detail,omitempty" `

	/*
	   买家地址-完整地址     */
	FullAddress *string `json:"full_address,omitempty" `

	/*
	   买家地址-地址编码     */
	Location *int64 `json:"location,omitempty" `

	/*
	   买家姓名     */
	BuyerName *string `json:"buyer_name,omitempty" `

	/*
	   买家手机号     */
	Mobile *string `json:"mobile,omitempty" `
}

func (*TmallServicecenterSpserviceorderCreateBuyerDTO) SetAddressCity

func (*TmallServicecenterSpserviceorderCreateBuyerDTO) SetAddressDetail

func (*TmallServicecenterSpserviceorderCreateBuyerDTO) SetAddressDistrict

func (*TmallServicecenterSpserviceorderCreateBuyerDTO) SetAddressProvince

func (*TmallServicecenterSpserviceorderCreateBuyerDTO) SetAddressTown

func (*TmallServicecenterSpserviceorderCreateBuyerDTO) SetBuyerName

func (*TmallServicecenterSpserviceorderCreateBuyerDTO) SetFullAddress

func (*TmallServicecenterSpserviceorderCreateBuyerDTO) SetLocation

func (*TmallServicecenterSpserviceorderCreateBuyerDTO) SetMobile

type TmallServicecenterSpserviceorderCreateReservationDTO

type TmallServicecenterSpserviceorderCreateReservationDTO struct {
	/*
	   消费者预约开始时间     */
	ReserveTimeStart *util.LocalTime `json:"reserve_time_start,omitempty" `

	/*
	   消费者预约结束时间     */
	ReserveTimeEnd *util.LocalTime `json:"reserve_time_end,omitempty" `
}

func (*TmallServicecenterSpserviceorderCreateReservationDTO) SetReserveTimeEnd

func (*TmallServicecenterSpserviceorderCreateReservationDTO) SetReserveTimeStart

type TmallServicecenterSpserviceorderQueryFulfilplatformResult

type TmallServicecenterSpserviceorderQueryFulfilplatformResult struct {
	/*
	   展示信息,如:服务单不存在     */
	DisplayMsg *string `json:"display_msg,omitempty" `

	/*
	   错误名称     */
	ErrorName *string `json:"error_name,omitempty" `

	/*
	   服务单列表数据     */
	ResultList *[]TmallServicecenterSpserviceorderQuerySpServiceOrderDTO `json:"result_list,omitempty" `

	/*
	   错误类型     */
	ErrorType *string `json:"error_type,omitempty" `

	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误信息,如:服务不可用     */
	MsgInfo *string `json:"msg_info,omitempty" `
}

func (*TmallServicecenterSpserviceorderQueryFulfilplatformResult) SetDisplayMsg

func (*TmallServicecenterSpserviceorderQueryFulfilplatformResult) SetErrorName

func (*TmallServicecenterSpserviceorderQueryFulfilplatformResult) SetErrorType

func (*TmallServicecenterSpserviceorderQueryFulfilplatformResult) SetMsgInfo

func (*TmallServicecenterSpserviceorderQueryFulfilplatformResult) SetSuccess

type TmallServicecenterSpserviceorderQueryServiceDefinitionDTO

type TmallServicecenterSpserviceorderQueryServiceDefinitionDTO struct {
	/*
	   服务code,如:换胎code     */
	ServiceCode *string `json:"service_code,omitempty" `

	/*
	   业务code,如:汽车安装code     */
	BizCode *string `json:"biz_code,omitempty" `

	/*
	   服务名称     */
	DisplayName *string `json:"display_name,omitempty" `
}

func (*TmallServicecenterSpserviceorderQueryServiceDefinitionDTO) SetBizCode

func (*TmallServicecenterSpserviceorderQueryServiceDefinitionDTO) SetDisplayName

func (*TmallServicecenterSpserviceorderQueryServiceDefinitionDTO) SetServiceCode

type TmallServicecenterSpserviceorderQueryServiceProviderDto

type TmallServicecenterSpserviceorderQueryServiceProviderDto struct {
	/*
	   服务门店id     */
	ServiceStoreId *int64 `json:"service_store_id,omitempty" `
}

func (*TmallServicecenterSpserviceorderQueryServiceProviderDto) SetServiceStoreId

type TmallServicecenterSpserviceorderQueryServiceTradeOrderDTO

type TmallServicecenterSpserviceorderQueryServiceTradeOrderDTO struct {
	/*
	   交易订单id     */
	OrderId *int64 `json:"order_id,omitempty" `

	/*
	   属性,如{是否是服务包:1}     */
	Attribute *string `json:"attribute,omitempty" `

	/*
	   商品商家编码     */
	OuterIdSku *string `json:"outer_id_sku,omitempty" `
}

func (*TmallServicecenterSpserviceorderQueryServiceTradeOrderDTO) SetAttribute

func (*TmallServicecenterSpserviceorderQueryServiceTradeOrderDTO) SetOrderId

func (*TmallServicecenterSpserviceorderQueryServiceTradeOrderDTO) SetOuterIdSku

type TmallServicecenterSpserviceorderQuerySpServiceOrderDTO

type TmallServicecenterSpserviceorderQuerySpServiceOrderDTO struct {
	/*
	   过期日期     */
	GmtExpire *util.LocalTime `json:"gmt_expire,omitempty" `

	/*
	   服务定义     */
	ServiceDefinitionDTO *TmallServicecenterSpserviceorderQueryServiceDefinitionDTO `json:"service_definition_d_t_o,omitempty" `

	/*
	   服务单id     */
	Id *int64 `json:"id,omitempty" `

	/*
	   生效日期     */
	GmtEffect *util.LocalTime `json:"gmt_effect,omitempty" `

	/*
	   服务交易订单     */
	ServiceTradeOrderDTO *TmallServicecenterSpserviceorderQueryServiceTradeOrderDTO `json:"service_trade_order_d_t_o,omitempty" `

	/*
	   服务单申请工单的幂等键     */
	ServiceSequence *int64 `json:"service_sequence,omitempty" `

	/*
	   履约类型:1, "到店"2, "到家"3, "寄送"     */
	FulfilTypeCode *string `json:"fulfil_type_code,omitempty" `

	/*
	   服务提供者     */
	ServiceProviderDTO *TmallServicecenterSpserviceorderQueryServiceProviderDto `json:"service_provider_d_t_o,omitempty" `
}

func (*TmallServicecenterSpserviceorderQuerySpServiceOrderDTO) SetFulfilTypeCode

func (*TmallServicecenterSpserviceorderQuerySpServiceOrderDTO) SetGmtEffect

func (*TmallServicecenterSpserviceorderQuerySpServiceOrderDTO) SetGmtExpire

func (*TmallServicecenterSpserviceorderQuerySpServiceOrderDTO) SetId

func (*TmallServicecenterSpserviceorderQuerySpServiceOrderDTO) SetServiceSequence

type TmallServicecenterTaskFeedbacknoneedserviceResultBase

type TmallServicecenterTaskFeedbacknoneedserviceResultBase struct {
	/*
	   errorCode     */
	ErrorCode *int64 `json:"error_code,omitempty" `

	/*
	   errorMsg     */
	ErrorMsg *string `json:"error_msg,omitempty" `

	/*
	   success     */
	Success *bool `json:"success,omitempty" `
}

func (*TmallServicecenterTaskFeedbacknoneedserviceResultBase) SetErrorCode

func (*TmallServicecenterTaskFeedbacknoneedserviceResultBase) SetErrorMsg

func (*TmallServicecenterTaskFeedbacknoneedserviceResultBase) SetSuccess

type TmallServicecenterTaskFeedbacknoneedserviceSuspendServiceDo

type TmallServicecenterTaskFeedbacknoneedserviceSuspendServiceDo struct {
	/*
	   api调用者     */
	Updater *string `json:"updater,omitempty" `

	/*
	   扩展字段     */
	Extension *string `json:"extension,omitempty" `

	/*
	   工单类型,固定值1     */
	Type *int64 `json:"type,omitempty" `

	/*
	   买家user_id     */
	BuyerId *int64 `json:"buyer_id,omitempty" `

	/*
	   无需安装的原因     */
	Comments *string `json:"comments,omitempty" `

	/*
	   更新时间得long值     */
	UpdateDate *int64 `json:"update_date,omitempty" `

	/*
	   工单id     */
	WorkcardId *int64 `json:"workcard_id,omitempty" `
}

func (*TmallServicecenterTaskFeedbacknoneedserviceSuspendServiceDo) SetBuyerId

func (*TmallServicecenterTaskFeedbacknoneedserviceSuspendServiceDo) SetComments

func (*TmallServicecenterTaskFeedbacknoneedserviceSuspendServiceDo) SetExtension

func (*TmallServicecenterTaskFeedbacknoneedserviceSuspendServiceDo) SetType

func (*TmallServicecenterTaskFeedbacknoneedserviceSuspendServiceDo) SetUpdateDate

func (*TmallServicecenterTaskFeedbacknoneedserviceSuspendServiceDo) SetUpdater

func (*TmallServicecenterTaskFeedbacknoneedserviceSuspendServiceDo) SetWorkcardId

type TmallServicecenterWorkcardAssignworkerResult

type TmallServicecenterWorkcardAssignworkerResult struct {
	/*
	   用于对外展示的信息     */
	DisplayMsg *string `json:"display_msg,omitempty" `

	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   消息代码     */
	MsgCode *string `json:"msg_code,omitempty" `

	/*
	   系统级错误信息     */
	MsgInfo *string `json:"msg_info,omitempty" `
}

func (*TmallServicecenterWorkcardAssignworkerResult) SetDisplayMsg

func (*TmallServicecenterWorkcardAssignworkerResult) SetMsgCode

func (*TmallServicecenterWorkcardAssignworkerResult) SetMsgInfo

func (*TmallServicecenterWorkcardAssignworkerResult) SetSuccess

type TmallServicecenterWorkcardCallRecordFulfilplatformResult

type TmallServicecenterWorkcardCallRecordFulfilplatformResult struct {
	/*
	   处理结果 true 成功 false 失败     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误表述     */
	MsgInfo *string `json:"msg_info,omitempty" `

	/*
	   错误码     */
	MsgCode *string `json:"msg_code,omitempty" `

	/*
	   通话记录ID     */
	ResultData *int64 `json:"result_data,omitempty" `
}

func (*TmallServicecenterWorkcardCallRecordFulfilplatformResult) SetMsgCode

func (*TmallServicecenterWorkcardCallRecordFulfilplatformResult) SetMsgInfo

func (*TmallServicecenterWorkcardCallRecordFulfilplatformResult) SetResultData

func (*TmallServicecenterWorkcardCallRecordFulfilplatformResult) SetSuccess

type TmallServicecenterWorkcardCallRecordUpdateAttributeRequest

type TmallServicecenterWorkcardCallRecordUpdateAttributeRequest struct {
	/*
	   服务回访记录信息     */
	CallRecord *string `json:"call_record,omitempty" `

	/*
	   请求来源     */
	RequestSource *TmallServicecenterWorkcardCallRecordWorkcardRequestSource `json:"request_source,omitempty" `

	/*
	   工单ID     */
	WorkcardId *int64 `json:"workcard_id,omitempty" `
}

func (*TmallServicecenterWorkcardCallRecordUpdateAttributeRequest) SetCallRecord

func (*TmallServicecenterWorkcardCallRecordUpdateAttributeRequest) SetWorkcardId

type TmallServicecenterWorkcardCallRecordWorkcardRequestSource

type TmallServicecenterWorkcardCallRecordWorkcardRequestSource struct {
	/*
	   入驻服务平台淘宝账号     */
	RealTpNick *string `json:"real_tp_nick,omitempty" `
}

func (*TmallServicecenterWorkcardCallRecordWorkcardRequestSource) SetRealTpNick

type TmallServicecenterWorkcardConfirmFulfilplatformResult

type TmallServicecenterWorkcardConfirmFulfilplatformResult struct {
	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误信息     */
	MsgInfo *string `json:"msg_info,omitempty" `

	/*
	   错误编码     */
	MsgCode *string `json:"msg_code,omitempty" `
}

func (*TmallServicecenterWorkcardConfirmFulfilplatformResult) SetMsgCode

func (*TmallServicecenterWorkcardConfirmFulfilplatformResult) SetMsgInfo

func (*TmallServicecenterWorkcardConfirmFulfilplatformResult) SetSuccess

type TmallServicecenterWorkcardDeliveryIdentifyTaskDeliveryRequest

type TmallServicecenterWorkcardDeliveryIdentifyTaskDeliveryRequest struct {
	/*
	   工单ID     */
	WorkcardId *int64 `json:"workcard_id,omitempty" `

	/*
	   配送地纬度     */
	Latitude *string `json:"latitude,omitempty" `

	/*
	   配送地经度     */
	Longitude *string `json:"longitude,omitempty" `
}

func (*TmallServicecenterWorkcardDeliveryIdentifyTaskDeliveryRequest) SetLatitude

func (*TmallServicecenterWorkcardDeliveryIdentifyTaskDeliveryRequest) SetLongitude

func (*TmallServicecenterWorkcardDeliveryIdentifyTaskDeliveryRequest) SetWorkcardId

type TmallServicecenterWorkcardDesensitizationQueryBuyer

type TmallServicecenterWorkcardDesensitizationQueryBuyer struct {
	/*
	   座机     */
	Phone *string `json:"phone,omitempty" `

	/*
	   二级地址     */
	AddressCity *string `json:"address_city,omitempty" `

	/*
	   地址编码     */
	Location *int64 `json:"location,omitempty" `

	/*
	   三级地址     */
	AddressDistrict *string `json:"address_district,omitempty" `

	/*
	   详细地址     */
	AddressDetail *string `json:"address_detail,omitempty" `

	/*
	   姓名     */
	BuyerName *string `json:"buyer_name,omitempty" `

	/*
	   邮箱     */
	Email *string `json:"email,omitempty" `

	/*
	   拼装好的地址     */
	Address *string `json:"address,omitempty" `

	/*
	   邮编     */
	ZipCode *string `json:"zip_code,omitempty" `

	/*
	   买家昵称     */
	BuyerNick *string `json:"buyer_nick,omitempty" `

	/*
	   四级地址     */
	AddressTown *string `json:"address_town,omitempty" `

	/*
	   一级地址     */
	AddressProvince *string `json:"address_province,omitempty" `

	/*
	   手机号     */
	Mobile *string `json:"mobile,omitempty" `
}

func (*TmallServicecenterWorkcardDesensitizationQueryBuyer) SetAddress

func (*TmallServicecenterWorkcardDesensitizationQueryBuyer) SetAddressCity

func (*TmallServicecenterWorkcardDesensitizationQueryBuyer) SetAddressDetail

func (*TmallServicecenterWorkcardDesensitizationQueryBuyer) SetAddressDistrict

func (*TmallServicecenterWorkcardDesensitizationQueryBuyer) SetAddressProvince

func (*TmallServicecenterWorkcardDesensitizationQueryBuyer) SetAddressTown

func (*TmallServicecenterWorkcardDesensitizationQueryBuyer) SetBuyerName

func (*TmallServicecenterWorkcardDesensitizationQueryBuyer) SetBuyerNick

func (*TmallServicecenterWorkcardDesensitizationQueryBuyer) SetEmail

func (*TmallServicecenterWorkcardDesensitizationQueryBuyer) SetLocation

func (*TmallServicecenterWorkcardDesensitizationQueryBuyer) SetMobile

func (*TmallServicecenterWorkcardDesensitizationQueryBuyer) SetPhone

func (*TmallServicecenterWorkcardDesensitizationQueryBuyer) SetZipCode

type TmallServicecenterWorkcardDesensitizationQueryFeeInfo

type TmallServicecenterWorkcardDesensitizationQueryFeeInfo struct {
	/*
	   费用信息     */
	FromRoleCode *string `json:"from_role_code,omitempty" `

	/*
	   费用信息     */
	Amount *int64 `json:"amount,omitempty" `
}

func (*TmallServicecenterWorkcardDesensitizationQueryFeeInfo) SetAmount

func (*TmallServicecenterWorkcardDesensitizationQueryFeeInfo) SetFromRoleCode

type TmallServicecenterWorkcardDesensitizationQueryMasterTradeOrder

type TmallServicecenterWorkcardDesensitizationQueryMasterTradeOrder struct {
	/*
	   类目id     */
	CategoryId *int64 `json:"category_id,omitempty" `

	/*
	   spu id     */
	SpuId *int64 `json:"spu_id,omitempty" `

	/*
	   签收时间     */
	GmtArrival *util.LocalTime `json:"gmt_arrival,omitempty" `

	/*
	   品牌id     */
	BrandId *int64 `json:"brand_id,omitempty" `

	/*
	   预计签收时间     */
	GmtExpectArrival *util.LocalTime `json:"gmt_expect_arrival,omitempty" `

	/*
	   商家编码     */
	OuterIdSku *string `json:"outer_id_sku,omitempty" `

	/*
	   sku描述     */
	SkuDesc *string `json:"sku_desc,omitempty" `

	/*
	   价格。单位为分     */
	Price *int64 `json:"price,omitempty" `

	/*
	   卖家昵称     */
	SellerNick *string `json:"seller_nick,omitempty" `

	/*
	   店铺名     */
	ShopName *string `json:"shop_name,omitempty" `

	/*
	   sku id     */
	SkuId *int64 `json:"sku_id,omitempty" `

	/*
	   商品id     */
	AuctionId *int64 `json:"auction_id,omitempty" `

	/*
	   商品标题     */
	AuctionTitle *string `json:"auction_title,omitempty" `

	/*
	   商品额外属性     */
	Attributes *string `json:"attributes,omitempty" `

	/*
	   发货时间     */
	GmtShipped *util.LocalTime `json:"gmt_shipped,omitempty" `

	/*
	   付款时间     */
	GmtPay *util.LocalTime `json:"gmt_pay,omitempty" `

	/*
	   订单id     */
	OrderId *int64 `json:"order_id,omitempty" `

	/*
	   购买数量     */
	BuyAmount *int64 `json:"buy_amount,omitempty" `

	/*
	   商品编码     */
	OuterIdP *string `json:"outer_id_p,omitempty" `
}

func (*TmallServicecenterWorkcardDesensitizationQueryMasterTradeOrder) SetAttributes

func (*TmallServicecenterWorkcardDesensitizationQueryMasterTradeOrder) SetAuctionId

func (*TmallServicecenterWorkcardDesensitizationQueryMasterTradeOrder) SetAuctionTitle

func (*TmallServicecenterWorkcardDesensitizationQueryMasterTradeOrder) SetBrandId

func (*TmallServicecenterWorkcardDesensitizationQueryMasterTradeOrder) SetBuyAmount

func (*TmallServicecenterWorkcardDesensitizationQueryMasterTradeOrder) SetCategoryId

func (*TmallServicecenterWorkcardDesensitizationQueryMasterTradeOrder) SetGmtArrival

func (*TmallServicecenterWorkcardDesensitizationQueryMasterTradeOrder) SetGmtExpectArrival

func (*TmallServicecenterWorkcardDesensitizationQueryMasterTradeOrder) SetGmtPay

func (*TmallServicecenterWorkcardDesensitizationQueryMasterTradeOrder) SetGmtShipped

func (*TmallServicecenterWorkcardDesensitizationQueryMasterTradeOrder) SetOrderId

func (*TmallServicecenterWorkcardDesensitizationQueryMasterTradeOrder) SetOuterIdP

func (*TmallServicecenterWorkcardDesensitizationQueryMasterTradeOrder) SetOuterIdSku

func (*TmallServicecenterWorkcardDesensitizationQueryMasterTradeOrder) SetPrice

func (*TmallServicecenterWorkcardDesensitizationQueryMasterTradeOrder) SetSellerNick

func (*TmallServicecenterWorkcardDesensitizationQueryMasterTradeOrder) SetShopName

func (*TmallServicecenterWorkcardDesensitizationQueryMasterTradeOrder) SetSkuDesc

func (*TmallServicecenterWorkcardDesensitizationQueryMasterTradeOrder) SetSkuId

func (*TmallServicecenterWorkcardDesensitizationQueryMasterTradeOrder) SetSpuId

type TmallServicecenterWorkcardDesensitizationQueryPaged

type TmallServicecenterWorkcardDesensitizationQueryPaged struct {
	/*
	   工单列表     */
	DataList *[]TmallServicecenterWorkcardDesensitizationQueryWorkcardDTO `json:"data_list,omitempty" `

	/*
	   总页数     */
	TotalPageCount *int64 `json:"total_page_count,omitempty" `

	/*
	   总数     */
	TotalCount *int64 `json:"total_count,omitempty" `

	/*
	   每页大小     */
	PageSize *int64 `json:"page_size,omitempty" `
}

func (*TmallServicecenterWorkcardDesensitizationQueryPaged) SetPageSize

func (*TmallServicecenterWorkcardDesensitizationQueryPaged) SetTotalCount

func (*TmallServicecenterWorkcardDesensitizationQueryPaged) SetTotalPageCount

type TmallServicecenterWorkcardDesensitizationQueryResult

type TmallServicecenterWorkcardDesensitizationQueryResult struct {
	/*
	   分页数据     */
	ResultData *TmallServicecenterWorkcardDesensitizationQueryPaged `json:"result_data,omitempty" `

	/*
	   错误码     */
	MsgCode *string `json:"msg_code,omitempty" `

	/*
	   错误信息     */
	MsgInfo *string `json:"msg_info,omitempty" `

	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `
}

func (*TmallServicecenterWorkcardDesensitizationQueryResult) SetMsgCode

func (*TmallServicecenterWorkcardDesensitizationQueryResult) SetMsgInfo

func (*TmallServicecenterWorkcardDesensitizationQueryResult) SetSuccess

type TmallServicecenterWorkcardDesensitizationQueryServiceDefinition

type TmallServicecenterWorkcardDesensitizationQueryServiceDefinition struct {
	/*
	   业务类型     */
	BizCode *string `json:"biz_code,omitempty" `

	/*
	   服务类型     */
	ServiceCode *string `json:"service_code,omitempty" `
}

func (*TmallServicecenterWorkcardDesensitizationQueryServiceDefinition) SetBizCode

func (*TmallServicecenterWorkcardDesensitizationQueryServiceDefinition) SetServiceCode

type TmallServicecenterWorkcardDesensitizationQueryServiceProvider

type TmallServicecenterWorkcardDesensitizationQueryServiceProvider struct {
	/*
	   服务商昵称     */
	TpNick *string `json:"tp_nick,omitempty" `

	/*
	   服务商id     */
	TpId *int64 `json:"tp_id,omitempty" `

	/*
	   工人手机号     */
	WorkerMobile *string `json:"worker_mobile,omitempty" `

	/*
	   门店/网点编码     */
	ServiceStoreCode *string `json:"service_store_code,omitempty" `

	/*
	   工人姓名     */
	WorkerName *string `json:"worker_name,omitempty" `

	/*
	   工人id     */
	WorkerId *int64 `json:"worker_id,omitempty" `

	/*
	   门店/网点id     */
	ServiceStoreId *int64 `json:"service_store_id,omitempty" `

	/*
	   门店/网点名称     */
	ServiceStoreName *string `json:"service_store_name,omitempty" `
}

func (*TmallServicecenterWorkcardDesensitizationQueryServiceProvider) SetServiceStoreCode

func (*TmallServicecenterWorkcardDesensitizationQueryServiceProvider) SetServiceStoreId

func (*TmallServicecenterWorkcardDesensitizationQueryServiceProvider) SetServiceStoreName

func (*TmallServicecenterWorkcardDesensitizationQueryServiceProvider) SetTpId

func (*TmallServicecenterWorkcardDesensitizationQueryServiceProvider) SetTpNick

func (*TmallServicecenterWorkcardDesensitizationQueryServiceProvider) SetWorkerId

func (*TmallServicecenterWorkcardDesensitizationQueryServiceProvider) SetWorkerMobile

func (*TmallServicecenterWorkcardDesensitizationQueryServiceProvider) SetWorkerName

type TmallServicecenterWorkcardDesensitizationQueryServiceTradeOrder

type TmallServicecenterWorkcardDesensitizationQueryServiceTradeOrder struct {
	/*
	   服务商品的类目     */
	CategoryId *int64 `json:"category_id,omitempty" `

	/*
	   服务商品的商家编码     */
	OuterIdSku *string `json:"outer_id_sku,omitempty" `

	/*
	   服务商品的sku描述     */
	SkuDesc *string `json:"sku_desc,omitempty" `

	/*
	   服务商品的卖家昵称     */
	SellerNick *string `json:"seller_nick,omitempty" `

	/*
	   服务商品的店铺名     */
	ShopName *string `json:"shop_name,omitempty" `

	/*
	   服务商品的sku id     */
	SkuId *int64 `json:"sku_id,omitempty" `

	/*
	   服务商品的id     */
	AuctionId *int64 `json:"auction_id,omitempty" `

	/*
	   服务商品的标题     */
	AuctionTitle *string `json:"auction_title,omitempty" `

	/*
	   服务商品额外属性     */
	Attributes *string `json:"attributes,omitempty" `

	/*
	   付款时间     */
	GmtPay *util.LocalTime `json:"gmt_pay,omitempty" `

	/*
	   服务商品的采购价。单位为分     */
	PurchasePriceUnit *int64 `json:"purchase_price_unit,omitempty" `

	/*
	   订单id     */
	OrderId *int64 `json:"order_id,omitempty" `

	/*
	   购买数量     */
	BuyAmount *int64 `json:"buy_amount,omitempty" `

	/*
	   商品图片     */
	AuctionPic *string `json:"auction_pic,omitempty" `
}

func (*TmallServicecenterWorkcardDesensitizationQueryServiceTradeOrder) SetAttributes

func (*TmallServicecenterWorkcardDesensitizationQueryServiceTradeOrder) SetAuctionId

func (*TmallServicecenterWorkcardDesensitizationQueryServiceTradeOrder) SetAuctionPic

func (*TmallServicecenterWorkcardDesensitizationQueryServiceTradeOrder) SetAuctionTitle

func (*TmallServicecenterWorkcardDesensitizationQueryServiceTradeOrder) SetBuyAmount

func (*TmallServicecenterWorkcardDesensitizationQueryServiceTradeOrder) SetCategoryId

func (*TmallServicecenterWorkcardDesensitizationQueryServiceTradeOrder) SetGmtPay

func (*TmallServicecenterWorkcardDesensitizationQueryServiceTradeOrder) SetOrderId

func (*TmallServicecenterWorkcardDesensitizationQueryServiceTradeOrder) SetOuterIdSku

func (*TmallServicecenterWorkcardDesensitizationQueryServiceTradeOrder) SetPurchasePriceUnit

func (*TmallServicecenterWorkcardDesensitizationQueryServiceTradeOrder) SetSellerNick

func (*TmallServicecenterWorkcardDesensitizationQueryServiceTradeOrder) SetShopName

func (*TmallServicecenterWorkcardDesensitizationQueryServiceTradeOrder) SetSkuDesc

func (*TmallServicecenterWorkcardDesensitizationQueryServiceTradeOrder) SetSkuId

type TmallServicecenterWorkcardDesensitizationQueryWorkcardDTO

type TmallServicecenterWorkcardDesensitizationQueryWorkcardDTO struct {
	/*
	   额外属性     */
	Attributes *string `json:"attributes,omitempty" `

	/*
	   签到时间     */
	GmtSignIn *util.LocalTime `json:"gmt_sign_in,omitempty" `

	/*
	   使用次数     */
	UsedServiceCount *int64 `json:"used_service_count,omitempty" `

	/*
	   服务订单数据     */
	ServiceTradeOrder *TmallServicecenterWorkcardDesensitizationQueryServiceTradeOrder `json:"service_trade_order,omitempty" `

	/*
	   预约结束时间     */
	GmtReserveEnd *util.LocalTime `json:"gmt_reserve_end,omitempty" `

	/*
	   修改时间     */
	GmtModify *util.LocalTime `json:"gmt_modify,omitempty" `

	/*
	   工单服务总次数     */
	ServiceCount *int64 `json:"service_count,omitempty" `

	/*
	   取消时间     */
	GmtCancel *util.LocalTime `json:"gmt_cancel,omitempty" `

	/*
	   工单状态编码     */
	StatusCode *string `json:"status_code,omitempty" `

	/*
	   工单id     */
	Id *int64 `json:"id,omitempty" `

	/*
	   预约失败描述     */
	ReserveFailDesc *string `json:"reserve_fail_desc,omitempty" `

	/*
	   剩余次数     */
	LeftServiceCount *int64 `json:"left_service_count,omitempty" `

	/*
	   主订单号     */
	ParentBizOrderId *int64 `json:"parent_biz_order_id,omitempty" `

	/*
	   预约失败编码     */
	ReserveFailCode *int64 `json:"reserve_fail_code,omitempty" `

	/*
	   买家信息     */
	Buyer *TmallServicecenterWorkcardDesensitizationQueryBuyer `json:"buyer,omitempty" `

	/*
	   服务提供者     */
	ServiceProvider *TmallServicecenterWorkcardDesensitizationQueryServiceProvider `json:"service_provider,omitempty" `

	/*
	   服务履约类型     */
	FulfilTypeCode *string `json:"fulfil_type_code,omitempty" `

	/*
	   核销时间     */
	GmtIdentify *util.LocalTime `json:"gmt_identify,omitempty" `

	/*
	   创建时间     */
	GmtCreate *util.LocalTime `json:"gmt_create,omitempty" `

	/*
	   预约时间开始     */
	GmtReserveStart *util.LocalTime `json:"gmt_reserve_start,omitempty" `

	/*
	   实物订单信息     */
	MasterTradeOrder *TmallServicecenterWorkcardDesensitizationQueryMasterTradeOrder `json:"master_trade_order,omitempty" `

	/*
	   服务定义     */
	ServiceDefinition *TmallServicecenterWorkcardDesensitizationQueryServiceDefinition `json:"service_definition,omitempty" `

	/*
	   买家期望服务时间     */
	BuyerExpectDate *util.LocalTime `json:"buyer_expect_date,omitempty" `

	/*
	   费用信息     */
	FeeList *[]TmallServicecenterWorkcardDesensitizationQueryFeeInfo `json:"fee_list,omitempty" `

	/*
	   核销/工单完结请求中直接带回该字段     */
	Sequence *int64 `json:"sequence,omitempty" `

	/*
	   服务单id     */
	SpServiceOrderId *int64 `json:"sp_service_order_id,omitempty" `
}

func (*TmallServicecenterWorkcardDesensitizationQueryWorkcardDTO) SetAttributes

func (*TmallServicecenterWorkcardDesensitizationQueryWorkcardDTO) SetBuyerExpectDate

func (*TmallServicecenterWorkcardDesensitizationQueryWorkcardDTO) SetFulfilTypeCode

func (*TmallServicecenterWorkcardDesensitizationQueryWorkcardDTO) SetGmtCancel

func (*TmallServicecenterWorkcardDesensitizationQueryWorkcardDTO) SetGmtCreate

func (*TmallServicecenterWorkcardDesensitizationQueryWorkcardDTO) SetGmtIdentify

func (*TmallServicecenterWorkcardDesensitizationQueryWorkcardDTO) SetGmtModify

func (*TmallServicecenterWorkcardDesensitizationQueryWorkcardDTO) SetGmtReserveEnd

func (*TmallServicecenterWorkcardDesensitizationQueryWorkcardDTO) SetGmtReserveStart

func (*TmallServicecenterWorkcardDesensitizationQueryWorkcardDTO) SetGmtSignIn

func (*TmallServicecenterWorkcardDesensitizationQueryWorkcardDTO) SetId

func (*TmallServicecenterWorkcardDesensitizationQueryWorkcardDTO) SetLeftServiceCount

func (*TmallServicecenterWorkcardDesensitizationQueryWorkcardDTO) SetParentBizOrderId

func (*TmallServicecenterWorkcardDesensitizationQueryWorkcardDTO) SetReserveFailCode

func (*TmallServicecenterWorkcardDesensitizationQueryWorkcardDTO) SetReserveFailDesc

func (*TmallServicecenterWorkcardDesensitizationQueryWorkcardDTO) SetSequence

func (*TmallServicecenterWorkcardDesensitizationQueryWorkcardDTO) SetServiceCount

func (*TmallServicecenterWorkcardDesensitizationQueryWorkcardDTO) SetSpServiceOrderId

func (*TmallServicecenterWorkcardDesensitizationQueryWorkcardDTO) SetStatusCode

func (*TmallServicecenterWorkcardDesensitizationQueryWorkcardDTO) SetUsedServiceCount

type TmallServicecenterWorkcardEvaluateResult

type TmallServicecenterWorkcardEvaluateResult struct {
	/*
	   错误信息     */
	MsgInfo *string `json:"msg_info,omitempty" `

	/*
	   错误码     */
	MsgCode *string `json:"msg_code,omitempty" `

	/*
	   是否调用成功     */
	Success *bool `json:"success,omitempty" `
}

func (*TmallServicecenterWorkcardEvaluateResult) SetMsgCode

func (*TmallServicecenterWorkcardEvaluateResult) SetMsgInfo

func (*TmallServicecenterWorkcardEvaluateResult) SetSuccess

type TmallServicecenterWorkcardExpressorderConsignExpressDto

type TmallServicecenterWorkcardExpressorderConsignExpressDto struct {
	/*
	   取件员名称     */
	CourierName *string `json:"courier_name,omitempty" `

	/*
	   取件员手机号码     */
	CourierMobile *string `json:"courier_mobile,omitempty" `
}

func (*TmallServicecenterWorkcardExpressorderConsignExpressDto) SetCourierMobile

func (*TmallServicecenterWorkcardExpressorderConsignExpressDto) SetCourierName

type TmallServicecenterWorkcardExpressorderConsignFulfilplatformResult

type TmallServicecenterWorkcardExpressorderConsignFulfilplatformResult struct {
	/*
	   返回对象信息     */
	ResultData *TmallServicecenterWorkcardExpressorderConsignExpressDto `json:"result_data,omitempty" `

	/*
	   处理结果 true 成功 false 失败     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误表述     */
	MsgInfo *string `json:"msg_info,omitempty" `

	/*
	   错误码     */
	MsgCode *string `json:"msg_code,omitempty" `
}

func (*TmallServicecenterWorkcardExpressorderConsignFulfilplatformResult) SetMsgCode

func (*TmallServicecenterWorkcardExpressorderConsignFulfilplatformResult) SetMsgInfo

func (*TmallServicecenterWorkcardExpressorderConsignFulfilplatformResult) SetSuccess

type TmallServicecenterWorkcardExpressorderCreateExpressDto

type TmallServicecenterWorkcardExpressorderCreateExpressDto struct {
	/*
	   寄件单号(废弃)     */
	ExpressOrderId *string `json:"express_order_id,omitempty" `

	/*
	   快递单号     */
	MailNo *string `json:"mail_no,omitempty" `

	/*
	   物流服务商账号名称     */
	CompanyName *string `json:"company_name,omitempty" `

	/*
	   打印免单信息     */
	PrintInfo *string `json:"print_info,omitempty" `

	/*
	   物流订单号     */
	LogisticsOrderId *int64 `json:"logistics_order_id,omitempty" `

	/*
	   物流商账号ID((ERP服务商依据不同的账号ID,走不同的物流系统对接方式))     */
	LogisticsTpId *int64 `json:"logistics_tp_id,omitempty" `
}

func (*TmallServicecenterWorkcardExpressorderCreateExpressDto) SetCompanyName

func (*TmallServicecenterWorkcardExpressorderCreateExpressDto) SetExpressOrderId

func (*TmallServicecenterWorkcardExpressorderCreateExpressDto) SetLogisticsOrderId

func (*TmallServicecenterWorkcardExpressorderCreateExpressDto) SetLogisticsTpId

func (*TmallServicecenterWorkcardExpressorderCreateExpressDto) SetMailNo

func (*TmallServicecenterWorkcardExpressorderCreateExpressDto) SetPrintInfo

type TmallServicecenterWorkcardExpressorderCreateFulfilplatformResult

type TmallServicecenterWorkcardExpressorderCreateFulfilplatformResult struct {
	/*
	   返回信息     */
	ResultData *TmallServicecenterWorkcardExpressorderCreateExpressDto `json:"result_data,omitempty" `

	/*
	   错误描述     */
	MsgInfo *string `json:"msg_info,omitempty" `

	/*
	   错误码     */
	MsgCode *string `json:"msg_code,omitempty" `

	/*
	   true 成功  false  失败     */
	Success *bool `json:"success,omitempty" `
}

func (*TmallServicecenterWorkcardExpressorderCreateFulfilplatformResult) SetMsgCode

func (*TmallServicecenterWorkcardExpressorderCreateFulfilplatformResult) SetMsgInfo

func (*TmallServicecenterWorkcardExpressorderCreateFulfilplatformResult) SetSuccess

type TmallServicecenterWorkcardExtrachargeCreateFulfilplatformResult

type TmallServicecenterWorkcardExtrachargeCreateFulfilplatformResult struct {
	/*
	   是否成功     */
	Success *string `json:"success,omitempty" `

	/*
	   响应码     */
	MsgInfo *string `json:"msg_info,omitempty" `

	/*
	   响应信息     */
	MsgCode *string `json:"msg_code,omitempty" `
}

func (*TmallServicecenterWorkcardExtrachargeCreateFulfilplatformResult) SetMsgCode

func (*TmallServicecenterWorkcardExtrachargeCreateFulfilplatformResult) SetMsgInfo

func (*TmallServicecenterWorkcardExtrachargeCreateFulfilplatformResult) SetSuccess

type TmallServicecenterWorkcardExtrachargeCreateWorkcardExtraChargeCreateTuple

type TmallServicecenterWorkcardExtrachargeCreateWorkcardExtraChargeCreateTuple struct {
	/*
	   费用项单价(分)     */
	UnitPrice *int64 `json:"unit_price,omitempty" `

	/*
	   购买数量     */
	BuyAmount *int64 `json:"buy_amount,omitempty" `

	/*
	   费用项名称     */
	ChargeItemName *string `json:"charge_item_name,omitempty" `

	/*
	   图片地址回传集合     */
	PicUrls *[]string `json:"pic_urls,omitempty" `

	/*
	   扩展字段     */
	Attributes *string `json:"attributes,omitempty" `
}

func (*TmallServicecenterWorkcardExtrachargeCreateWorkcardExtraChargeCreateTuple) SetAttributes

func (*TmallServicecenterWorkcardExtrachargeCreateWorkcardExtraChargeCreateTuple) SetBuyAmount

func (*TmallServicecenterWorkcardExtrachargeCreateWorkcardExtraChargeCreateTuple) SetChargeItemName

func (*TmallServicecenterWorkcardExtrachargeCreateWorkcardExtraChargeCreateTuple) SetPicUrls

func (*TmallServicecenterWorkcardExtrachargeCreateWorkcardExtraChargeCreateTuple) SetUnitPrice

type TmallServicecenterWorkcardLogisticsinfoCreateCreateLogisticsOrderRequest

type TmallServicecenterWorkcardLogisticsinfoCreateCreateLogisticsOrderRequest struct {
	/*
	   外部单据id     */
	OuterId *string `json:"outer_id,omitempty" `

	/*
	   STAGE1:一阶段物流 STAGE2:二阶段物流     */
	Type *string `json:"type,omitempty" `

	/*
	   逗号分隔的工单id列表     */
	WorkcardIds *string `json:"workcard_ids,omitempty" `

	/*
	   快递单号     */
	MailNo *string `json:"mail_no,omitempty" `

	/*
	   快递公司     */
	CompanyName *string `json:"company_name,omitempty" `

	/*
	   目的地四级地址编码     */
	ToAddressLocation *string `json:"to_address_location,omitempty" `

	/*
	   目的地详细地址     */
	ToAddressDetail *string `json:"to_address_detail,omitempty" `

	/*
	   取件四级地址编码     */
	FromAddressLocation *string `json:"from_address_location,omitempty" `

	/*
	   取件详细地址     */
	FromAddressDetail *string `json:"from_address_detail,omitempty" `
}

func (*TmallServicecenterWorkcardLogisticsinfoCreateCreateLogisticsOrderRequest) SetCompanyName

func (*TmallServicecenterWorkcardLogisticsinfoCreateCreateLogisticsOrderRequest) SetFromAddressDetail

func (*TmallServicecenterWorkcardLogisticsinfoCreateCreateLogisticsOrderRequest) SetFromAddressLocation

func (*TmallServicecenterWorkcardLogisticsinfoCreateCreateLogisticsOrderRequest) SetMailNo

func (*TmallServicecenterWorkcardLogisticsinfoCreateCreateLogisticsOrderRequest) SetOuterId

func (*TmallServicecenterWorkcardLogisticsinfoCreateCreateLogisticsOrderRequest) SetToAddressDetail

func (*TmallServicecenterWorkcardLogisticsinfoCreateCreateLogisticsOrderRequest) SetToAddressLocation

func (*TmallServicecenterWorkcardLogisticsinfoCreateCreateLogisticsOrderRequest) SetType

func (*TmallServicecenterWorkcardLogisticsinfoCreateCreateLogisticsOrderRequest) SetWorkcardIds

type TmallServicecenterWorkcardLogisticsorderQueryCustomerInfo

type TmallServicecenterWorkcardLogisticsorderQueryCustomerInfo struct {
	/*
	   寄件人名称     */
	AccountNick *string `json:"account_nick,omitempty" `

	/*
	   寄件人手机号码     */
	Phone *string `json:"phone,omitempty" `

	/*
	   寄件地址     */
	FullAddress *string `json:"full_address,omitempty" `
}

func (*TmallServicecenterWorkcardLogisticsorderQueryCustomerInfo) SetAccountNick

func (*TmallServicecenterWorkcardLogisticsorderQueryCustomerInfo) SetFullAddress

func (*TmallServicecenterWorkcardLogisticsorderQueryCustomerInfo) SetPhone

type TmallServicecenterWorkcardLogisticsorderQueryExpressDto

type TmallServicecenterWorkcardLogisticsorderQueryExpressDto struct {
	/*
	   物品信息明细 字符串格式为:json 串 例子: [{ "name": "大衣,毛衣", "count": 1 }, { "name": "裤子", "count": 2 }]     */
	GoodsInfo *string `json:"goods_info,omitempty" `

	/*
	   子物流单号     */
	SubMailNos *[]string `json:"sub_mail_nos,omitempty" `

	/*
	   物流单号     */
	MailNo *string `json:"mail_no,omitempty" `

	/*
	   寄件人信息     */
	Sender *TmallServicecenterWorkcardLogisticsorderQueryCustomerInfo `json:"sender,omitempty" `

	/*
	   收件人信息     */
	Receiver *TmallServicecenterWorkcardLogisticsorderQueryCustomerInfo `json:"receiver,omitempty" `

	/*
	   物流单号     */
	LogisticsOrderId *int64 `json:"logistics_order_id,omitempty" `

	/*
	   预约开始时间     */
	ReserveEndTime *util.LocalTime `json:"reserve_end_time,omitempty" `

	/*
	   预约结束时间     */
	ReserveStartTime *util.LocalTime `json:"reserve_start_time,omitempty" `

	/*
	   物流创建 :create 物流取消 :cancel 分派小件员:assign 已经分派小件员: assigned 包裹上门揽收: pickup_door 包裹已揽收完成: pickup_finished 包裹派送中: dispatching 包裹已签收: signed     */
	StatusCode *string `json:"status_code,omitempty" `

	/*
	   luxury(奢饰商品)/common(普通商品)     */
	GoodsType *string `json:"goods_type,omitempty" `

	/*
	   增值服务需求     */
	ValueAddedServiceDemand *string `json:"value_added_service_demand,omitempty" `

	/*
	   扩展属性     */
	ExtendInfo *string `json:"extend_info,omitempty" `
}

func (*TmallServicecenterWorkcardLogisticsorderQueryExpressDto) SetExtendInfo

func (*TmallServicecenterWorkcardLogisticsorderQueryExpressDto) SetGoodsInfo

func (*TmallServicecenterWorkcardLogisticsorderQueryExpressDto) SetGoodsType

func (*TmallServicecenterWorkcardLogisticsorderQueryExpressDto) SetLogisticsOrderId

func (*TmallServicecenterWorkcardLogisticsorderQueryExpressDto) SetMailNo

func (*TmallServicecenterWorkcardLogisticsorderQueryExpressDto) SetReserveEndTime

func (*TmallServicecenterWorkcardLogisticsorderQueryExpressDto) SetReserveStartTime

func (*TmallServicecenterWorkcardLogisticsorderQueryExpressDto) SetStatusCode

func (*TmallServicecenterWorkcardLogisticsorderQueryExpressDto) SetSubMailNos

func (*TmallServicecenterWorkcardLogisticsorderQueryExpressDto) SetValueAddedServiceDemand

type TmallServicecenterWorkcardLogisticsorderQueryFulfilplatformResult

type TmallServicecenterWorkcardLogisticsorderQueryFulfilplatformResult struct {
	/*
	   物流信息     */
	ResultData *TmallServicecenterWorkcardLogisticsorderQueryExpressDto `json:"result_data,omitempty" `

	/*
	   结果 true /false     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误信息     */
	DisplayMsg *string `json:"display_msg,omitempty" `

	/*
	   物流类型 消费者--> 商家 STAGE1;商家--->消费者  STAGE2     */
	StageType *string `json:"stage_type,omitempty" `
}

func (*TmallServicecenterWorkcardLogisticsorderQueryFulfilplatformResult) SetDisplayMsg

func (*TmallServicecenterWorkcardLogisticsorderQueryFulfilplatformResult) SetStageType

func (*TmallServicecenterWorkcardLogisticsorderQueryFulfilplatformResult) SetSuccess

type TmallServicecenterWorkcardLogisticsorderTpcancelFulfilplatformResult

type TmallServicecenterWorkcardLogisticsorderTpcancelFulfilplatformResult struct {
	/*
	   失败原因     */
	DisplayMsg *string `json:"display_msg,omitempty" `

	/*
	   错误码     */
	MsgCode *string `json:"msg_code,omitempty" `

	/*
	   true 成功,false 失败     */
	Success *bool `json:"success,omitempty" `
}

func (*TmallServicecenterWorkcardLogisticsorderTpcancelFulfilplatformResult) SetDisplayMsg

func (*TmallServicecenterWorkcardLogisticsorderTpcancelFulfilplatformResult) SetMsgCode

func (*TmallServicecenterWorkcardLogisticsorderTpcancelFulfilplatformResult) SetSuccess

type TmallServicecenterWorkcardLogisticsorderUpdateFulfilplatformResult

type TmallServicecenterWorkcardLogisticsorderUpdateFulfilplatformResult struct {
	/*
	   错误描述信息     */
	DisplayMsg *string `json:"display_msg,omitempty" `

	/*
	   错误码     */
	MsgCode *string `json:"msg_code,omitempty" `

	/*
	   true 成功  false  失败     */
	Success *bool `json:"success,omitempty" `
}

func (*TmallServicecenterWorkcardLogisticsorderUpdateFulfilplatformResult) SetDisplayMsg

func (*TmallServicecenterWorkcardLogisticsorderUpdateFulfilplatformResult) SetMsgCode

func (*TmallServicecenterWorkcardLogisticsorderUpdateFulfilplatformResult) SetSuccess

type TmallServicecenterWorkcardQueryBuyer

type TmallServicecenterWorkcardQueryBuyer struct {
	/*
	   座机     */
	Phone *string `json:"phone,omitempty" `

	/*
	   二级地址     */
	AddressCity *string `json:"address_city,omitempty" `

	/*
	   地址编码     */
	Location *int64 `json:"location,omitempty" `

	/*
	   三级地址     */
	AddressDistrict *string `json:"address_district,omitempty" `

	/*
	   详细地址     */
	AddressDetail *string `json:"address_detail,omitempty" `

	/*
	   姓名     */
	BuyerName *string `json:"buyer_name,omitempty" `

	/*
	   邮箱     */
	Email *string `json:"email,omitempty" `

	/*
	   拼装好的地址     */
	Address *string `json:"address,omitempty" `

	/*
	   邮编     */
	ZipCode *string `json:"zip_code,omitempty" `

	/*
	   买家昵称     */
	BuyerNick *string `json:"buyer_nick,omitempty" `

	/*
	   四级地址     */
	AddressTown *string `json:"address_town,omitempty" `

	/*
	   一级地址     */
	AddressProvince *string `json:"address_province,omitempty" `

	/*
	   手机号     */
	Mobile *string `json:"mobile,omitempty" `

	/*
	   open_uid     */
	OpenUid *string `json:"open_uid,omitempty" `
}

func (*TmallServicecenterWorkcardQueryBuyer) SetAddress

func (*TmallServicecenterWorkcardQueryBuyer) SetAddressCity

func (*TmallServicecenterWorkcardQueryBuyer) SetAddressDetail

func (*TmallServicecenterWorkcardQueryBuyer) SetAddressDistrict

func (*TmallServicecenterWorkcardQueryBuyer) SetAddressProvince

func (*TmallServicecenterWorkcardQueryBuyer) SetAddressTown

func (*TmallServicecenterWorkcardQueryBuyer) SetBuyerName

func (*TmallServicecenterWorkcardQueryBuyer) SetBuyerNick

func (*TmallServicecenterWorkcardQueryBuyer) SetEmail

func (*TmallServicecenterWorkcardQueryBuyer) SetLocation

func (*TmallServicecenterWorkcardQueryBuyer) SetMobile

func (*TmallServicecenterWorkcardQueryBuyer) SetOpenUid

func (*TmallServicecenterWorkcardQueryBuyer) SetPhone

func (*TmallServicecenterWorkcardQueryBuyer) SetZipCode

type TmallServicecenterWorkcardQueryFeeInfo

type TmallServicecenterWorkcardQueryFeeInfo struct {
	/*
	   费用信息     */
	FromRoleCode *string `json:"from_role_code,omitempty" `

	/*
	   费用信息     */
	Amount *int64 `json:"amount,omitempty" `
}

func (*TmallServicecenterWorkcardQueryFeeInfo) SetAmount

func (*TmallServicecenterWorkcardQueryFeeInfo) SetFromRoleCode

type TmallServicecenterWorkcardQueryMasterTradeOrder

type TmallServicecenterWorkcardQueryMasterTradeOrder struct {
	/*
	   类目id     */
	CategoryId *int64 `json:"category_id,omitempty" `

	/*
	   spu id     */
	SpuId *int64 `json:"spu_id,omitempty" `

	/*
	   签收时间     */
	GmtArrival *util.LocalTime `json:"gmt_arrival,omitempty" `

	/*
	   品牌id     */
	BrandId *int64 `json:"brand_id,omitempty" `

	/*
	   预计签收时间     */
	GmtExpectArrival *util.LocalTime `json:"gmt_expect_arrival,omitempty" `

	/*
	   商家编码     */
	OuterIdSku *string `json:"outer_id_sku,omitempty" `

	/*
	   sku描述     */
	SkuDesc *string `json:"sku_desc,omitempty" `

	/*
	   价格。单位为分     */
	Price *int64 `json:"price,omitempty" `

	/*
	   卖家昵称     */
	SellerNick *string `json:"seller_nick,omitempty" `

	/*
	   店铺名     */
	ShopName *string `json:"shop_name,omitempty" `

	/*
	   sku id     */
	SkuId *int64 `json:"sku_id,omitempty" `

	/*
	   商品id     */
	AuctionId *int64 `json:"auction_id,omitempty" `

	/*
	   商品标题     */
	AuctionTitle *string `json:"auction_title,omitempty" `

	/*
	   商品额外属性     */
	Attributes *string `json:"attributes,omitempty" `

	/*
	   发货时间     */
	GmtShipped *util.LocalTime `json:"gmt_shipped,omitempty" `

	/*
	   付款时间     */
	GmtPay *util.LocalTime `json:"gmt_pay,omitempty" `

	/*
	   订单id     */
	OrderId *int64 `json:"order_id,omitempty" `

	/*
	   购买数量     */
	BuyAmount *int64 `json:"buy_amount,omitempty" `

	/*
	   商品编码     */
	OuterIdP *string `json:"outer_id_p,omitempty" `

	/*
	   实物主订单号     */
	ParentOrderId *int64 `json:"parent_order_id,omitempty" `
}

func (*TmallServicecenterWorkcardQueryMasterTradeOrder) SetAttributes

func (*TmallServicecenterWorkcardQueryMasterTradeOrder) SetAuctionId

func (*TmallServicecenterWorkcardQueryMasterTradeOrder) SetAuctionTitle

func (*TmallServicecenterWorkcardQueryMasterTradeOrder) SetBrandId

func (*TmallServicecenterWorkcardQueryMasterTradeOrder) SetBuyAmount

func (*TmallServicecenterWorkcardQueryMasterTradeOrder) SetCategoryId

func (*TmallServicecenterWorkcardQueryMasterTradeOrder) SetGmtArrival

func (*TmallServicecenterWorkcardQueryMasterTradeOrder) SetGmtExpectArrival

func (*TmallServicecenterWorkcardQueryMasterTradeOrder) SetGmtPay

func (*TmallServicecenterWorkcardQueryMasterTradeOrder) SetGmtShipped

func (*TmallServicecenterWorkcardQueryMasterTradeOrder) SetOrderId

func (*TmallServicecenterWorkcardQueryMasterTradeOrder) SetOuterIdP

func (*TmallServicecenterWorkcardQueryMasterTradeOrder) SetOuterIdSku

func (*TmallServicecenterWorkcardQueryMasterTradeOrder) SetParentOrderId

func (*TmallServicecenterWorkcardQueryMasterTradeOrder) SetPrice

func (*TmallServicecenterWorkcardQueryMasterTradeOrder) SetSellerNick

func (*TmallServicecenterWorkcardQueryMasterTradeOrder) SetShopName

func (*TmallServicecenterWorkcardQueryMasterTradeOrder) SetSkuDesc

func (*TmallServicecenterWorkcardQueryMasterTradeOrder) SetSkuId

func (*TmallServicecenterWorkcardQueryMasterTradeOrder) SetSpuId

type TmallServicecenterWorkcardQueryMemoDTO

type TmallServicecenterWorkcardQueryMemoDTO struct {
	/*
	   备注内容     */
	Content *string `json:"content,omitempty" `

	/*
	   备注创建时间     */
	Time *util.LocalTime `json:"time,omitempty" `
}

func (*TmallServicecenterWorkcardQueryMemoDTO) SetContent

func (*TmallServicecenterWorkcardQueryMemoDTO) SetTime

type TmallServicecenterWorkcardQueryPaged

type TmallServicecenterWorkcardQueryPaged struct {
	/*
	   工单列表     */
	DataList *[]TmallServicecenterWorkcardQueryWorkcardDTO `json:"data_list,omitempty" `

	/*
	   总页数     */
	TotalPageCount *int64 `json:"total_page_count,omitempty" `

	/*
	   总数     */
	TotalCount *int64 `json:"total_count,omitempty" `

	/*
	   每页大小     */
	PageSize *int64 `json:"page_size,omitempty" `
}

func (*TmallServicecenterWorkcardQueryPaged) SetPageSize

func (*TmallServicecenterWorkcardQueryPaged) SetTotalCount

func (*TmallServicecenterWorkcardQueryPaged) SetTotalPageCount

type TmallServicecenterWorkcardQueryResult

type TmallServicecenterWorkcardQueryResult struct {
	/*
	   分页数据     */
	ResultData *TmallServicecenterWorkcardQueryPaged `json:"result_data,omitempty" `

	/*
	   错误码     */
	MsgCode *string `json:"msg_code,omitempty" `

	/*
	   错误信息     */
	MsgInfo *string `json:"msg_info,omitempty" `

	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `
}

func (*TmallServicecenterWorkcardQueryResult) SetMsgCode

func (*TmallServicecenterWorkcardQueryResult) SetMsgInfo

func (*TmallServicecenterWorkcardQueryResult) SetSuccess

type TmallServicecenterWorkcardQueryServiceDefinition

type TmallServicecenterWorkcardQueryServiceDefinition struct {
	/*
	   业务类型     */
	BizCode *string `json:"biz_code,omitempty" `

	/*
	   服务类型     */
	ServiceCode *string `json:"service_code,omitempty" `
}

func (*TmallServicecenterWorkcardQueryServiceDefinition) SetBizCode

func (*TmallServicecenterWorkcardQueryServiceDefinition) SetServiceCode

type TmallServicecenterWorkcardQueryServiceProvider

type TmallServicecenterWorkcardQueryServiceProvider struct {
	/*
	   服务商昵称     */
	TpNick *string `json:"tp_nick,omitempty" `

	/*
	   服务商id     */
	TpId *int64 `json:"tp_id,omitempty" `

	/*
	   工人手机号     */
	WorkerMobile *string `json:"worker_mobile,omitempty" `

	/*
	   门店/网点编码     */
	ServiceStoreCode *string `json:"service_store_code,omitempty" `

	/*
	   工人姓名     */
	WorkerName *string `json:"worker_name,omitempty" `

	/*
	   工人id     */
	WorkerId *int64 `json:"worker_id,omitempty" `

	/*
	   门店/网点id     */
	ServiceStoreId *int64 `json:"service_store_id,omitempty" `

	/*
	   门店/网点名称     */
	ServiceStoreName *string `json:"service_store_name,omitempty" `
}

func (*TmallServicecenterWorkcardQueryServiceProvider) SetServiceStoreCode

func (*TmallServicecenterWorkcardQueryServiceProvider) SetServiceStoreId

func (*TmallServicecenterWorkcardQueryServiceProvider) SetServiceStoreName

func (*TmallServicecenterWorkcardQueryServiceProvider) SetTpId

func (*TmallServicecenterWorkcardQueryServiceProvider) SetTpNick

func (*TmallServicecenterWorkcardQueryServiceProvider) SetWorkerId

func (*TmallServicecenterWorkcardQueryServiceProvider) SetWorkerMobile

func (*TmallServicecenterWorkcardQueryServiceProvider) SetWorkerName

type TmallServicecenterWorkcardQueryServiceTradeOrder

type TmallServicecenterWorkcardQueryServiceTradeOrder struct {
	/*
	   服务商品的类目     */
	CategoryId *int64 `json:"category_id,omitempty" `

	/*
	   服务商品的商家编码     */
	OuterIdSku *string `json:"outer_id_sku,omitempty" `

	/*
	   服务商品的sku描述     */
	SkuDesc *string `json:"sku_desc,omitempty" `

	/*
	   服务商品的卖家昵称     */
	SellerNick *string `json:"seller_nick,omitempty" `

	/*
	   服务商品的店铺名     */
	ShopName *string `json:"shop_name,omitempty" `

	/*
	   服务商品的sku id     */
	SkuId *int64 `json:"sku_id,omitempty" `

	/*
	   服务商品的id     */
	AuctionId *int64 `json:"auction_id,omitempty" `

	/*
	   服务商品的标题     */
	AuctionTitle *string `json:"auction_title,omitempty" `

	/*
	   服务商品额外属性     */
	Attributes *string `json:"attributes,omitempty" `

	/*
	   付款时间     */
	GmtPay *util.LocalTime `json:"gmt_pay,omitempty" `

	/*
	   服务商品的采购价。单位为分     */
	PurchasePriceUnit *int64 `json:"purchase_price_unit,omitempty" `

	/*
	   订单id     */
	OrderId *int64 `json:"order_id,omitempty" `

	/*
	   购买数量     */
	BuyAmount *int64 `json:"buy_amount,omitempty" `

	/*
	   商品图片     */
	AuctionPic *string `json:"auction_pic,omitempty" `
}

func (*TmallServicecenterWorkcardQueryServiceTradeOrder) SetAttributes

func (*TmallServicecenterWorkcardQueryServiceTradeOrder) SetAuctionId

func (*TmallServicecenterWorkcardQueryServiceTradeOrder) SetAuctionPic

func (*TmallServicecenterWorkcardQueryServiceTradeOrder) SetAuctionTitle

func (*TmallServicecenterWorkcardQueryServiceTradeOrder) SetBuyAmount

func (*TmallServicecenterWorkcardQueryServiceTradeOrder) SetCategoryId

func (*TmallServicecenterWorkcardQueryServiceTradeOrder) SetGmtPay

func (*TmallServicecenterWorkcardQueryServiceTradeOrder) SetOrderId

func (*TmallServicecenterWorkcardQueryServiceTradeOrder) SetOuterIdSku

func (*TmallServicecenterWorkcardQueryServiceTradeOrder) SetPurchasePriceUnit

func (*TmallServicecenterWorkcardQueryServiceTradeOrder) SetSellerNick

func (*TmallServicecenterWorkcardQueryServiceTradeOrder) SetShopName

func (*TmallServicecenterWorkcardQueryServiceTradeOrder) SetSkuDesc

func (*TmallServicecenterWorkcardQueryServiceTradeOrder) SetSkuId

type TmallServicecenterWorkcardQueryWorkcardDTO

type TmallServicecenterWorkcardQueryWorkcardDTO struct {
	/*
	   额外属性     */
	Attributes *string `json:"attributes,omitempty" `

	/*
	   签到时间     */
	GmtSignIn *util.LocalTime `json:"gmt_sign_in,omitempty" `

	/*
	   使用次数     */
	UsedServiceCount *int64 `json:"used_service_count,omitempty" `

	/*
	   服务订单数据     */
	ServiceTradeOrder *TmallServicecenterWorkcardQueryServiceTradeOrder `json:"service_trade_order,omitempty" `

	/*
	   预约结束时间     */
	GmtReserveEnd *util.LocalTime `json:"gmt_reserve_end,omitempty" `

	/*
	   修改时间     */
	GmtModify *util.LocalTime `json:"gmt_modify,omitempty" `

	/*
	   工单服务总次数     */
	ServiceCount *int64 `json:"service_count,omitempty" `

	/*
	   取消时间     */
	GmtCancel *util.LocalTime `json:"gmt_cancel,omitempty" `

	/*
	   工单状态编码     */
	StatusCode *string `json:"status_code,omitempty" `

	/*
	   工单id     */
	Id *int64 `json:"id,omitempty" `

	/*
	   预约失败描述     */
	ReserveFailDesc *string `json:"reserve_fail_desc,omitempty" `

	/*
	   剩余次数     */
	LeftServiceCount *int64 `json:"left_service_count,omitempty" `

	/*
	   主订单号     */
	ParentBizOrderId *int64 `json:"parent_biz_order_id,omitempty" `

	/*
	   预约失败编码     */
	ReserveFailCode *int64 `json:"reserve_fail_code,omitempty" `

	/*
	   买家信息     */
	Buyer *TmallServicecenterWorkcardQueryBuyer `json:"buyer,omitempty" `

	/*
	   服务提供者     */
	ServiceProvider *TmallServicecenterWorkcardQueryServiceProvider `json:"service_provider,omitempty" `

	/*
	   服务履约类型     */
	FulfilTypeCode *string `json:"fulfil_type_code,omitempty" `

	/*
	   核销时间     */
	GmtIdentify *util.LocalTime `json:"gmt_identify,omitempty" `

	/*
	   创建时间     */
	GmtCreate *util.LocalTime `json:"gmt_create,omitempty" `

	/*
	   预约时间开始     */
	GmtReserveStart *util.LocalTime `json:"gmt_reserve_start,omitempty" `

	/*
	   实物订单信息     */
	MasterTradeOrder *TmallServicecenterWorkcardQueryMasterTradeOrder `json:"master_trade_order,omitempty" `

	/*
	   服务定义     */
	ServiceDefinition *TmallServicecenterWorkcardQueryServiceDefinition `json:"service_definition,omitempty" `

	/*
	   买家期望服务时间     */
	BuyerExpectDate *util.LocalTime `json:"buyer_expect_date,omitempty" `

	/*
	   费用信息     */
	FeeList *[]TmallServicecenterWorkcardQueryFeeInfo `json:"fee_list,omitempty" `

	/*
	   核销/工单完结请求中直接带回该字段     */
	Sequence *int64 `json:"sequence,omitempty" `

	/*
	   服务单id     */
	SpServiceOrderId *int64 `json:"sp_service_order_id,omitempty" `

	/*
	   工单备注     */
	MemoList *[]TmallServicecenterWorkcardQueryMemoDTO `json:"memo_list,omitempty" `

	/*
	   操作记录信息     */
	WorkcardOperationInfo *[]TmallServicecenterWorkcardQueryWorkcardOperationDTO `json:"workcard_operation_info,omitempty" `
}

func (*TmallServicecenterWorkcardQueryWorkcardDTO) SetAttributes

func (*TmallServicecenterWorkcardQueryWorkcardDTO) SetBuyerExpectDate

func (*TmallServicecenterWorkcardQueryWorkcardDTO) SetFulfilTypeCode

func (*TmallServicecenterWorkcardQueryWorkcardDTO) SetGmtCancel

func (*TmallServicecenterWorkcardQueryWorkcardDTO) SetGmtCreate

func (*TmallServicecenterWorkcardQueryWorkcardDTO) SetGmtIdentify

func (*TmallServicecenterWorkcardQueryWorkcardDTO) SetGmtModify

func (*TmallServicecenterWorkcardQueryWorkcardDTO) SetGmtReserveEnd

func (*TmallServicecenterWorkcardQueryWorkcardDTO) SetGmtReserveStart

func (*TmallServicecenterWorkcardQueryWorkcardDTO) SetGmtSignIn

func (*TmallServicecenterWorkcardQueryWorkcardDTO) SetId

func (*TmallServicecenterWorkcardQueryWorkcardDTO) SetLeftServiceCount

func (*TmallServicecenterWorkcardQueryWorkcardDTO) SetParentBizOrderId

func (*TmallServicecenterWorkcardQueryWorkcardDTO) SetReserveFailCode

func (*TmallServicecenterWorkcardQueryWorkcardDTO) SetReserveFailDesc

func (*TmallServicecenterWorkcardQueryWorkcardDTO) SetSequence

func (*TmallServicecenterWorkcardQueryWorkcardDTO) SetServiceCount

func (*TmallServicecenterWorkcardQueryWorkcardDTO) SetSpServiceOrderId

func (*TmallServicecenterWorkcardQueryWorkcardDTO) SetStatusCode

func (*TmallServicecenterWorkcardQueryWorkcardDTO) SetUsedServiceCount

type TmallServicecenterWorkcardQueryWorkcardOperationDTO

type TmallServicecenterWorkcardQueryWorkcardOperationDTO struct {
	/*
	   修改时间     */
	GmtModify *util.LocalTime `json:"gmt_modify,omitempty" `

	/*
	   操作属性扩展字段     */
	AttributeMap *string `json:"attribute_map,omitempty" `

	/*
	   创建时间     */
	GmtCreate *util.LocalTime `json:"gmt_create,omitempty" `

	/*
	   操作人     */
	Operator *string `json:"operator,omitempty" `

	/*
	   动作描述     */
	Action *string `json:"action,omitempty" `

	/*
	   操作人类型,1:买家,2:服务商,3:网点     */
	OperatorType *int64 `json:"operator_type,omitempty" `
}

func (*TmallServicecenterWorkcardQueryWorkcardOperationDTO) SetAction

func (*TmallServicecenterWorkcardQueryWorkcardOperationDTO) SetAttributeMap

func (*TmallServicecenterWorkcardQueryWorkcardOperationDTO) SetGmtCreate

func (*TmallServicecenterWorkcardQueryWorkcardOperationDTO) SetGmtModify

func (*TmallServicecenterWorkcardQueryWorkcardOperationDTO) SetOperator

func (*TmallServicecenterWorkcardQueryWorkcardOperationDTO) SetOperatorType

type TmallServicecenterWorkcardQuerybysellerMasterTradeOrder

type TmallServicecenterWorkcardQuerybysellerMasterTradeOrder struct {
	/*
	   商家编码     */
	OuterIdSku *string `json:"outer_id_sku,omitempty" `

	/*
	   sku描述     */
	SkuDesc *string `json:"sku_desc,omitempty" `

	/*
	   sku id     */
	SkuId *int64 `json:"sku_id,omitempty" `

	/*
	   商品编码     */
	OuterIdP *string `json:"outer_id_p,omitempty" `

	/*
	   主订单号     */
	ParentOrderId *int64 `json:"parent_order_id,omitempty" `

	/*
	   订单id     */
	OrderId *int64 `json:"order_id,omitempty" `

	/*
	   购买数量     */
	BuyAmount *int64 `json:"buy_amount,omitempty" `

	/*
	   商品价格     */
	Price *int64 `json:"price,omitempty" `
}

func (*TmallServicecenterWorkcardQuerybysellerMasterTradeOrder) SetBuyAmount

func (*TmallServicecenterWorkcardQuerybysellerMasterTradeOrder) SetOrderId

func (*TmallServicecenterWorkcardQuerybysellerMasterTradeOrder) SetOuterIdP

func (*TmallServicecenterWorkcardQuerybysellerMasterTradeOrder) SetOuterIdSku

func (*TmallServicecenterWorkcardQuerybysellerMasterTradeOrder) SetParentOrderId

func (*TmallServicecenterWorkcardQuerybysellerMasterTradeOrder) SetPrice

func (*TmallServicecenterWorkcardQuerybysellerMasterTradeOrder) SetSkuDesc

func (*TmallServicecenterWorkcardQuerybysellerMasterTradeOrder) SetSkuId

type TmallServicecenterWorkcardQuerybysellerPagedResult

type TmallServicecenterWorkcardQuerybysellerPagedResult struct {
	/*
	   工单列表     */
	DataList *[]TmallServicecenterWorkcardQuerybysellerWorkcard `json:"data_list,omitempty" `

	/*
	   总页数     */
	TotalPageCount *int64 `json:"total_page_count,omitempty" `

	/*
	   总数     */
	TotalCount *int64 `json:"total_count,omitempty" `

	/*
	   每页大小     */
	PageSize *int64 `json:"page_size,omitempty" `
}

func (*TmallServicecenterWorkcardQuerybysellerPagedResult) SetPageSize

func (*TmallServicecenterWorkcardQuerybysellerPagedResult) SetTotalCount

func (*TmallServicecenterWorkcardQuerybysellerPagedResult) SetTotalPageCount

type TmallServicecenterWorkcardQuerybysellerResult

type TmallServicecenterWorkcardQuerybysellerResult struct {
	/*
	   分页数据     */
	ResultData *TmallServicecenterWorkcardQuerybysellerPagedResult `json:"result_data,omitempty" `

	/*
	   错误码     */
	MsgCode *string `json:"msg_code,omitempty" `

	/*
	   错误信息     */
	MsgInfo *string `json:"msg_info,omitempty" `

	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `
}

func (*TmallServicecenterWorkcardQuerybysellerResult) SetMsgCode

func (*TmallServicecenterWorkcardQuerybysellerResult) SetMsgInfo

func (*TmallServicecenterWorkcardQuerybysellerResult) SetSuccess

type TmallServicecenterWorkcardQuerybysellerServiceDefinition

type TmallServicecenterWorkcardQuerybysellerServiceDefinition struct {
	/*
	   业务类型     */
	BizCode *string `json:"biz_code,omitempty" `

	/*
	   服务类型     */
	ServiceCode *string `json:"service_code,omitempty" `
}

func (*TmallServicecenterWorkcardQuerybysellerServiceDefinition) SetBizCode

func (*TmallServicecenterWorkcardQuerybysellerServiceDefinition) SetServiceCode

type TmallServicecenterWorkcardQuerybysellerServiceProvider

type TmallServicecenterWorkcardQuerybysellerServiceProvider struct {
	/*
	   服务商昵称     */
	TpNick *string `json:"tp_nick,omitempty" `

	/*
	   服务商id     */
	TpId *int64 `json:"tp_id,omitempty" `

	/*
	   isv服务商     */
	IsvTpId *int64 `json:"isv_tp_id,omitempty" `

	/*
	   isv服务商     */
	IsvTpName *string `json:"isv_tp_name,omitempty" `
}

func (*TmallServicecenterWorkcardQuerybysellerServiceProvider) SetIsvTpId

func (*TmallServicecenterWorkcardQuerybysellerServiceProvider) SetIsvTpName

func (*TmallServicecenterWorkcardQuerybysellerServiceProvider) SetTpId

func (*TmallServicecenterWorkcardQuerybysellerServiceProvider) SetTpNick

type TmallServicecenterWorkcardQuerybysellerServiceTradeOrder

type TmallServicecenterWorkcardQuerybysellerServiceTradeOrder struct {
	/*
	   服务商品的商家编码     */
	OuterIdSku *string `json:"outer_id_sku,omitempty" `

	/*
	   服务商品的sku描述     */
	SkuDesc *string `json:"sku_desc,omitempty" `

	/*
	   服务商品的sku id     */
	SkuId *int64 `json:"sku_id,omitempty" `

	/*
	   订单id     */
	OrderId *int64 `json:"order_id,omitempty" `

	/*
	   购买数量     */
	BuyAmount *int64 `json:"buy_amount,omitempty" `

	/*
	   服务的售卖价     */
	B2bPriceUnit *int64 `json:"b2b_price_unit,omitempty" `

	/*
	   主订单号     */
	ParentOrderId *int64 `json:"parent_order_id,omitempty" `

	/*
	   商家编码     */
	OuterIdP *string `json:"outer_id_p,omitempty" `

	/*
	   商品价格     */
	Price *int64 `json:"price,omitempty" `

	/*
	   服务的采购价     */
	PurchasePriceUnit *int64 `json:"purchase_price_unit,omitempty" `
}

func (*TmallServicecenterWorkcardQuerybysellerServiceTradeOrder) SetB2bPriceUnit

func (*TmallServicecenterWorkcardQuerybysellerServiceTradeOrder) SetBuyAmount

func (*TmallServicecenterWorkcardQuerybysellerServiceTradeOrder) SetOrderId

func (*TmallServicecenterWorkcardQuerybysellerServiceTradeOrder) SetOuterIdP

func (*TmallServicecenterWorkcardQuerybysellerServiceTradeOrder) SetOuterIdSku

func (*TmallServicecenterWorkcardQuerybysellerServiceTradeOrder) SetParentOrderId

func (*TmallServicecenterWorkcardQuerybysellerServiceTradeOrder) SetPrice

func (*TmallServicecenterWorkcardQuerybysellerServiceTradeOrder) SetPurchasePriceUnit

func (*TmallServicecenterWorkcardQuerybysellerServiceTradeOrder) SetSkuDesc

func (*TmallServicecenterWorkcardQuerybysellerServiceTradeOrder) SetSkuId

type TmallServicecenterWorkcardQuerybysellerWorkcard

type TmallServicecenterWorkcardQuerybysellerWorkcard struct {
	/*
	   签到时间     */
	GmtSignIn *util.LocalTime `json:"gmt_sign_in,omitempty" `

	/*
	   已使用的次数     */
	UsedServiceCount *int64 `json:"used_service_count,omitempty" `

	/*
	   服务订单数据     */
	ServiceTradeOrder *TmallServicecenterWorkcardQuerybysellerServiceTradeOrder `json:"service_trade_order,omitempty" `

	/*
	   工单服务总次数     */
	ServiceCount *int64 `json:"service_count,omitempty" `

	/*
	   工单状态编码     */
	StatusCode *string `json:"status_code,omitempty" `

	/*
	   工单id     */
	Id *int64 `json:"id,omitempty" `

	/*
	   剩余次数     */
	LeftServiceCount *int64 `json:"left_service_count,omitempty" `

	/*
	   主订单号     */
	ParentBizOrderId *int64 `json:"parent_biz_order_id,omitempty" `

	/*
	   服务提供者     */
	ServiceProvider *TmallServicecenterWorkcardQuerybysellerServiceProvider `json:"service_provider,omitempty" `

	/*
	   核销时间     */
	GmtIdentify *util.LocalTime `json:"gmt_identify,omitempty" `

	/*
	   预约时间开始     */
	GmtReserveStart *util.LocalTime `json:"gmt_reserve_start,omitempty" `

	/*
	   实物订单信息     */
	MasterTradeOrder *TmallServicecenterWorkcardQuerybysellerMasterTradeOrder `json:"master_trade_order,omitempty" `

	/*
	   服务定义     */
	ServiceDefinition *TmallServicecenterWorkcardQuerybysellerServiceDefinition `json:"service_definition,omitempty" `

	/*
	   买家期望服务时间     */
	BuyerExpectDate *util.LocalTime `json:"buyer_expect_date,omitempty" `

	/*
	   核销/工单完结请求中直接带回该字段     */
	Sequence *int64 `json:"sequence,omitempty" `

	/*
	   服务单id     */
	SpServiceOrderId *int64 `json:"sp_service_order_id,omitempty" `

	/*
	   分配工人时间     */
	GmtAssignWorker *util.LocalTime `json:"gmt_assign_worker,omitempty" `

	/*
	   预约结束时间     */
	GmtReserveEnd *util.LocalTime `json:"gmt_reserve_end,omitempty" `

	/*
	   工单创建时间     */
	GmtCreate *util.LocalTime `json:"gmt_create,omitempty" `

	/*
	   额外属性,包含:{   servPrice: 服务采购价,   newService: 切服务化之后的服务单标识,   lbxNo: 淘宝的物流订单号,   discountFee: 优惠金额,   reserveSource: 预约来源,   serviceDate: 预约时间,   gmtExpire: 过期时间,   bizCode: 业务身份,   型号: IKEA00000237S,   serviceAuctionTitle: 服务商品标题,   reserveTimeEnd: 预约时间段的结束时间,   reassign: 是否是改派工单,   masterSkuId: 实物sku id,   serviceSkuDesc: 服务sku描述,   operator: 工单预约操作者 1表示消费者主动预约,2表示服务回传预约时间,   settlement: 是否进行线上结算,   mainServiceOrder: 双主服务主订单key,   signedTime: 签收时间,   masterAuctionTitle: 实物商品标题,   msfRervDate: 瞄师傅预约日期,   类目: 书架,   品牌: IKEA/宜家,   auctionImageUrl: 实物图片链接,   masterSkuDesc: 实物sku描述,   af: 交易订单实付金额,   auto_dispatch_order: 是否智能派单,   usedServiceCount: "工单总使用次数",   reserveTimeStart: 预约时间段的开始时间,   masterParentOrderId: 实物订单主订单,   address_city: 买家城市,   reserveRemark: 预约备注,   父类目: 架类,   arrivalTimeNum: 物品签收时间,   outerIdSKU: 商家编码 }     */
	AttributeMap *string `json:"attribute_map,omitempty" `
}

func (*TmallServicecenterWorkcardQuerybysellerWorkcard) SetAttributeMap

func (*TmallServicecenterWorkcardQuerybysellerWorkcard) SetBuyerExpectDate

func (*TmallServicecenterWorkcardQuerybysellerWorkcard) SetGmtAssignWorker

func (*TmallServicecenterWorkcardQuerybysellerWorkcard) SetGmtCreate

func (*TmallServicecenterWorkcardQuerybysellerWorkcard) SetGmtIdentify

func (*TmallServicecenterWorkcardQuerybysellerWorkcard) SetGmtReserveEnd

func (*TmallServicecenterWorkcardQuerybysellerWorkcard) SetGmtReserveStart

func (*TmallServicecenterWorkcardQuerybysellerWorkcard) SetGmtSignIn

func (*TmallServicecenterWorkcardQuerybysellerWorkcard) SetId

func (*TmallServicecenterWorkcardQuerybysellerWorkcard) SetLeftServiceCount

func (*TmallServicecenterWorkcardQuerybysellerWorkcard) SetParentBizOrderId

func (*TmallServicecenterWorkcardQuerybysellerWorkcard) SetSequence

func (*TmallServicecenterWorkcardQuerybysellerWorkcard) SetServiceCount

func (*TmallServicecenterWorkcardQuerybysellerWorkcard) SetSpServiceOrderId

func (*TmallServicecenterWorkcardQuerybysellerWorkcard) SetStatusCode

func (*TmallServicecenterWorkcardQuerybysellerWorkcard) SetUsedServiceCount

type TmallServicecenterWorkcardReassignReassignStoreRequest

type TmallServicecenterWorkcardReassignReassignStoreRequest struct {
	/*
	   工单id     */
	WorkcardId *int64 `json:"workcard_id,omitempty" `

	/*
	   目标门店id     */
	TargetServiceStoreId *int64 `json:"target_service_store_id,omitempty" `

	/*
	   原门店id     */
	OriginServiceStoreId *int64 `json:"origin_service_store_id,omitempty" `
}

func (*TmallServicecenterWorkcardReassignReassignStoreRequest) SetOriginServiceStoreId

func (*TmallServicecenterWorkcardReassignReassignStoreRequest) SetTargetServiceStoreId

func (*TmallServicecenterWorkcardReassignReassignStoreRequest) SetWorkcardId

type TmallServicecenterWorkcardReassignResult

type TmallServicecenterWorkcardReassignResult struct {
	/*
	   调用是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误码     */
	MsgCode *string `json:"msg_code,omitempty" `

	/*
	   错误信息     */
	MsgInfo *string `json:"msg_info,omitempty" `

	/*
	   改派后的新的工单id     */
	ResultData *int64 `json:"result_data,omitempty" `
}

func (*TmallServicecenterWorkcardReassignResult) SetMsgCode

func (*TmallServicecenterWorkcardReassignResult) SetMsgInfo

func (*TmallServicecenterWorkcardReassignResult) SetResultData

func (*TmallServicecenterWorkcardReassignResult) SetSuccess

type TmallServicecenterWorkcardRefuseBuyerRefuseAcceptRequest

type TmallServicecenterWorkcardRefuseBuyerRefuseAcceptRequest struct {
	/*
	   工单ID     */
	WorkcardId *int64 `json:"workcard_id,omitempty" `

	/*
	   拒收备注     */
	RefuseMemo *string `json:"refuse_memo,omitempty" `
}

func (*TmallServicecenterWorkcardRefuseBuyerRefuseAcceptRequest) SetRefuseMemo

func (*TmallServicecenterWorkcardRefuseBuyerRefuseAcceptRequest) SetWorkcardId

type TmallServicecenterWorkcardRepairprogressUpdateResult

type TmallServicecenterWorkcardRepairprogressUpdateResult struct {
	/*
	   错误码     */
	MsgCode *string `json:"msg_code,omitempty" `

	/*
	   错误信息     */
	MsgInfo *string `json:"msg_info,omitempty" `

	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `
}

func (*TmallServicecenterWorkcardRepairprogressUpdateResult) SetMsgCode

func (*TmallServicecenterWorkcardRepairprogressUpdateResult) SetMsgInfo

func (*TmallServicecenterWorkcardRepairprogressUpdateResult) SetSuccess

type TmallServicecenterWorkcardReserveResult

type TmallServicecenterWorkcardReserveResult struct {
	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误码     */
	MsgCode *string `json:"msg_code,omitempty" `

	/*
	   错误信息     */
	MsgInfo *string `json:"msg_info,omitempty" `
}

func (*TmallServicecenterWorkcardReserveResult) SetMsgCode

func (*TmallServicecenterWorkcardReserveResult) SetMsgInfo

func (*TmallServicecenterWorkcardReserveResult) SetSuccess

type TmallServicecenterWorkcardReservefailResult

type TmallServicecenterWorkcardReservefailResult struct {
	/*
	   用于对外展示的错误信息     */
	DisplayMsg *string `json:"display_msg,omitempty" `

	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   消息代码     */
	MsgCode *string `json:"msg_code,omitempty" `

	/*
	   系统级错误信息     */
	MsgInfo *string `json:"msg_info,omitempty" `
}

func (*TmallServicecenterWorkcardReservefailResult) SetDisplayMsg

func (*TmallServicecenterWorkcardReservefailResult) SetMsgCode

func (*TmallServicecenterWorkcardReservefailResult) SetMsgInfo

func (*TmallServicecenterWorkcardReservefailResult) SetSuccess

type TmallServicecenterWorkcardServiceprogressUpdateUpdateServiceProgressRequest

type TmallServicecenterWorkcardServiceprogressUpdateUpdateServiceProgressRequest struct {
	/*
	   服务描述     */
	Desc *string `json:"desc,omitempty" `

	/*
	   服务动作     */
	Action *string `json:"action,omitempty" `

	/*
	   工单id     */
	WorkcardId *int64 `json:"workcard_id,omitempty" `

	/*
	   扩展信息回传备注     */
	AttributeMap *string `json:"attribute_map,omitempty" `

	/*
	   图片地址回传集合     */
	PicUrlList *[]string `json:"pic_url_list,omitempty" `
}

func (*TmallServicecenterWorkcardServiceprogressUpdateUpdateServiceProgressRequest) SetAction

func (*TmallServicecenterWorkcardServiceprogressUpdateUpdateServiceProgressRequest) SetAttributeMap

func (*TmallServicecenterWorkcardServiceprogressUpdateUpdateServiceProgressRequest) SetDesc

func (*TmallServicecenterWorkcardServiceprogressUpdateUpdateServiceProgressRequest) SetPicUrlList

func (*TmallServicecenterWorkcardServiceprogressUpdateUpdateServiceProgressRequest) SetWorkcardId

type TmallServicecenterWorkcardSigninResult

type TmallServicecenterWorkcardSigninResult struct {
	/*
	   请求是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误码     */
	MsgCode *string `json:"msg_code,omitempty" `

	/*
	   错误信息     */
	MsgInfo *string `json:"msg_info,omitempty" `
}

func (*TmallServicecenterWorkcardSigninResult) SetMsgCode

func (*TmallServicecenterWorkcardSigninResult) SetMsgInfo

func (*TmallServicecenterWorkcardSigninResult) SetSuccess

type TmallServicecenterWorkcardSuspendResult

type TmallServicecenterWorkcardSuspendResult struct {
	/*
	   是否失败     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误原因描述     */
	MsgInfo *string `json:"msg_info,omitempty" `

	/*
	   错误码     */
	MsgCode *string `json:"msg_code,omitempty" `
}

func (*TmallServicecenterWorkcardSuspendResult) SetMsgCode

func (*TmallServicecenterWorkcardSuspendResult) SetMsgInfo

func (*TmallServicecenterWorkcardSuspendResult) SetSuccess

type TmallServicecenterWorkcardTpconfirmTpConfirmRequest

type TmallServicecenterWorkcardTpconfirmTpConfirmRequest struct {
	/*
	   工单id     */
	WorkcardId *int64 `json:"workcard_id,omitempty" `
}

func (*TmallServicecenterWorkcardTpconfirmTpConfirmRequest) SetWorkcardId

type TmallServicecenterWorkcardUpdatelogisticsFulfilplatformResult

type TmallServicecenterWorkcardUpdatelogisticsFulfilplatformResult struct {
	/*
	   是否失败     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误原因描述     */
	MsgInfo *string `json:"msg_info,omitempty" `

	/*
	   错误码     */
	MsgCode *string `json:"msg_code,omitempty" `
}

func (*TmallServicecenterWorkcardUpdatelogisticsFulfilplatformResult) SetMsgCode

func (*TmallServicecenterWorkcardUpdatelogisticsFulfilplatformResult) SetMsgInfo

func (*TmallServicecenterWorkcardUpdatelogisticsFulfilplatformResult) SetSuccess

type TmallServicecenterWorkcardVerifycodeResendResult

type TmallServicecenterWorkcardVerifycodeResendResult struct {
	/*
	   调用是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误码     */
	MsgCode *string `json:"msg_code,omitempty" `

	/*
	   错误信息     */
	MsgInfo *string `json:"msg_info,omitempty" `
}

func (*TmallServicecenterWorkcardVerifycodeResendResult) SetMsgCode

func (*TmallServicecenterWorkcardVerifycodeResendResult) SetMsgInfo

func (*TmallServicecenterWorkcardVerifycodeResendResult) SetSuccess

type TmallServicecenterWorkcardVirtualphoneBindFulfilplatformResult

type TmallServicecenterWorkcardVirtualphoneBindFulfilplatformResult struct {
	/*
	   虚拟手机号     */
	ResultData *string `json:"result_data,omitempty" `

	/*
	   处理结果 true 成功 false 失败     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误码     */
	MsgCode *string `json:"msg_code,omitempty" `

	/*
	   错误表述     */
	MsgInfo *string `json:"msg_info,omitempty" `
}

func (*TmallServicecenterWorkcardVirtualphoneBindFulfilplatformResult) SetMsgCode

func (*TmallServicecenterWorkcardVirtualphoneBindFulfilplatformResult) SetMsgInfo

func (*TmallServicecenterWorkcardVirtualphoneBindFulfilplatformResult) SetResultData

func (*TmallServicecenterWorkcardVirtualphoneBindFulfilplatformResult) SetSuccess

type TmallServicecenterWorkcardVirtualphoneBindWorkcardBaseRequest

type TmallServicecenterWorkcardVirtualphoneBindWorkcardBaseRequest struct {
	/*
	   请求来源账号     */
	RequestSource *TmallServicecenterWorkcardVirtualphoneBindWorkcardRequestSource `json:"request_source,omitempty" `

	/*
	   工单ID     */
	WorkcardId *int64 `json:"workcard_id,omitempty" `
}

func (*TmallServicecenterWorkcardVirtualphoneBindWorkcardBaseRequest) SetWorkcardId

type TmallServicecenterWorkcardVirtualphoneBindWorkcardRequestSource

type TmallServicecenterWorkcardVirtualphoneBindWorkcardRequestSource struct {
	/*
	   入驻服务商工作台的淘宝账号     */
	RealTpNick *string `json:"real_tp_nick,omitempty" `

	/*
	   门店Code     */
	ServiceStoreCode *string `json:"service_store_code,omitempty" `
}

func (*TmallServicecenterWorkcardVirtualphoneBindWorkcardRequestSource) SetRealTpNick

func (*TmallServicecenterWorkcardVirtualphoneBindWorkcardRequestSource) SetServiceStoreCode

type TmallServicecenterWorkerQuerycapacitytaskCapacityTaskQueryDto

type TmallServicecenterWorkerQuerycapacitytaskCapacityTaskQueryDto struct {
	/*
	   省份     */
	ProvinceName *string `json:"province_name,omitempty" `
}

func (*TmallServicecenterWorkerQuerycapacitytaskCapacityTaskQueryDto) SetProvinceName

type TmallServicecenterWorkerQuerycapacitytaskResultBase

type TmallServicecenterWorkerQuerycapacitytaskResultBase struct {
	/*
	   value     */
	Value *string `json:"value,omitempty" `

	/*
	   errorMsg     */
	ErrorMsg *string `json:"error_msg,omitempty" `

	/*
	   success     */
	Success *bool `json:"success,omitempty" `

	/*
	   errorCode     */
	ErrorCode *int64 `json:"error_code,omitempty" `
}

func (*TmallServicecenterWorkerQuerycapacitytaskResultBase) SetErrorCode

func (*TmallServicecenterWorkerQuerycapacitytaskResultBase) SetErrorMsg

func (*TmallServicecenterWorkerQuerycapacitytaskResultBase) SetSuccess

func (*TmallServicecenterWorkerQuerycapacitytaskResultBase) SetValue

type TmallServicecenterWorkerQuerypageResultBase

type TmallServicecenterWorkerQuerypageResultBase struct {
	/*
	   errorCode     */
	ErrorCode *int64 `json:"error_code,omitempty" `

	/*
	   errorMsg     */
	ErrorMsg *string `json:"error_msg,omitempty" `

	/*
	   gmtCreate     */
	GmtCreate *util.LocalTime `json:"gmt_create,omitempty" `

	/*
	   gmtModified     */
	GmtModified *util.LocalTime `json:"gmt_modified,omitempty" `

	/*
	   success     */
	Success *bool `json:"success,omitempty" `

	/*
	   value     */
	Value *string `json:"value,omitempty" `
}

func (*TmallServicecenterWorkerQuerypageResultBase) SetErrorCode

func (*TmallServicecenterWorkerQuerypageResultBase) SetErrorMsg

func (*TmallServicecenterWorkerQuerypageResultBase) SetGmtCreate

func (*TmallServicecenterWorkerQuerypageResultBase) SetGmtModified

func (*TmallServicecenterWorkerQuerypageResultBase) SetSuccess

func (*TmallServicecenterWorkerQuerypageResultBase) SetValue

type TmallServicecenterWorkerTaglistGetWorkerTag

type TmallServicecenterWorkerTaglistGetWorkerTag struct {
	/*
	   黑名单状态     */
	BlackList *bool `json:"black_list,omitempty" `

	/*
	   飞单状态     */
	Degradation *bool `json:"degradation,omitempty" `

	/*
	   能力列表 key为能力,value则是对应能力的详细描述.  effective: 当前能力是否已经激活。  serviceCode: 工人具备的能力。  abilityLevel:  0: 没有等级,1: 初级工人  2: 中级工人  3:高级工人 4:特级工人     */
	AbilityMap *string `json:"ability_map,omitempty" `

	/*
	   vip工人     */
	Vip *bool `json:"vip,omitempty" `

	/*
	   大促工人     */
	BigPromotion *bool `json:"big_promotion,omitempty" `
}

func (*TmallServicecenterWorkerTaglistGetWorkerTag) SetAbilityMap

func (*TmallServicecenterWorkerTaglistGetWorkerTag) SetBigPromotion

func (*TmallServicecenterWorkerTaglistGetWorkerTag) SetBlackList

func (*TmallServicecenterWorkerTaglistGetWorkerTag) SetDegradation

func (*TmallServicecenterWorkerTaglistGetWorkerTag) SetVip

type TmallSscSupplyplatformCapacityEditDayQuantity

type TmallSscSupplyplatformCapacityEditDayQuantity struct {
	/*
	   非必填,     */
	Available *bool `json:"available,omitempty" `

	/*
	   必须是YYYY-MM-DD格式     */
	Day *string `json:"day,omitempty" `

	/*
	   容量值为1     */
	Quantity *int64 `json:"quantity,omitempty" `

	/*
	   表示具体的某一天内的一个时间段。注意:如果配置了改值,则这里容量调整的值则是2022-07-01 08:00-09:00的容量,不配置则是调整07-01这一天的容量     */
	TimeRange *string `json:"time_range,omitempty" `
}

func (*TmallSscSupplyplatformCapacityEditDayQuantity) SetAvailable

func (*TmallSscSupplyplatformCapacityEditDayQuantity) SetDay

func (*TmallSscSupplyplatformCapacityEditDayQuantity) SetQuantity

func (*TmallSscSupplyplatformCapacityEditDayQuantity) SetTimeRange

type TmallSscSupplyplatformCapacityEditResult

type TmallSscSupplyplatformCapacityEditResult struct {
	/*
	   对外展示的错误信息     */
	DisplayMsg *string `json:"display_msg,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   错误信息     */
	ErrorMsg *string `json:"error_msg,omitempty" `

	/*
	   是否成功     */
	Success *string `json:"success,omitempty" `
}

func (*TmallSscSupplyplatformCapacityEditResult) SetDisplayMsg

func (*TmallSscSupplyplatformCapacityEditResult) SetErrorCode

func (*TmallSscSupplyplatformCapacityEditResult) SetErrorMsg

func (*TmallSscSupplyplatformCapacityEditResult) SetSuccess

type TmallSscSupplyplatformCapacityEditServiceCapacityAdjustReqDTO

type TmallSscSupplyplatformCapacityEditServiceCapacityAdjustReqDTO struct {
	/*
	   具体的调整值参数     */
	DayQuantityList *[]TmallSscSupplyplatformCapacityEditDayQuantity `json:"day_quantity_list,omitempty" `

	/*
	   服务提供者     */
	ServiceProviderDto *TmallSscSupplyplatformCapacityEditServiceProviderDTO `json:"service_provider_dto,omitempty" `
}

type TmallSscSupplyplatformCapacityEditServiceProviderDTO

type TmallSscSupplyplatformCapacityEditServiceProviderDTO struct {
	/*
	   注意:provider_code和providerId至少填写一个     */
	ProviderCode *string `json:"provider_code,omitempty" `

	/*
	   注意:provider_code和providerId至少填写一个     */
	ProviderId *int64 `json:"provider_id,omitempty" `

	/*
	   服务商id值     */
	SupplierId *int64 `json:"supplier_id,omitempty" `

	/*
	   上门类型     */
	FulfilType *string `json:"fulfil_type,omitempty" `

	/*
	   服务网络     */
	ProviderType *string `json:"provider_type,omitempty" `
}

func (*TmallSscSupplyplatformCapacityEditServiceProviderDTO) SetFulfilType

func (*TmallSscSupplyplatformCapacityEditServiceProviderDTO) SetProviderCode

func (*TmallSscSupplyplatformCapacityEditServiceProviderDTO) SetProviderId

func (*TmallSscSupplyplatformCapacityEditServiceProviderDTO) SetProviderType

func (*TmallSscSupplyplatformCapacityEditServiceProviderDTO) SetSupplierId

type TmallSscWorkcardAcceptAcceptWorkcardRequest

type TmallSscWorkcardAcceptAcceptWorkcardRequest struct {
	/*
	   工单号     */
	WorkcardId *int64 `json:"workcard_id,omitempty" `
}

func (*TmallSscWorkcardAcceptAcceptWorkcardRequest) SetWorkcardId

type TmallSscWorkcardAcceptResult

type TmallSscWorkcardAcceptResult struct {
	/*
	   错误提示     */
	DisplayMsg *string `json:"display_msg,omitempty" `

	/*
	   是否成功     */
	Success *bool `json:"success,omitempty" `

	/*
	   错误码     */
	ErrorCode *string `json:"error_code,omitempty" `

	/*
	   未使用     */
	Value *string `json:"value,omitempty" `

	/*
	   错误消息     */
	ErrorMsg *string `json:"error_msg,omitempty" `
}

func (*TmallSscWorkcardAcceptResult) SetDisplayMsg

func (*TmallSscWorkcardAcceptResult) SetErrorCode

func (*TmallSscWorkcardAcceptResult) SetErrorMsg

func (*TmallSscWorkcardAcceptResult) SetSuccess

func (*TmallSscWorkcardAcceptResult) SetValue

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL