Documentation
¶
Index ¶
- type AccountingBillDTO
- type AccountingBillDTORequest
- type Achievement
- type ActivityDTO
- type ActivityDetailVo
- type ActivityNameVo
- type ActivityVo
- type AddProductDTO
- type AddProductDTOList
- type ApplyDistributor
- type ApplyDistributorDTO
- type AuthorizationVo
- type BillDetailAdminCondition
- type BillDetailCondition
- type BillDetailResult
- type BillSummary
- type BillSummaryCondition
- type BillSummaryDetail
- type BillSummaryPin
- type BillSummaryPinAndProd
- type BillSummaryTrend
- type BillSummaryTrendCondition
- type Broker
- type CoNameVo
- type CoProductDTO
- type CoProductDetailVo
- type CoProductQuery
- type CoProductVo
- type CompanyBaseInfo
- type CompanyVo
- type ComplexVo
- type Contract
- type ContractDTO
- type CooperationCompanyDTO
- type CooperationCompanyVo
- type CooperationContractPdfDTO
- type CooperationContractResult
- type CooperationDTO
- type CooperationDetailVo
- type CooperationVo
- type Customer
- type CustomerVo
- type DeleteReturnPolicyDTO
- type Department
- type DicDetail
- type DicDetailQuery
- type DicDetailRequest
- type Distributor
- type DistributorBillReturnDTO
- type DistributorBillReturnRecord
- type DistributorBillReturnRequest
- type DistributorBillReturnResult
- type DistributorContractDTO
- type DistributorContractPolicyDTO
- type DistributorContractResult
- type DistributorDTO
- type DistributorInfo
- type DistributorPolicy
- type DistributorPolicyDTO
- type DistributorProduct
- type DistributorProductDTO
- type DistributorQuery
- type DistributorResult
- type DockingPeopleDTO
- type DockingPeopleVo
- type ExtraInfo
- type ExtraInfoVo
- type FileVo
- type FollowApplyDistributorRequest
- type FollowRecordDTO
- type FormulaDTO
- type KeyValVo
- type OaDetail
- type OperateAuthority
- type OperateAuthorityDTO
- type OperateAuthorityQuery
- type OperateReturnAuthority
- type OperateReturnAuthorityDTO
- type OperateReturnAuthorityQuery
- type OperatorAchievement
- type OperatorPrePayAchievement
- type OrderDetail
- type OrderItemDetail
- type Pagination
- type PartiesInfoDTO
- type PartnerDTO
- type PartnerQuery
- type PartnerResult
- type PartnerStatus
- type PartnerUserDTO
- type PayOrder
- type PinBill
- type PrePaymentAchievement
- type Product
- type ProductBill
- type ProductCondition
- type ProductDTO
- type ProductDTORequest
- type ProductQuery
- type ProductResult
- type ResourceBill
- type ResourceBillAdminCondition
- type ResourceBillCondition
- type ReturnBillDetailProduct
- type ReturnBillDetailResult
- type ReturnBillQuery
- type ReturnBillResult
- type ReturnBillStatusResult
- type ReturnConditionDTO
- type ReturnConditionOperatorDTO
- type ReturnConditionResult
- type ReturnItemDTO
- type ReturnItemQuery
- type ReturnItemResult
- type ReturnPolicyDTO
- type ReturnPolicyMainDTO
- type ReturnPolicyMainQuery
- type ReturnPolicyMainResult
- type ReturnPolicyProduct
- type ReturnPolicyProductDTO
- type ReturnPolicyProductResult
- type ReturnPolicyQuery
- type ReturnPolicyResult
- type ReturnRuleDTO
- type ReturnRuleQuery
- type ReturnRuleResult
- type ServiceCodeBill
- type ServiceCodeItemBill
- type SubDistributorPolicyDTO
- type SummaryBill
- type WorkFlow
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountingBillDTO ¶ added in v1.15.0
type AccountingBillDTO struct {
/* 产品类型 (Optional) */
Source int `json:"source"`
/* 记录ID (Optional) */
RecordId int `json:"recordId"`
/* 用户pin (Optional) */
Pin string `json:"pin"`
/* 业务线 (Optional) */
AppCode string `json:"appCode"`
/* 产品线 (Optional) */
ServiceCode string `json:"serviceCode"`
/* 产品ID (Optional) */
ProductId string `json:"productId"`
/* 站点 0:主站 其他:专有云 (Optional) */
Site int `json:"site"`
/* 资源id (Optional) */
ResourceId string `json:"resourceId"`
/* 区域 (Optional) */
Region string `json:"region"`
/* 计费类型 (Optional) */
BillingType int `json:"billingType"`
/* 配置列表 (Optional) */
FormulaList []FormulaDTO `json:"formulaList"`
/* 费用 (Optional) */
BillFee2 int `json:"billFee2"`
/* 折扣金额 (Optional) */
DiscountFee int `json:"discountFee"`
/* 优惠后金额 (Optional) */
ActualFee int `json:"actualFee"`
/* 代金券唯一标识 (Optional) */
CashCouponId string `json:"cashCouponId"`
/* 代金券金额 (Optional) */
CashCouponFee int `json:"cashCouponFee"`
/* 付费代金券金额 (Optional) */
PayCouponFee int `json:"payCouponFee"`
/* 免费代金券金额 (Optional) */
FreeCouponFee int `json:"freeCouponFee"`
/* 余额支付金额 (Optional) */
BalancePayFee int `json:"balancePayFee"`
/* 在线支付金额 (Optional) */
CashPayFee int `json:"cashPayFee"`
/* 业绩金额 (Optional) */
PerformanceFee int `json:"performanceFee"`
/* 账单时间 (Optional) */
BillTime string `json:"billTime"`
/* 账单支付时间 (Optional) */
BillPayTime string `json:"billPayTime"`
/* 账单开始时间 (Optional) */
BillBeginTime string `json:"billBeginTime"`
/* 账单结束时间 (Optional) */
BillEndTime string `json:"billEndTime"`
/* 服务商pin (Optional) */
DistributorPin string `json:"distributorPin"`
/* 服务商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 子订单号 (Optional) */
TransactionNo string `json:"transactionNo"`
/* 订单号 (Optional) */
MainTransactionNo string `json:"mainTransactionNo"`
/* 退款单号 (Optional) */
RefundNo string `json:"refundNo"`
/* 操作类型 (Optional) */
OpType int `json:"opType"`
/* 返回编码0成功-1失败 (Optional) */
Code int `json:"code"`
/* 返回消息 (Optional) */
Message string `json:"message"`
}
type AccountingBillDTORequest ¶ added in v1.15.0
type AccountingBillDTORequest struct {
/* 账单列表 (Optional) */
AccountingBillDTOList []AccountingBillDTO `json:"accountingBillDTOList"`
}
type Achievement ¶
type Achievement struct {
/* pin (Optional) */
Pin string `json:"pin"`
/* 名称 (Optional) */
Name string `json:"name"`
/* 真实名称 (Optional) */
RealName string `json:"realName"`
/* serviceCode (Optional) */
ServiceCode string `json:"serviceCode"`
/* serviceCodeName (Optional) */
ServiceCodeName string `json:"serviceCodeName"`
/* loginName (Optional) */
LoginName string `json:"loginName"`
/* 时间 (Optional) */
ConsumeDate string `json:"consumeDate"`
/* 优惠前金额 (Optional) */
ConsumeCount int `json:"consumeCount"`
/* 现金支付 (Optional) */
CashPayFeeCount int `json:"cashPayFeeCount"`
/* 业绩金额 (Optional) */
AchievmentCount int `json:"achievmentCount"`
/* 付费代金卷金额 (Optional) */
PayCouponFeeCount int `json:"payCouponFeeCount"`
/* 免费代金卷金额 (Optional) */
FreeCouponFeeCount int `json:"freeCouponFeeCount"`
}
type ActivityDTO ¶ added in v1.63.0
type ActivityDTO struct {
/* 活动名称 (Optional) */
ActivityName string `json:"activityName"`
/* 活动开始时间 (Optional) */
ActivityStartTime string `json:"activityStartTime"`
/* 活动结束时间 (Optional) */
ActivityEndTime string `json:"activityEndTime"`
/* 活动地点 (Optional) */
Address string `json:"address"`
/* 活动规模 (Optional) */
Scale int `json:"scale"`
/* 活动形式 (Optional) */
Form int `json:"form"`
/* 活动目的 (Optional) */
Purpose string `json:"purpose"`
/* 筹办方 (Optional) */
Organizer string `json:"organizer"`
/* 活动预算 (Optional) */
Budget string `json:"budget"`
/* 重要参会组织 (Optional) */
ParticipateOrg string `json:"participateOrg"`
/* 邀请嘉宾 (Optional) */
Guest string `json:"guest"`
/* 活动效果 (Optional) */
Effect string `json:"effect"`
/* 附件文件唯一标识 (Optional) */
FileUuids []string `json:"fileUuids"`
}
type ActivityDetailVo ¶ added in v1.63.0
type ActivityDetailVo struct {
/* 主键id (Optional) */
Id int `json:"id"`
/* 活动唯一标识id (Optional) */
Uuid string `json:"uuid"`
/* 活动名称 (Optional) */
ActivityName string `json:"activityName"`
/* 活动日期 (Optional) */
ActivityTime string `json:"activityTime"`
/* 活动地点 (Optional) */
Address string `json:"address"`
/* 活动规模 (Optional) */
Scale int `json:"scale"`
/* 活动形式(1.线上 2线下 3线上+线下) (Optional) */
Form int `json:"form"`
/* 活动形式名称(1.线上 2线下 3线上+线下) (Optional) */
FormName string `json:"formName"`
/* 活动目的 (Optional) */
Purpose string `json:"purpose"`
/* 筹办方 (Optional) */
Organizer string `json:"organizer"`
/* 活动预算 (Optional) */
Budget string `json:"budget"`
/* 重要参会组织 (Optional) */
ParticipateOrg string `json:"participateOrg"`
/* 邀请嘉宾 (Optional) */
Guest string `json:"guest"`
/* 活动效果 (Optional) */
Effect string `json:"effect"`
/* 附件信息 (Optional) */
Files []FileVo `json:"files"`
/* 收集线索数 (Optional) */
ClueNum int `json:"clueNum"`
}
type ActivityNameVo ¶ added in v1.63.0
type ActivityVo ¶ added in v1.63.0
type ActivityVo struct {
/* 活动id (Optional) */
Id int `json:"id"`
/* 活动uuid (Optional) */
Uuid string `json:"uuid"`
/* 活动名称 (Optional) */
ActivityName string `json:"activityName"`
/* 活动日期 (Optional) */
ActivityTime string `json:"activityTime"`
/* 活动地点 (Optional) */
Address string `json:"address"`
/* 活动规模 (Optional) */
Scale int `json:"scale"`
/* 活动形式 (Optional) */
Form int `json:"form"`
/* 活动形式 (Optional) */
FormStr string `json:"formStr"`
/* 线索数 (Optional) */
ClueNum int `json:"clueNum"`
}
type AddProductDTO ¶ added in v1.63.0
type AddProductDTO struct {
/* 资源中心id-id */
ResourceCenterId int `json:"resourceCenterId"`
/* appId-appId */
AppId int `json:"appId"`
/* 资源中心状态-statusIndex */
ProductStatus string `json:"productStatus"`
/* 产品id-serviceCode */
ProductId string `json:"productId"`
/* 产品名称-serviceName */
ProductName string `json:"productName"`
/* 产品类型-typeIndex */
ProductType int `json:"productType"`
/* 产品类型名称 */
ProductTypeName string `json:"productTypeName"`
/* 售卖模式 (Optional) */
SalesModel int `json:"salesModel"`
/* 售卖模式名称-selfSupportType */
SalesModelName string `json:"salesModelName"`
/* 收费主体 (Optional) */
ChargeSubject int `json:"chargeSubject"`
/* 收费主体名称-chargeSubject */
ChargeSubjectName string `json:"chargeSubjectName"`
/* 计费方式-billingType (Optional) */
ChargeMode int `json:"chargeMode"`
/* 计费方式名称 (Optional) */
ChargeModeName string `json:"chargeModeName"`
}
type AddProductDTOList ¶ added in v1.63.0
type AddProductDTOList struct {
/* 代理产品列表 (Optional) */
AddProductDTORequestList []AddProductDTO `json:"addProductDTORequestList"`
}
type ApplyDistributor ¶ added in v1.15.0
type ApplyDistributor struct {
/* id (Optional) */
Id int `json:"id"`
/* 用户pin (Optional) */
Pin string `json:"pin"`
/* 申请时间 (Optional) */
ApplyTime string `json:"applyTime"`
/* 联系人姓名 (Optional) */
Contactor string `json:"contactor"`
/* 联系人电话 (Optional) */
Tel string `json:"tel"`
/* 联系邮箱 (Optional) */
Email string `json:"email"`
/* 职位 (Optional) */
Position string `json:"position"`
/* 联系人微信号 (Optional) */
WechatNo string `json:"wechatNo"`
/* 合作类型 (Optional) */
CooperateType string `json:"cooperateType"`
/* 合作类型名称 (Optional) */
CooperateTypeName string `json:"cooperateTypeName"`
/* 与京东智联云合作的诉求 (Optional) */
CooperateRequest string `json:"cooperateRequest"`
/* UUID (Optional) */
Uuid string `json:"uuid"`
/* 活动ID (Optional) */
ActivityId int `json:"activityId"`
/* 活动名称 (Optional) */
ActivityName string `json:"activityName"`
/* 合作领域 (Optional) */
CooperateArea string `json:"cooperateArea"`
/* 合作内容 (Optional) */
CooperateContent string `json:"cooperateContent"`
/* 公司名称 (Optional) */
CompanyName string `json:"companyName"`
/* 公司规模 (Optional) */
CompanyScale string `json:"companyScale"`
/* 公司规模名称 (Optional) */
CompanyScaleName string `json:"companyScaleName"`
/* 业务区域 (Optional) */
Region string `json:"region"`
/* 城市 (Optional) */
City string `json:"city"`
/* 公司网址 (Optional) */
WebSite string `json:"webSite"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 状态 (Optional) */
StatusName string `json:"statusName"`
/* 跟进人 (Optional) */
FollowPerson string `json:"followPerson"`
/* 跟进说明 (Optional) */
FollowRemark string `json:"followRemark"`
/* 跟进记录列表 (Optional) */
FollowRecordList []FollowRecordDTO `json:"followRecordList"`
/* 状态变更列表 (Optional) */
PartnerStatusList []PartnerStatus `json:"partnerStatusList"`
/* 附件信息 (Optional) */
Files []FileVo `json:"files"`
/* 合作伙伴申请来源 1-官网招募 2-SaaS加速器 (Optional) */
ApplySource int `json:"applySource"`
/* 合作伙伴申请来源 (Optional) */
ApplySourceName string `json:"applySourceName"`
}
type ApplyDistributorDTO ¶ added in v1.63.0
type ApplyDistributorDTO struct {
/* id (Optional) */
Id int `json:"id"`
/* 用户pin (Optional) */
Pin string `json:"pin"`
/* 公司名称 (Optional) */
CompanyName string `json:"companyName"`
/* 业务区域 (Optional) */
Region string `json:"region"`
/* 城市 (Optional) */
City string `json:"city"`
/* 公司规模 (Optional) */
CompanyScale string `json:"companyScale"`
/* 公司网址 (Optional) */
Website string `json:"website"`
/* 联系人姓名 (Optional) */
Contactor string `json:"contactor"`
/* 联系人电话 (Optional) */
Tel string `json:"tel"`
/* 联系邮箱 (Optional) */
Email string `json:"email"`
/* 职位 (Optional) */
Position string `json:"position"`
/* 联系人微信号 (Optional) */
WechatNo string `json:"wechatNo"`
/* 合作类型 (Optional) */
CooperateType string `json:"cooperateType"`
/* 合作领域 (Optional) */
CooperateArea string `json:"cooperateArea"`
/* 合作内容 (Optional) */
CooperateContent string `json:"cooperateContent"`
/* 与京东智联云合作的诉求 (Optional) */
CooperateRequest string `json:"cooperateRequest"`
/* UUID (Optional) */
Uuid string `json:"uuid"`
/* 活动ID (Optional) */
ActivityId int `json:"activityId"`
/* 活动名称 (Optional) */
ActivityName string `json:"activityName"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 状态 (Optional) */
StatusName string `json:"statusName"`
/* 跟进时间 (Optional) */
FollowTime string `json:"followTime"`
/* 跟进人 (Optional) */
FollowPerson string `json:"followPerson"`
/* 跟进说明 (Optional) */
FollowRemark string `json:"followRemark"`
/* 附件UUids (Optional) */
FillUUids string `json:"fillUUids"`
/* 销售负责人 (Optional) */
Erp string `json:"erp"`
/* 合作伙伴申请来源 1-官网招募 2-SaaS加速器 (Optional) */
ApplySource int `json:"applySource"`
/* 跟进记录列表 (Optional) */
FollowRecordList []FollowRecordDTO `json:"followRecordList"`
}
type AuthorizationVo ¶ added in v1.63.0
type BillDetailAdminCondition ¶ added in v1.63.0
type BillDetailAdminCondition struct {
/* 渠道商客户PIN (Optional) */
Pin string `json:"pin"`
/* 账期,按月yyyy-MM (Optional) */
BillDate string `json:"billDate"`
/* 二级渠道商PIN (Optional) */
DistributorPin string `json:"distributorPin"`
/* 一级渠道商PIN (Optional) */
OneLevelDistributorPin string `json:"oneLevelDistributorPin"`
/* 账号名 (Optional) */
LoginName string `json:"loginName"`
/* 标识查询欠费账单(1欠费2已支付) (Optional) */
ArrearBillFlag int `json:"arrearBillFlag"`
/* 当前页序号 (Optional) */
PageIndex int `json:"pageIndex"`
/* 每页结果数量 (Optional) */
PageSize int `json:"pageSize"`
}
type BillDetailCondition ¶ added in v1.63.0
type BillDetailCondition struct {
/* 查询时间类型,按月:month,按天:day */
QueryTimeType string `json:"queryTimeType"`
/* 渠道账户 传pin (Optional) */
Pin string `json:"pin"`
/* 账期,按月yyyy-MM (Optional) */
BillDate string `json:"billDate"`
/* 开始查询账期,按天:yyyy-MM-dd (Optional) */
BillStartDate string `json:"billStartDate"`
/* 结束查询账期,按天:yyyy-MM-dd (Optional) */
BillEndDate string `json:"billEndDate"`
/* 产品线 (Optional) */
AppCode string `json:"appCode"`
/* 产品 (Optional) */
ServiceCode string `json:"serviceCode"`
/* 计费类型,1:按配置 2:按用量 3:包年包月 4:按次 (Optional) */
BillingType int `json:"billingType"`
/* 资源id (Optional) */
ResourceId string `json:"resourceId"`
/* 地域 (Optional) */
Region string `json:"region"`
/* 标识查询欠费账单(1欠费2已支付) (Optional) */
ArrearBillFlag int `json:"arrearBillFlag"`
/* 当前页序号 (Optional) */
PageIndex int `json:"pageIndex"`
/* 每页结果数量 (Optional) */
PageSize int `json:"pageSize"`
}
type BillDetailResult ¶ added in v1.63.0
type BillDetailResult struct {
/* 资源id (Optional) */
ResourceId string `json:"resourceId"`
/* 产品线 (Optional) */
AppCode string `json:"appCode"`
/* 产品线名称 (Optional) */
AppCodeName string `json:"appCodeName"`
/* 产品编码 (Optional) */
ServiceCode string `json:"serviceCode"`
/* 产品名称 (Optional) */
ServiceCodeName string `json:"serviceCodeName"`
/* 代付人账号ID (Optional) */
PayerId string `json:"payerId"`
/* 使用人账号ID (Optional) */
UserId string `json:"userId"`
/* 用户PIN (Optional) */
Pin string `json:"pin"`
/* 账户名 (Optional) */
LoginName string `json:"loginName"`
/* 计费类型 1:按配置 2:按用量 3:包年包月 4:按次 (Optional) */
BillingType int `json:"billingType"`
/* 计费类型名称,例如:按配置-使用 (Optional) */
BillingTypeName string `json:"billingTypeName"`
/* 地域 (Optional) */
Region string `json:"region"`
/* 地域名称 (Optional) */
RegionName string `json:"regionName"`
/* 账单编号 (Optional) */
BillId string `json:"billId"`
/* 账期 (Optional) */
BillDate string `json:"billDate"`
/* 账单时间 (Optional) */
BillTime string `json:"billTime"`
/* 计费时间段 (Optional) */
TimeRange string `json:"timeRange"`
/* 账单类型(0 -消费类、1-退款类) (Optional) */
BillType int `json:"billType"`
/* 账单类型名称 (Optional) */
BillTypeName string `json:"billTypeName"`
/* 消费类型(1 后付费 2 预付费) (Optional) */
ConsumeType int `json:"consumeType"`
/* 消费类型名称 (Optional) */
ConsumeTypeName string `json:"consumeTypeName"`
/* 配置详情 (Optional) */
FormulaDesc string `json:"formulaDesc"`
/* 原价 (Optional) */
BillFee int `json:"billFee"`
/* 优惠金额 (Optional) */
DiscountFee int `json:"discountFee"`
/* 应付费用 (Optional) */
ActualFee int `json:"actualFee"`
/* 现金支付 (Optional) */
CashPayFee int `json:"cashPayFee"`
/* 付费代金券 (Optional) */
PayCouponFee int `json:"payCouponFee"`
/* 免费代金券 (Optional) */
FreeCouponFee int `json:"freeCouponFee"`
/* 欠费金额 (Optional) */
ArrearFee int `json:"arrearFee"`
}
type BillSummary ¶ added in v1.63.0
type BillSummary struct {
/* 原价 (Optional) */
BillFee int `json:"billFee"`
/* 优惠金额 (Optional) */
DiscountFee int `json:"discountFee"`
/* 应付费用 (Optional) */
ActualFee int `json:"actualFee"`
/* 现金支付 (Optional) */
CashPayFee int `json:"cashPayFee"`
/* 付费代金券 (Optional) */
PayCouponFee int `json:"payCouponFee"`
/* 免费代金券 (Optional) */
FreeCouponFee int `json:"freeCouponFee"`
/* 欠费金额 (Optional) */
ArrearFee int `json:"arrearFee"`
/* 结算金额 (Optional) */
SettlementFee int `json:"settlementFee"`
}
type BillSummaryCondition ¶ added in v1.63.0
type BillSummaryCondition struct {
/* 查询时间类型,按月:month,按天:day (Optional) */
QueryTimeType string `json:"queryTimeType"`
/* 渠道账户传pin (Optional) */
Pin string `json:"pin"`
/* 账期,按月 yyyy-MM (Optional) */
BillDate string `json:"billDate"`
/* 开始查询账期,按天:yyyy-MM-dd (Optional) */
BillStartDate string `json:"billStartDate"`
/* 结束查询账期,按天:yyyy-MM-dd (Optional) */
BillEndDate string `json:"billEndDate"`
/* 产品线 (Optional) */
AppCode string `json:"appCode"`
/* 产品 (Optional) */
ServiceCode string `json:"serviceCode"`
/* 计费类型,1:按配置 2:按用量 3:包年包月 4:按次 (Optional) */
BillingType int `json:"billingType"`
/* 资源id (Optional) */
ResourceId string `json:"resourceId"`
/* 地域 (Optional) */
Region string `json:"region"`
/* 二级渠道商PIN (Optional) */
DistributorPin string `json:"distributorPin"`
/* 一级渠道商PIN (Optional) */
OneLevelDistributorPin string `json:"oneLevelDistributorPin"`
/* 账号名 (Optional) */
LoginName string `json:"loginName"`
/* 当前页序号 (Optional) */
PageIndex int `json:"pageIndex"`
/* 每页结果数量 (Optional) */
PageSize int `json:"pageSize"`
}
type BillSummaryDetail ¶ added in v1.63.0
type BillSummaryDetail struct {
/* 产品 (Optional) */
ServiceCode string `json:"serviceCode"`
/* 产品名称 (Optional) */
ServiceCodeName string `json:"serviceCodeName"`
/* 原价 (Optional) */
BillFee int `json:"billFee"`
/* 优惠金额 (Optional) */
DiscountFee int `json:"discountFee"`
/* 应付费用 (Optional) */
ActualFee int `json:"actualFee"`
/* 现金支付金额 (Optional) */
CashPayFee int `json:"cashPayFee"`
/* 付费代金券 (Optional) */
PayCouponFee int `json:"payCouponFee"`
/* 免费代金券 (Optional) */
FreeCouponFee int `json:"freeCouponFee"`
/* 消费占比 (Optional) */
Percent string `json:"percent"`
/* 欠费金额 (Optional) */
ArrearFee int `json:"arrearFee"`
}
type BillSummaryPin ¶ added in v1.63.0
type BillSummaryPin struct {
/* pin (Optional) */
Pin string `json:"pin"`
/* 账号名 (Optional) */
LoginName string `json:"loginName"`
/* 客户名称 (Optional) */
CustomerName string `json:"customerName"`
/* 原价 (Optional) */
BillFee int `json:"billFee"`
/* 优惠金额 (Optional) */
DiscountFee int `json:"discountFee"`
/* 抹零金额 (Optional) */
EraseFee int `json:"eraseFee"`
/* 优惠后金额 (Optional) */
ActualFee int `json:"actualFee"`
/* 付费代金券支付金额 (Optional) */
PayCouponFee int `json:"payCouponFee"`
/* 免费代金券支付金额 (Optional) */
FreeCouponFee int `json:"freeCouponFee"`
/* 现金支付金额 (Optional) */
CashPayFee int `json:"cashPayFee"`
/* 余额支付金额 (Optional) */
BalancePayFee int `json:"balancePayFee"`
}
type BillSummaryPinAndProd ¶ added in v1.63.0
type BillSummaryPinAndProd struct {
/* pin (Optional) */
Pin string `json:"pin"`
/* 账号名 (Optional) */
LoginName string `json:"loginName"`
/* 客户名称 (Optional) */
CustomerName string `json:"customerName"`
/* 产品 (Optional) */
ServiceCode string `json:"serviceCode"`
/* 产品名称 (Optional) */
ServiceCodeName string `json:"serviceCodeName"`
/* 原价 (Optional) */
BillFee int `json:"billFee"`
/* 优惠金额 (Optional) */
DiscountFee int `json:"discountFee"`
/* 抹零金额 (Optional) */
EraseFee int `json:"eraseFee"`
/* 优惠后金额 (Optional) */
ActualFee int `json:"actualFee"`
/* 付费代金券支付金额 (Optional) */
PayCouponFee int `json:"payCouponFee"`
/* 免费代金券支付金额 (Optional) */
FreeCouponFee int `json:"freeCouponFee"`
/* 现金支付金额 (Optional) */
CashPayFee int `json:"cashPayFee"`
/* 余额支付金额 (Optional) */
BalancePayFee int `json:"balancePayFee"`
}
type BillSummaryTrend ¶ added in v1.63.0
type BillSummaryTrend struct {
/* 账期,yyyy-MM (Optional) */
BillDate string `json:"billDate"`
/* 原价 (Optional) */
BillFee int `json:"billFee"`
/* 优惠金额 (Optional) */
DiscountFee int `json:"discountFee"`
/* 应付费用 (Optional) */
ActualFee int `json:"actualFee"`
/* 现金 (Optional) */
CashPayFee int `json:"cashPayFee"`
/* 付费代金券 (Optional) */
PayCouponFee int `json:"payCouponFee"`
/* 免费代金券 (Optional) */
FreeCouponFee int `json:"freeCouponFee"`
}
type BillSummaryTrendCondition ¶ added in v1.63.0
type Broker ¶ added in v1.63.0
type Broker struct {
/* 对接人名称 (Optional) */
Name string `json:"name"`
/* 对接人身份 (Optional) */
Identity int `json:"identity"`
/* 对接人身份说明 (Optional) */
IdentityDesc string `json:"identityDesc"`
/* 岗位 (Optional) */
Position string `json:"position"`
/* 电话 (Optional) */
Tel string `json:"tel"`
/* 邮箱 (Optional) */
Email string `json:"email"`
}
type CoProductDTO ¶ added in v1.63.0
type CoProductDTO struct {
/* 合作id (Optional) */
CooperationId string `json:"cooperationId"`
/* 合作产品名称 (Optional) */
ProductName string `json:"productName"`
/* 合作名称 (Optional) */
Name string `json:"name"`
/* 合同信息 (Optional) */
ContractInfos []Contract `json:"contractInfos"`
/* 产品类型 (Optional) */
ProductType int `json:"productType"`
/* 产品模式 (Optional) */
ProductMode int `json:"productMode"`
/* 产品简介 (Optional) */
ProductDesc string `json:"productDesc"`
/* 目标客户 (Optional) */
TargetCustomer string `json:"targetCustomer"`
/* 市场规模 (Optional) */
MarketSize string `json:"marketSize"`
/* 主要竞品 (Optional) */
ComparableProduct string `json:"comparableProduct"`
/* 售卖形态 1套/n年、2套/n月、3套、4次 (Optional) */
SellingForm int `json:"sellingForm"`
/* 售卖方式 1直销,2渠道,3代理 (Optional) */
SellingMode string `json:"sellingMode"`
/* 定价 (Optional) */
Pricing string `json:"pricing"`
/* 产品状态 (Optional) */
ProductStatus int `json:"productStatus"`
/* 收入预测 (Optional) */
IncomeForecast string `json:"incomeForecast"`
/* 成本结构 (Optional) */
CostStructure string `json:"costStructure"`
/* 毛利率预测 (Optional) */
GrossMarginForecast string `json:"grossMarginForecast"`
/* 定价策略 1市场对标, 2总成本加成,3变动成本加成 (Optional) */
PricingStrategy int `json:"pricingStrategy"`
/* 结算方式 1固定金额结算,2实际售价固定比例结算,3实际售价浮动比例结算 (Optional) */
SettlementMode int `json:"settlementMode"`
/* 结算周期 1周结后付款、2月结后付款、3季结后付款、4年结后付款,5 PO预付款 (Optional) */
SettlementCycle int `json:"settlementCycle"`
/* 风险及建议 (Optional) */
RiskSuggestion string `json:"riskSuggestion"`
/* erp (Optional) */
Erp string `json:"erp"`
/* 产品唯一标识id (Optional) */
Uuid string `json:"uuid"`
}
type CoProductDetailVo ¶ added in v1.63.0
type CoProductDetailVo struct {
/* 主键id (Optional) */
Id string `json:"id"`
/* 合作id (Optional) */
CooperationId string `json:"cooperationId"`
/* 合作产品名称 (Optional) */
ProductName string `json:"productName"`
/* 合作名称 (Optional) */
Name string `json:"name"`
/* 合作伙伴公司名称 (Optional) */
CompanyName string `json:"companyName"`
/* 合作对接人列表 (Optional) */
Brokers []Broker `json:"brokers"`
/* 合同信息 (Optional) */
ContractInfos []Contract `json:"contractInfos"`
/* 产品类型 (Optional) */
ProductType int `json:"productType"`
/* 产品类型名称 (Optional) */
ProductTypeName string `json:"productTypeName"`
/* 产品模式 (Optional) */
ProductMode int `json:"productMode"`
/* 产品模式名称 (Optional) */
ProductModeName string `json:"productModeName"`
/* 产品简介 (Optional) */
ProductDesc string `json:"productDesc"`
/* 目标客户 (Optional) */
TargetCustomer string `json:"targetCustomer"`
/* 市场规模 (Optional) */
MarketSize string `json:"marketSize"`
/* 主要竞品 (Optional) */
ComparableProduct string `json:"comparableProduct"`
/* 售卖形态 1套/n年、2套/n月、3套、4次 (Optional) */
SellingForm int `json:"sellingForm"`
/* 售卖形态名称 1套/n年、2套/n月、3套、4次 (Optional) */
SellingFormName string `json:"sellingFormName"`
/* 售卖方式说明 (Optional) */
SellingModes []KeyValVo `json:"sellingModes"`
/* 定价 (Optional) */
Pricing string `json:"pricing"`
/* 产品状态 (Optional) */
ProductStatus int `json:"productStatus"`
/* 产品状态名称 (Optional) */
ProductStatusName int `json:"productStatusName"`
/* 收入预测 (Optional) */
IncomeForecast string `json:"incomeForecast"`
/* 成本结构 (Optional) */
CostStructure string `json:"costStructure"`
/* 毛利率预测 (Optional) */
GrossMarginForecast string `json:"grossMarginForecast"`
/* 定价策略 1市场对标, 2总成本加成,3变动成本加成 (Optional) */
PricingStrategy int `json:"pricingStrategy"`
/* 定价策略名称 1市场对标, 2总成本加成,3变动成本加成 (Optional) */
PricingStrategyName string `json:"pricingStrategyName"`
/* 结算方式 1固定金额结算,2实际售价固定比例结算,3实际售价浮动比例结算 (Optional) */
SettlementMode int `json:"settlementMode"`
/* 结算方式名称 1固定金额结算,2实际售价固定比例结算,3实际售价浮动比例结算 (Optional) */
SettlementModeName string `json:"settlementModeName"`
/* 结算周期 1周结后付款、2月结后付款、3季结后付款、4年结后付款,5 PO预付款 (Optional) */
SettlementCycle int `json:"settlementCycle"`
/* 结算周期名称 1周结后付款、2月结后付款、3季结后付款、4年结后付款,5 PO预付款 (Optional) */
SettlementCycleName string `json:"settlementCycleName"`
/* 风险及建议 (Optional) */
RiskSuggestion string `json:"riskSuggestion"`
/* 产品唯一标识id (Optional) */
Uuid string `json:"uuid"`
/* 合作公司 (Optional) */
CooperationCompanys []CooperationCompanyVo `json:"cooperationCompanys"`
}
type CoProductQuery ¶ added in v1.63.0
type CoProductQuery struct {
/* 合作id (Optional) */
CooperationId string `json:"cooperationId"`
/* 公司名称 (Optional) */
CompanyName string `json:"companyName"`
/* 合作名称 (Optional) */
Name string `json:"name"`
/* 产品名称 (Optional) */
ProductName string `json:"productName"`
/* 合同编号 (Optional) */
ContractNo string `json:"contractNo"`
/* 产品类型 (Optional) */
ProductType int `json:"productType"`
/* 产品模式 (Optional) */
ProductMode int `json:"productMode"`
/* 产品状态 (Optional) */
ProductStatus int `json:"productStatus"`
/* 结算方式 (Optional) */
SettlementMode int `json:"settlementMode"`
/* 结算周期 (Optional) */
SettlementCycle int `json:"settlementCycle"`
/* 页码 (Optional) */
PageIndex int `json:"pageIndex"`
/* 每页记录数 (Optional) */
PageSize int `json:"pageSize"`
}
type CoProductVo ¶ added in v1.63.0
type CoProductVo struct {
/* 合作id (Optional) */
CooperationId string `json:"cooperationId"`
/* 合作产品名称 (Optional) */
ProductName string `json:"productName"`
/* 合作公司名称 (Optional) */
CompanyName string `json:"companyName"`
/* 合作名称 (Optional) */
Name string `json:"name"`
/* 合同信息列表 (Optional) */
ContractInfos []Contract `json:"contractInfos"`
/* 产品类型 (Optional) */
ProductType int `json:"productType"`
/* 产品类型名称 (Optional) */
ProductTypeName string `json:"productTypeName"`
/* 产品模式 (Optional) */
ProductMode int `json:"productMode"`
/* 产品模式显示名称 (Optional) */
ProductModeName string `json:"productModeName"`
/* 合作对接人(原合作BD) (Optional) */
Broker string `json:"broker"`
/* 结算方式 1固定金额结算,2实际售价固定比例结算,3实际售价浮动比例结算 (Optional) */
SettlementMode int `json:"settlementMode"`
/* 结算方式显示名称 (Optional) */
SettlementModeName string `json:"settlementModeName"`
/* 结算周期 1周结后付款、2月结后付款、3季结后付款、4年结后付款,5 PO预付款 (Optional) */
SettlementCyle int `json:"settlementCyle"`
/* 结算周期显示名称 (Optional) */
SettlementCyleName string `json:"settlementCyleName"`
/* 产品状态 1联合开发中;2实施部署中;3测试验证中;4可商用售卖;5可PO下单;6需重新采购;7合作暂停 (Optional) */
ProductStatus int `json:"productStatus"`
/* 产品状态显示名称 (Optional) */
ProductStatusName string `json:"productStatusName"`
/* 合作公司 (Optional) */
CooperationCompanys []CooperationCompanyVo `json:"cooperationCompanys"`
}
type CompanyBaseInfo ¶ added in v1.63.0
type CompanyBaseInfo struct {
/* 公司名称 (Optional) */
CompanyName string `json:"companyName"`
/* 统一社会信用代码 (Optional) */
CreditCode string `json:"creditCode"`
/* 法定代表人 (Optional) */
LegalRepresentative string `json:"legalRepresentative"`
/* 成立时间 (Optional) */
EstablishedDate string `json:"establishedDate"`
/* 注册地 (Optional) */
RegisteredOffice string `json:"registeredOffice"`
/* 注册资本 (Optional) */
RegisteredCapital string `json:"registeredCapital"`
/* 企业类型 (Optional) */
CompanyType string `json:"companyType"`
/* 所属行业 (Optional) */
Industry string `json:"industry"`
/* 营业期限 (Optional) */
BusinessTerm string `json:"businessTerm"`
/* 经营状态 (Optional) */
ManagementForms string `json:"managementForms"`
}
type ComplexVo ¶ added in v1.63.0
type ComplexVo struct {
/* 合作id (Optional) */
CooperationId string `json:"cooperationId"`
/* 公司名称 (Optional) */
CompanyName string `json:"companyName"`
/* 合作名称 (Optional) */
Name string `json:"name"`
/* 合作对接人列表 (Optional) */
Brokers []Broker `json:"brokers"`
/* 合作公司 (Optional) */
CooperationCompanys []CooperationCompanyVo `json:"cooperationCompanys"`
}
type Contract ¶ added in v1.63.0
type Contract struct {
/* 合同唯一标识 (Optional) */
ContractUuid *string `json:"contractUuid"`
/* 合同编号 (Optional) */
ContractNo *string `json:"contractNo"`
/* 开始时间 (Optional) */
StartDate *string `json:"startDate"`
/* 结束时间 (Optional) */
EndDate *string `json:"endDate"`
/* 备注 (Optional) */
Remark *string `json:"remark"`
/* 附件名称(添加/修改产品非必传) (Optional) */
FileName *string `json:"fileName"`
/* 附件下载地址(添加/修改产品非必传) (Optional) */
Url *string `json:"url"`
/* 附件唯一标识(添加/修改产品非必传) (Optional) */
FileUuid *string `json:"fileUuid"`
}
type ContractDTO ¶ added in v1.63.0
type ContractDTO struct {
/* 合同唯一标识(添加不需要传,编辑必传) (Optional) */
ContractUuid string `json:"contractUuid"`
/* 合同编号 (Optional) */
ContractNo string `json:"contractNo"`
/* 开始时间 (Optional) */
StartDate string `json:"startDate"`
/* 结束时间 (Optional) */
EndDate string `json:"endDate"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 合同附件文件标识 (Optional) */
FileUuid string `json:"fileUuid"`
}
type CooperationCompanyDTO ¶ added in v1.63.0
type CooperationCompanyVo ¶ added in v1.63.0
type CooperationContractPdfDTO ¶ added in v1.63.0
type CooperationContractResult ¶ added in v1.63.0
type CooperationContractResult struct {
/* id (Optional) */
Id int `json:"id"`
/* 合作ID (Optional) */
CooperationId string `json:"cooperationId"`
/* UUID (Optional) */
Uuid string `json:"uuid"`
/* 合作名称 (Optional) */
Name string `json:"name"`
/* CRM合同编号 (Optional) */
CrmContractNo string `json:"crmContractNo"`
/* CRM合同名称 (Optional) */
CrmContractName string `json:"crmContractName"`
/* 协议类型编码 (Optional) */
TypeCode string `json:"typeCode"`
/* 协议类型名称 (Optional) */
TypeName string `json:"typeName"`
/* EBS合同编号 (Optional) */
EbsContractNo string `json:"ebsContractNo"`
/* EBS主合同编号 (Optional) */
EbsMainNo string `json:"ebsMainNo"`
/* 合同签署日期 (Optional) */
SignedDate string `json:"signedDate"`
/* 合同生效时间 (Optional) */
EffectiveDate string `json:"effectiveDate"`
/* 合同失效时间 (Optional) */
ExpirationDate string `json:"expirationDate"`
/* 合同提交人 (Optional) */
Submitter string `json:"submitter"`
/* 是否补充协议,值为:Y/N (Optional) */
Bcagreement string `json:"bcagreement"`
/* 合同性质:1、收款,2、付款 (Optional) */
Xz string `json:"xz"`
/* 合同总额 (Optional) */
Amount int `json:"amount"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* createTime (Optional) */
CreateTime string `json:"createTime"`
/* 公司名称 (Optional) */
CompanyName string `json:"companyName"`
/* 合作类型 (Optional) */
PartnerType int `json:"partnerType"`
/* 伙伴类型名称 (Optional) */
PartnerTypeName string `json:"partnerTypeName"`
/* 合作模式 (Optional) */
CooperationModel int `json:"cooperationModel"`
/* 合作模式名称 (Optional) */
CooperationModelName string `json:"cooperationModelName"`
/* 合作部门 (Optional) */
OrgName string `json:"orgName"`
/* 负责人erp (Optional) */
Erp string `json:"erp"`
/* 有效期 (Optional) */
ContractDateName string `json:"contractDateName"`
/* 协议状态 (Optional) */
StatusName string `json:"statusName"`
/* 是否补充协议,是或者否 (Optional) */
BcContract string `json:"bcContract"`
/* 交易方 (Optional) */
PartiesInfoList []PartiesInfoDTO `json:"partiesInfoList"`
/* 协议文档 (Optional) */
CooperationContractPdfList []CooperationContractPdfDTO `json:"cooperationContractPdfList"`
}
type CooperationDTO ¶ added in v1.63.0
type CooperationDTO struct {
/* 合作名称 */
Name string `json:"name"`
/* 公司名称 (Optional) */
CompanyName string `json:"companyName"`
/* 伙伴类型 */
PartnerType int `json:"partnerType"`
/* 合作模式 */
CooperationModel int `json:"cooperationModel"`
/* 合作领域 */
Business string `json:"business"`
/* 目标客户 */
TargetCustomer string `json:"targetCustomer"`
/* 合作价值主张 */
ValueProposition string `json:"valueProposition"`
/* 合作伙伴核心价值 */
CoreValue string `json:"coreValue"`
/* 合作预期收益 */
ProspectiveEarnings int `json:"prospectiveEarnings"`
/* 合作状态 (Optional) */
Status int `json:"status"`
/* 合作部门code */
OrgCode string `json:"orgCode"`
/* 合作部门名称 */
OrgName string `json:"orgName"`
/* 跟进人 (Optional) */
FollowPerson string `json:"followPerson"`
/* 对接人列表 (Optional) */
DockingPeoples []DockingPeopleDTO `json:"dockingPeoples"`
/* 跟进记录 (Optional) */
FollowRecords []FollowRecordDTO `json:"followRecords"`
/* 合作公司 (Optional) */
CooperationCompanys []CooperationCompanyDTO `json:"cooperationCompanys"`
}
type CooperationDetailVo ¶ added in v1.63.0
type CooperationDetailVo struct {
/* id (Optional) */
Id int `json:"id"`
/* 合作ID (Optional) */
CooperationId string `json:"cooperationId"`
/* 合作名称 (Optional) */
Name string `json:"name"`
/* 公司名称 (Optional) */
CompanyName string `json:"companyName"`
/* 合作类型 (Optional) */
PartnerType int `json:"partnerType"`
/* 合作类型名称 (Optional) */
PartnerTypeName string `json:"partnerTypeName"`
/* 合作模式 (Optional) */
CooperationModel int `json:"cooperationModel"`
/* 合作模式名称 (Optional) */
CooperationModelName string `json:"cooperationModelName"`
/* 合作业务 (Optional) */
Business string `json:"business"`
/* 目标客户 (Optional) */
TargetCustomer string `json:"targetCustomer"`
/* 合作价值主张 (Optional) */
ValueProposition string `json:"valueProposition"`
/* 合作伙伴核心价值 (Optional) */
CoreValue string `json:"coreValue"`
/* 合作预期收益(元/年) (Optional) */
ProspectiveEarnings int `json:"prospectiveEarnings"`
/* 合作状态 1待报备、2报备流程中、3报备通过、4报备驳回 (Optional) */
Status int `json:"status"`
/* 合作状态名称 (Optional) */
StatusName string `json:"statusName"`
/* 合作部门code (Optional) */
OrgCode string `json:"orgCode"`
/* 合作部门名称 (Optional) */
OrgName string `json:"orgName"`
/* createTime (Optional) */
CreateTime string `json:"createTime"`
/* 负责人erp (Optional) */
FollowPerson string `json:"followPerson"`
/* 对接人列表 (Optional) */
DockingPeoples []DockingPeopleVo `json:"dockingPeoples"`
/* 跟进记录 (Optional) */
FollowRecords []FollowRecordDTO `json:"followRecords"`
/* 状态变更记录 (Optional) */
Statuses []PartnerStatus `json:"statuses"`
/* 合作公司 (Optional) */
CooperationCompanys []CooperationCompanyVo `json:"cooperationCompanys"`
}
type CooperationVo ¶ added in v1.63.0
type CooperationVo struct {
/* id (Optional) */
Id int `json:"id"`
/* 合作ID (Optional) */
CooperationId string `json:"cooperationId"`
/* 合作名称 (Optional) */
Name string `json:"name"`
/* 公司名称 (Optional) */
CompanyName string `json:"companyName"`
/* 合作类型 (Optional) */
PartnerType int `json:"partnerType"`
/* 伙伴类型名称 (Optional) */
PartnerTypeName string `json:"partnerTypeName"`
/* 合作模式 (Optional) */
CooperationModel int `json:"cooperationModel"`
/* 合作模式名称 (Optional) */
CooperationModelName string `json:"cooperationModelName"`
/* 合作业务 (Optional) */
Business string `json:"business"`
/* 目标客户 (Optional) */
TargetCustomer string `json:"targetCustomer"`
/* 合作价值主张 (Optional) */
ValueProposition string `json:"valueProposition"`
/* 合作伙伴核心价值 (Optional) */
CoreValue string `json:"coreValue"`
/* 合作预期收益(元/年) (Optional) */
ProspectiveEarnings int `json:"prospectiveEarnings"`
/* 报备状态 (Optional) */
Status int `json:"status"`
/* 报备状态名称 (Optional) */
StatusName string `json:"statusName"`
/* 审批日期 (Optional) */
ApproveDate string `json:"approveDate"`
/* 合作部门code (Optional) */
OrgCode string `json:"orgCode"`
/* 合作部门名称 (Optional) */
OrgName string `json:"orgName"`
/* createTime (Optional) */
CreateTime string `json:"createTime"`
/* 合作公司 (Optional) */
CooperationCompanys []CooperationCompanyVo `json:"cooperationCompanys"`
}
type Customer ¶
type Customer struct {
/* ID (Optional) */
Id int `json:"id"`
/* 客户pin (Optional) */
Pin string `json:"pin"`
/* 账户名 (Optional) */
LoginName string `json:"loginName"`
/* 账户ID (Optional) */
AccountingId int64 `json:"accountingId"`
/* 渠道商ID (Optional) */
DistributorId string `json:"distributorId"`
/* 渠道商PIN (Optional) */
DistributorPin string `json:"distributorPin"`
/* 渠道商名称 (Optional) */
DistributorName string `json:"distributorName"`
/* 渠道商级次 (Optional) */
DistributorLevel string `json:"distributorLevel"`
/* 关联时间 (Optional) */
RelTime string `json:"relTime"`
/* 来源(0渠道商自身,1京东云客户) (Optional) */
Source int `json:"source"`
/* 客户昵称 (Optional) */
AliasName string `json:"aliasName"`
/* 客户联系人 (Optional) */
Contracter string `json:"contracter"`
/* 客户电话 (Optional) */
Tel string `json:"tel"`
/* 客户邮箱 (Optional) */
Email string `json:"email"`
/* 客户备注 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 账户类型名称(1个人2企业) (Optional) */
AccountTypeName string `json:"accountTypeName"`
/* 账户类型(1个人2企业) (Optional) */
AccountType int `json:"accountType"`
/* 实名标识名称 (Optional) */
RealName string `json:"realName"`
/* 实名标识 (Optional) */
RealNameFlag int `json:"realNameFlag"`
/* 名称 (Optional) */
Name string `json:"name"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type CustomerVo ¶
type CustomerVo struct {
/* 客户pin (Optional) */
Pin string `json:"pin"`
/* 一级渠道商名称 (Optional) */
DistributorLevel1Name string `json:"distributorLevel1Name"`
/* 二级渠道商名称 (Optional) */
DistributorLevel2Name string `json:"distributorLevel2Name"`
/* 关联时间 (Optional) */
RelTime string `json:"relTime"`
/* 账户名 (Optional) */
LoginName string `json:"loginName"`
/* 来源(0渠道商自身,1京东云客户) (Optional) */
Source int `json:"source"`
/* 客户昵称 (Optional) */
AliasName string `json:"aliasName"`
/* 客户联系人 (Optional) */
Contracter string `json:"contracter"`
/* 客户电话 (Optional) */
Tel string `json:"tel"`
/* 客户邮箱 (Optional) */
Email string `json:"email"`
/* 客户备注 (Optional) */
Remark string `json:"remark"`
/* 所属部门(0企业线、1政府线) (Optional) */
Dept int `json:"dept"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 账户类型 (Optional) */
AccountTypeName string `json:"accountTypeName"`
/* 账户类型(1个人2企业) (Optional) */
AccountType int `json:"accountType"`
/* 实名标识名称 (Optional) */
RealName string `json:"realName"`
/* 实名标识 (Optional) */
RealNameFlag int `json:"realNameFlag"`
/* 名称 (Optional) */
Name string `json:"name"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
}
type DeleteReturnPolicyDTO ¶ added in v1.63.0
type DeleteReturnPolicyDTO struct {
/* ID */
Id int `json:"id"`
}
type Department ¶
type DicDetail ¶
type DicDetail struct {
/* ID (Optional) */
Id int `json:"id"`
/* 字典类型 (Optional) */
CodeType string `json:"codeType"`
/* 字典编码 (Optional) */
Code string `json:"code"`
/* 字典编码名称 (Optional) */
Name string `json:"name"`
/* 字典编码值 (Optional) */
Value string `json:"value"`
/* null (Optional) */
UseFlag bool `json:"useFlag"`
/* 系统类型 (Optional) */
SystemType string `json:"systemType"`
/* 引用值 (Optional) */
RefValue string `json:"refValue"`
/* 顺序 (Optional) */
Seq int `json:"seq"`
/* 字典说明 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type DicDetailQuery ¶
type DicDetailQuery struct {
/* ID (Optional) */
Id int `json:"id"`
/* 字典类型 (Optional) */
CodeType string `json:"codeType"`
/* 字典编码 (Optional) */
Code string `json:"code"`
/* 字典编码名称 (Optional) */
Name string `json:"name"`
/* 字典编码值 (Optional) */
Value string `json:"value"`
/* null (Optional) */
UseFlag bool `json:"useFlag"`
/* 系统类型 (Optional) */
SystemType string `json:"systemType"`
/* 引用值 (Optional) */
RefValue string `json:"refValue"`
/* 顺序 (Optional) */
Seq int `json:"seq"`
/* 字典说明 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
/* 当前页序号 (Optional) */
PageIndex int `json:"pageIndex"`
/* 每页结果数量 (Optional) */
PageSize int `json:"pageSize"`
/* (Optional) */
Offset int `json:"offset"`
}
type DicDetailRequest ¶ added in v1.63.0
type DicDetailRequest struct {
/* 字典明细列表 (Optional) */
DicDetailList []DicDetail `json:"dicDetailList"`
}
type Distributor ¶
type Distributor struct {
/* 渠道商ID (Optional) */
DistributorId string `json:"distributorId"`
/* 渠道商名称 (Optional) */
DistributorName string `json:"distributorName"`
/* 京东云账户 (Optional) */
Pin string `json:"pin"`
/* 合同编号 (Optional) */
ContractNo string `json:"contractNo"`
/* 营业执照号 (Optional) */
BusinessLicense string `json:"businessLicense"`
/* 法定代表人 (Optional) */
LegalRepresentative string `json:"legalRepresentative"`
/* 营业执照图片 (Optional) */
BusinessLicensePic string `json:"businessLicensePic"`
/* 主营业务描述 (Optional) */
BusinessDesc string `json:"businessDesc"`
/* 办公地址 (Optional) */
WorkAddress string `json:"workAddress"`
/* 联系人姓名 (Optional) */
Contracter string `json:"contracter"`
/* 联系人电话 (Optional) */
Tel string `json:"tel"`
/* 邮箱 (Optional) */
Email string `json:"email"`
/* 所属地域 (Optional) */
Region string `json:"region"`
/* 入驻日期(一级渠道商手工录入、二级渠道商审批通过日期) (Optional) */
SettleTime string `json:"settleTime"`
/* 状态(0 审批中、2驳回、1 已入驻、3已停止合作) (Optional) */
Status int `json:"status"`
/* 驳回原因 (Optional) */
Reason string `json:"reason"`
/* 级次(0一级、1 二级) (Optional) */
DistributorLevel int `json:"distributorLevel"`
/* 渠道商类型(0合作伙伴、1 渠道代理) (Optional) */
DistributorType int `json:"distributorType"`
/* 上级渠道商ID (Optional) */
ParentDistributorId string `json:"parentDistributorId"`
/* 所属部门(0企业线、1政府线) (Optional) */
Dept int `json:"dept"`
/* 京东云负责人(京东云人员erp或名称) (Optional) */
Erp string `json:"erp"`
/* 是否享受折扣(1享受2不享受) (Optional) */
DiscountFlag int `json:"discountFlag"`
}
type DistributorBillReturnDTO ¶ added in v1.63.0
type DistributorBillReturnDTO struct {
/* ID(调账修改、删除操作必须传递) (Optional) */
Id int `json:"id"`
/* 服务商ID (Optional) */
DistributorId string `json:"distributorId"`
/* 服务商pin (Optional) */
DistributorPin string `json:"distributorPin"`
/* 生成时间 (Optional) */
SummaryDate string `json:"summaryDate"`
/* 账单类型 (Optional) */
BillType int `json:"billType"`
/* 原账单id (Optional) */
OrigId string `json:"origId"`
/* pin (Optional) */
Pin string `json:"pin"`
/* 业务线 (Optional) */
AppCode string `json:"appCode"`
/* 产品线 (Optional) */
ServiceCode string `json:"serviceCode"`
/* 原价 (Optional) */
BillFee2 int `json:"billFee2"`
/* 折扣金额 (Optional) */
DiscountFee int `json:"discountFee"`
/* 优惠后金额 (Optional) */
ActualFee int `json:"actualFee"`
/* 付费代金券金额 (Optional) */
PayCouponFee int `json:"payCouponFee"`
/* 免费代金券金额 (Optional) */
FreeCouponFee int `json:"freeCouponFee"`
/* 余额支付金额 (Optional) */
BalancePayFee int `json:"balancePayFee"`
/* 在线支付金额 (Optional) */
CashPayFee int `json:"cashPayFee"`
/* 业绩金额 (Optional) */
PerformanceFee int `json:"performanceFee"`
/* 折扣率 (Optional) */
DiscountRatio int `json:"discountRatio"`
/* 返还率 (Optional) */
ReturnRatio int `json:"returnRatio"`
/* 状态 (Optional) */
ReFundFlag int `json:"reFundFlag"`
/* 月业绩金额 (Optional) */
MonthAmount int `json:"monthAmount"`
/* 月返还率 (Optional) */
MonthReturnRatio int `json:"monthReturnRatio"`
/* 实际月返还金额(调账修改必须传递) (Optional) */
MonthReturnAmount int `json:"monthReturnAmount"`
/* 月返还金额 (Optional) */
OrigMonthReturnAmount int `json:"origMonthReturnAmount"`
/* 季度业绩金额 (Optional) */
QuarterAmount int `json:"quarterAmount"`
/* 季度返还率 (Optional) */
QuarterReturnRatio int `json:"quarterReturnRatio"`
/* 当季度返还率 (Optional) */
CurrentQuarterReturnRatio int `json:"currentQuarterReturnRatio"`
/* 当季度返还金额(调账修改必须传递) (Optional) */
CurrentQuarterReturnAmount int `json:"currentQuarterReturnAmount"`
/* 季度返还金额 (Optional) */
OrigQuarterReturnAmount int `json:"origQuarterReturnAmount"`
/* 调账原因 (Optional) */
Remark string `json:"remark"`
/* 月返还明细ID (Optional) */
ReturnBillId string `json:"returnBillId"`
/* 季度返还明细ID (Optional) */
QuarterReturnBillId string `json:"quarterReturnBillId"`
/* 返还单ID (Optional) */
ReturnOrderId string `json:"returnOrderId"`
/* 月数据源id (Optional) */
MonthDataSourceId string `json:"monthDataSourceId"`
/* 季度数据源id (Optional) */
QuarterDataSourceId string `json:"quarterDataSourceId"`
/* 结算单号 (Optional) */
SettlementNo string `json:"settlementNo"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 附件文件唯一标识 (Optional) */
FileUuids []string `json:"fileUuids"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type DistributorBillReturnRecord ¶ added in v1.63.0
type DistributorBillReturnRecord struct {
/* ID (Optional) */
Id int `json:"id"`
/* 服务商ID (Optional) */
DistributorId string `json:"distributorId"`
/* 返还单号 (Optional) */
RetrunBillId string `json:"retrunBillId"`
/* 业务ID (Optional) */
BusinessId string `json:"businessId"`
/* pin (Optional) */
Pin string `json:"pin"`
/* 产品编码 (Optional) */
ServiceCode string `json:"serviceCode"`
/* 操作类型 (Optional) */
OpType string `json:"opType"`
/* 金额 (Optional) */
ReturnAmount int `json:"returnAmount"`
/* 原金额 (Optional) */
OrgiReturnAmount int `json:"orgiReturnAmount"`
/* 调账原因 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type DistributorBillReturnRequest ¶ added in v1.63.0
type DistributorBillReturnRequest struct {
/* 调账类型(1增加、2修改、3所有操作、4删除) (Optional) */
Cmd int `json:"cmd"`
/* 返还单号 (Optional) */
ReturnBillId string `json:"returnBillId"`
/* 添加列表 (Optional) */
AddList []DistributorBillReturnDTO `json:"addList"`
/* 修改列表(必须传递明细id、实际月返还金额monthReturnAmount,实际返还季度currentQuarterReturnAmount) (Optional) */
ModifyList []DistributorBillReturnDTO `json:"modifyList"`
/* 删除列表(必须传递明细id) (Optional) */
DeleteList []DistributorBillReturnDTO `json:"deleteList"`
}
type DistributorBillReturnResult ¶ added in v1.63.0
type DistributorBillReturnResult struct {
/* ID(返还明细单号) (Optional) */
Id int `json:"id"`
/* 服务商ID (Optional) */
DistributorId string `json:"distributorId"`
/* 服务商pin (Optional) */
DistributorPin string `json:"distributorPin"`
/* 入驻时间 (Optional) */
SettleTime string `json:"settleTime"`
/* 入驻时间字符串 (Optional) */
SettleTimeStr string `json:"settleTimeStr"`
/* 生成时间 (Optional) */
SummaryDate string `json:"summaryDate"`
/* 账单类型 (Optional) */
BillType int `json:"billType"`
/* 账单类型名称 (Optional) */
BillTypeName string `json:"billTypeName"`
/* 原账单id (Optional) */
OrigId string `json:"origId"`
/* pin (Optional) */
Pin string `json:"pin"`
/* 业务线 (Optional) */
AppCode string `json:"appCode"`
/* 产品线 (Optional) */
ServiceCode string `json:"serviceCode"`
/* 原价 (Optional) */
BillFee2 int `json:"billFee2"`
/* 折扣金额 (Optional) */
DiscountFee int `json:"discountFee"`
/* 优惠后金额 (Optional) */
ActualFee int `json:"actualFee"`
/* 付费代金券金额 (Optional) */
PayCouponFee int `json:"payCouponFee"`
/* 免费代金券金额 (Optional) */
FreeCouponFee int `json:"freeCouponFee"`
/* 余额支付金额 (Optional) */
BalancePayFee int `json:"balancePayFee"`
/* 在线支付金额 (Optional) */
CashPayFee int `json:"cashPayFee"`
/* 业绩金额 (Optional) */
PerformanceFee int `json:"performanceFee"`
/* 折扣率 (Optional) */
DiscountRatio int `json:"discountRatio"`
/* 返还率 (Optional) */
ReturnRatio int `json:"returnRatio"`
/* 状态 (Optional) */
ReFundFlag int `json:"reFundFlag"`
/* 月业绩金额 (Optional) */
MonthAmount int `json:"monthAmount"`
/* 月返还率 (Optional) */
MonthReturnRatio int `json:"monthReturnRatio"`
/* 实际月返还金额 (Optional) */
MonthReturnAmount int `json:"monthReturnAmount"`
/* 月返还金额 (Optional) */
OrigMonthReturnAmount int `json:"origMonthReturnAmount"`
/* 季度业绩金额 (Optional) */
QuarterAmount int `json:"quarterAmount"`
/* 季度返还率 (Optional) */
QuarterReturnRatio int `json:"quarterReturnRatio"`
/* 当季度返还率 (Optional) */
CurrentQuarterReturnRatio int `json:"currentQuarterReturnRatio"`
/* 当季度返还金额 (Optional) */
CurrentQuarterReturnAmount int `json:"currentQuarterReturnAmount"`
/* 季度返还金额 (Optional) */
OrigQuarterReturnAmount int `json:"origQuarterReturnAmount"`
/* 调账原因 (Optional) */
Remark string `json:"remark"`
/* 月返还明细ID (Optional) */
ReturnBillId string `json:"returnBillId"`
/* 季度返还明细ID (Optional) */
QuarterReturnBillId string `json:"quarterReturnBillId"`
/* 返还单ID (Optional) */
ReturnOrderId string `json:"returnOrderId"`
/* 月数据源id (Optional) */
MonthDataSourceId string `json:"monthDataSourceId"`
/* 季度数据源id (Optional) */
QuarterDataSourceId string `json:"quarterDataSourceId"`
/* 结算单号 (Optional) */
SettlementNo string `json:"settlementNo"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 附件信息 (Optional) */
Files []FileVo `json:"files"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type DistributorContractDTO ¶ added in v1.63.0
type DistributorContractDTO struct {
/* ID (Optional) */
Id int `json:"id"`
/* 服务商名称 (Optional) */
DistributorName string `json:"distributorName"`
/* 级次 (Optional) */
DistributorLevel int `json:"distributorLevel"`
/* 服务期限开始(yyyy-MM-dd) (Optional) */
BeginDate string `json:"beginDate"`
/* 服务期限结束(yyyy-MM-dd) (Optional) */
EndDate string `json:"endDate"`
/* 所属地域(北north南south东east西west全国all,多个逗号分隔) (Optional) */
Region string `json:"region"`
/* (Optional) */
Policys []DistributorContractPolicyDTO `json:"policys"`
}
type DistributorContractPolicyDTO ¶ added in v1.63.0
type DistributorContractPolicyDTO struct {
/* ID (Optional) */
Id int `json:"id"`
/* 服务商pin (Optional) */
DistributorPin string `json:"distributorPin"`
/* 服务商主协议PIN(1是0否) (Optional) */
MainFlag int `json:"mainFlag"`
/* 服务商政策ID (Optional) */
ReturnPolicyId string `json:"returnPolicyId"`
/* 服务商政策名称 (Optional) */
ReturnPolicyName string `json:"returnPolicyName"`
}
type DistributorContractResult ¶ added in v1.63.0
type DistributorContractResult struct {
/* ID (Optional) */
Id int `json:"id"`
/* 服务商名称 (Optional) */
DistributorName string `json:"distributorName"`
/* 级别 (Optional) */
DistributorLevel int `json:"distributorLevel"`
/* 级别(核心,钻石,铂金,金,银) (Optional) */
DistributorLevelName string `json:"distributorLevelName"`
/* 服务期限开始yyyy-mm-dd (Optional) */
BeginDate string `json:"beginDate"`
/* 服务期限结束yyyy-mm-dd (Optional) */
EndDate string `json:"endDate"`
/* 所属地域 (Optional) */
Region string `json:"region"`
/* 所属地域名称 (Optional) */
RegionName string `json:"regionName"`
/* 服务商政策列表 (Optional) */
Policys []DistributorContractPolicyDTO `json:"policys"`
/* 主协议PIN (Optional) */
DistributorPin string `json:"distributorPin"`
/* 主协议账号名 (Optional) */
LoginName string `json:"loginName"`
/* 关联PIN个数 (Optional) */
PinCount int `json:"pinCount"`
/* 关联政策数 (Optional) */
PolicyCount int `json:"policyCount"`
/* 状态 1:草稿,2:正式,3:废弃,4:签署中,5:待签署,6:合同过期,7:合同终止 (Optional) */
Status int `json:"status"`
}
type DistributorDTO ¶
type DistributorDTO struct {
/* 渠道商ID (Optional) */
DistributorId string `json:"distributorId"`
/* 渠道商名称 (Optional) */
DistributorName string `json:"distributorName"`
/* pin (Optional) */
Pin string `json:"pin"`
/* 合同编号 (Optional) */
ContractNo string `json:"contractNo"`
/* 营业执照号 (Optional) */
BusinessLicense string `json:"businessLicense"`
/* 法定代表人 (Optional) */
LegalRepresentative string `json:"legalRepresentative"`
/* 营业执照图片 (Optional) */
BusinessLicensePic string `json:"businessLicensePic"`
/* 主营业务描述 (Optional) */
BusinessDesc string `json:"businessDesc"`
/* 办公地址 (Optional) */
WorkAddress string `json:"workAddress"`
/* 联系人姓名 (Optional) */
Contracter string `json:"contracter"`
/* 联系人电话 (Optional) */
Tel string `json:"tel"`
/* 邮箱 (Optional) */
Email string `json:"email"`
/* 所属地域 (Optional) */
Region string `json:"region"`
/* 入驻日期(一级渠道商手工录入、二级渠道商审批通过日期) (Optional) */
SettleTime string `json:"settleTime"`
/* 状态(0 审批中、2驳回、1 已入驻、3已停止合作) (Optional) */
Status int `json:"status"`
/* 驳回原因 (Optional) */
Reason string `json:"reason"`
/* 级次(0一级、1 二级) (Optional) */
DistributorLevel int `json:"distributorLevel"`
/* 渠道商类型(0合作伙伴、1 渠道代理) (Optional) */
DistributorType int `json:"distributorType"`
/* 上级渠道商ID (Optional) */
ParentDistributorId string `json:"parentDistributorId"`
/* 银行开户名 (Optional) */
BankCompanyName string `json:"bankCompanyName"`
/* 银行账户 (Optional) */
BankCardNo string `json:"bankCardNo"`
/* 开户行支行名称 (Optional) */
BankBranchName string `json:"bankBranchName"`
/* 开户行支行联行号 (Optional) */
BankBranchNo string `json:"bankBranchNo"`
/* 税务识别号 (Optional) */
TaxNumber string `json:"taxNumber"`
/* 发票抬头 (Optional) */
InvoiceTitle string `json:"invoiceTitle"`
/* 1 全强代付,2 全自付, 3 自选 (Optional) */
PayType int `json:"payType"`
/* 合同主体 (Optional) */
ContractSubject string `json:"contractSubject"`
/* 所属部门(0企业线、1政府线) (Optional) */
Dept int `json:"dept"`
/* 是否需要返还(0需要1不需要) (Optional) */
ReturnFlag int `json:"returnFlag"`
/* 返还政策ID (Optional) */
ReturnPolicyId string `json:"returnPolicyId"`
/* (Optional) */
DistributorPolicyList []DistributorPolicyDTO `json:"distributorPolicyList"`
/* (Optional) */
SubDistributorPolicyList []DistributorPolicyDTO `json:"subDistributorPolicyList"`
/* (Optional) */
DistributorProductList []DistributorProductDTO `json:"distributorProductList"`
/* 结算周期类型(1月、2季度、3年、4天、5周) (Optional) */
CircleType int `json:"circleType"`
/* 服务商返还方式(1现金2代金券) (Optional) */
ReturnMode int `json:"returnMode"`
/* 是否有下级服务商(0有1不没有) (Optional) */
SubFlag int `json:"subFlag"`
/* 下级服务商是否需要返还(0需要1不需要) (Optional) */
SubReturnFlag int `json:"subReturnFlag"`
/* 下级服务商返还政策ID (Optional) */
SubReturnPolicyId string `json:"subReturnPolicyId"`
/* 结算周期类型(1月、2季度、3年、4天、5周) (Optional) */
SubCircleType int `json:"subCircleType"`
/* 下级服务商返还方式(1现金2代金券) (Optional) */
SubReturnMode int `json:"subReturnMode"`
/* 京东云负责人(京东云人员erp或名称) (Optional) */
Erp string `json:"erp"`
/* 京东云负责人姓名 (Optional) */
ErpName string `json:"erpName"`
/* 京东云负责人部门 (Optional) */
ErpDept string `json:"erpDept"`
/* 服务商级别 (Optional) */
Grade int `json:"grade"`
/* 服务期限(开始时间) (Optional) */
EffectiveDate string `json:"effectiveDate"`
/* 服务期限(结束时间) (Optional) */
ExpirationDate string `json:"expirationDate"`
/* 电子合同编号 (Optional) */
EContractNo string `json:"eContractNo"`
/* EBS合同编号 (Optional) */
EbsContractNo string `json:"ebsContractNo"`
/* 是否享受折扣(1享受2不享受) (Optional) */
DiscountFlag int `json:"discountFlag"`
}
type DistributorInfo ¶ added in v1.63.0
type DistributorPolicy ¶ added in v1.15.0
type DistributorPolicy struct {
/* ID (Optional) */
Id int `json:"id"`
/* 服务商ID (Optional) */
DistributorId string `json:"distributorId"`
/* 服务商名称 (Optional) */
DistributorName string `json:"distributorName"`
/* 返还政策ID (Optional) */
ReturnPolicyId int `json:"returnPolicyId"`
/* 返还政策名称 (Optional) */
ReturnPolicyName string `json:"returnPolicyName"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 说明 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type DistributorPolicyDTO ¶ added in v1.63.0
type DistributorPolicyDTO struct {
/* id (Optional) */
Id int `json:"id"`
/* 渠道商id (Optional) */
DistributorId string `json:"distributorId"`
/* 渠道商名称 (Optional) */
DistributorName string `json:"distributorName"`
/* 返还政策id (Optional) */
ReturnPolicyId int `json:"returnPolicyId"`
/* 返还政策名称 (Optional) */
ReturnPolicyName string `json:"returnPolicyName"`
/* 级次(0一级、1 二级) (Optional) */
DistributorLevel int `json:"distributorLevel"`
/* 结算周期类型(1月、2季度、3年、4天) (Optional) */
CircleType int `json:"circleType"`
/* 返还方式(1返现金2返代金券) (Optional) */
ReturnMode int `json:"returnMode"`
/* 产品类型(0公有云1云市场2Elite) (Optional) */
ProductType string `json:"productType"`
/* 状态(0有效、1无效) (Optional) */
Status int `json:"status"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除(0未删除,1已删除) (Optional) */
Yn int `json:"yn"`
}
type DistributorProduct ¶ added in v1.15.0
type DistributorProduct struct {
/* ID (Optional) */
Id int `json:"id"`
/* 服务商ID (Optional) */
DistributorId string `json:"distributorId"`
/* 服务商名称 (Optional) */
DistributorName string `json:"distributorName"`
/* 服务商pin (Optional) */
DistributorPin string `json:"distributorPin"`
/* 产品类型 (Optional) */
ProductType int `json:"productType"`
/* 产品ID (Optional) */
ProductId string `json:"productId"`
/* 产品名称 (Optional) */
ProductName string `json:"productName"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 说明 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type DistributorProductDTO ¶ added in v1.15.0
type DistributorProductDTO struct {
/* ID (Optional) */
Id int `json:"id"`
/* 服务商ID (Optional) */
DistributorId string `json:"distributorId"`
/* 服务商名称 (Optional) */
DistributorName string `json:"distributorName"`
/* 服务商pin (Optional) */
DistributorPin string `json:"distributorPin"`
/* 产品类型 (Optional) */
ProductType int `json:"productType"`
/* 产品ID (Optional) */
ProductId string `json:"productId"`
/* 产品名称 (Optional) */
ProductName string `json:"productName"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 说明 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type DistributorQuery ¶
type DistributorQuery struct {
/* 渠道商ID (Optional) */
DistributorId string `json:"distributorId"`
/* 渠道商名称 (Optional) */
DistributorName string `json:"distributorName"`
/* pin (Optional) */
Pin string `json:"pin"`
/* 帐户名 (Optional) */
LoginName string `json:"loginName"`
/* 合同编号 (Optional) */
ContractNo string `json:"contractNo"`
/* 营业执照号 (Optional) */
BusinessLicense string `json:"businessLicense"`
/* 法定代表人 (Optional) */
LegalRepresentative string `json:"legalRepresentative"`
/* 营业执照图片 (Optional) */
BusinessLicensePic string `json:"businessLicensePic"`
/* 主营业务描述 (Optional) */
BusinessDesc string `json:"businessDesc"`
/* 办公地址 (Optional) */
WorkAddress string `json:"workAddress"`
/* 联系人姓名 (Optional) */
Contracter string `json:"contracter"`
/* 联系人电话 (Optional) */
Tel string `json:"tel"`
/* 邮箱 (Optional) */
Email string `json:"email"`
/* 所属地域 (Optional) */
Region string `json:"region"`
/* 入驻日期(一级渠道商手工录入、二级渠道商审批通过日期) (Optional) */
SettleTime string `json:"settleTime"`
/* 状态(0 审批中、2驳回、1 已入驻、3已停止合作) (Optional) */
Status int `json:"status"`
/* 驳回原因 (Optional) */
Reason string `json:"reason"`
/* 级次(0一级、1 二级) (Optional) */
DistributorLevel int `json:"distributorLevel"`
/* 渠道商类型(0合作伙伴、1 渠道代理) (Optional) */
DistributorType int `json:"distributorType"`
/* 上级渠道商pin (Optional) */
ParentPin string `json:"parentPin"`
/* 上级渠道商ID (Optional) */
ParentDistributorId string `json:"parentDistributorId"`
/* 上级渠道商名称 (Optional) */
ParentDistributorName string `json:"parentDistributorName"`
/* 所属部门(0企业线、1政府线) (Optional) */
Dept int `json:"dept"`
/* 是否需要返还(0需要1不需要) (Optional) */
ReturnFlag int `json:"returnFlag"`
/* 返还政策ID (Optional) */
ReturnPolicyId string `json:"returnPolicyId"`
/* 结算周期类型(1月、2季度、3年、4天、5周) (Optional) */
CircleType int `json:"circleType"`
/* 是否有下级服务商(0有1不没有) (Optional) */
SubFlag int `json:"subFlag"`
/* 下级服务商是否需要返还(0需要1不需要) (Optional) */
SubReturnFlag int `json:"subReturnFlag"`
/* 下级服务商返还政策ID (Optional) */
SubReturnPolicyId string `json:"subReturnPolicyId"`
/* 结算周期类型(1月、2季度、3年、4天、5周) (Optional) */
SubCircleType int `json:"subCircleType"`
/* 京东云负责人(京东云人员erp或名称) (Optional) */
Erp string `json:"erp"`
/* 入驻条件开始日期 (Optional) */
SettleTimeBegin string `json:"settleTimeBegin"`
/* 入驻条件结束日期 (Optional) */
SettleTimeEnd string `json:"settleTimeEnd"`
/* 当前页序号 (Optional) */
PageIndex int `json:"pageIndex"`
/* 每页结果数量 (Optional) */
PageSize int `json:"pageSize"`
/* (Optional) */
Offset int `json:"offset"`
}
type DistributorResult ¶
type DistributorResult struct {
/* 渠道商ID (Optional) */
DistributorId string `json:"distributorId"`
/* 渠道商名称 (Optional) */
DistributorName string `json:"distributorName"`
/* pin (Optional) */
Pin string `json:"pin"`
/* 合同编号 (Optional) */
ContractNo string `json:"contractNo"`
/* 营业执照号 (Optional) */
BusinessLicense string `json:"businessLicense"`
/* 法定代表人 (Optional) */
LegalRepresentative string `json:"legalRepresentative"`
/* 营业执照图片 (Optional) */
BusinessLicensePic string `json:"businessLicensePic"`
/* 主营业务描述 (Optional) */
BusinessDesc string `json:"businessDesc"`
/* 办公地址 (Optional) */
WorkAddress string `json:"workAddress"`
/* 联系人姓名 (Optional) */
Contracter string `json:"contracter"`
/* 联系人电话 (Optional) */
Tel string `json:"tel"`
/* 邮箱 (Optional) */
Email string `json:"email"`
/* 所属地域 (Optional) */
Region string `json:"region"`
/* 入驻日期(一级渠道商手工录入、二级渠道商审批通过日期) (Optional) */
SettleTime string `json:"settleTime"`
/* 状态(0 审批中、2驳回、1 已入驻、3已停止合作) (Optional) */
Status int `json:"status"`
/* 驳回原因 (Optional) */
Reason string `json:"reason"`
/* 级次(0一级、1 二级) (Optional) */
DistributorLevel int `json:"distributorLevel"`
/* 渠道商类型(0合作伙伴、1 渠道代理) (Optional) */
DistributorType int `json:"distributorType"`
/* 上级渠道商ID (Optional) */
ParentDistributorId string `json:"parentDistributorId"`
/* 所属部门(0企业线、1政府线) (Optional) */
Dept int `json:"dept"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 是否需要返还(0需要1不需要) (Optional) */
ReturnFlag int `json:"returnFlag"`
/* 返还政策ID (Optional) */
ReturnPolicyId string `json:"returnPolicyId"`
/* 结算周期类型(1月、2季度、3年、4天、5周) (Optional) */
CircleType int `json:"circleType"`
/* 结算周期类型名称 (Optional) */
CircleTypeName string `json:"circleTypeName"`
/* 服务商返还方式 (Optional) */
ReturnMode int `json:"returnMode"`
/* 服务商返还方式名称(1现金2代金券) (Optional) */
ReturnModeName string `json:"returnModeName"`
/* 合同主体 (Optional) */
ContractSubject string `json:"contractSubject"`
/* 合同主体名称 (Optional) */
ContractSubjectName string `json:"contractSubjectName"`
/* 税务识别号 (Optional) */
TaxNumber string `json:"taxNumber"`
/* 发票抬头 (Optional) */
InvoiceTitle string `json:"invoiceTitle"`
/* 1 全强代付,2 全自付, 3 自选 (Optional) */
PayType int `json:"payType"`
/* 是否有下级服务商(0有1不没有) (Optional) */
SubFlag int `json:"subFlag"`
/* 下级服务商是否需要返还(0需要1不需要) (Optional) */
SubReturnFlag int `json:"subReturnFlag"`
/* 下级服务商返还政策ID (Optional) */
SubReturnPolicyId string `json:"subReturnPolicyId"`
/* 结算周期类型(1月、2季度、3年、4天、5周) (Optional) */
SubCircleType int `json:"subCircleType"`
/* 结算周期类型名称 (Optional) */
SubCircleTypeName string `json:"subCircleTypeName"`
/* 下级服务商返还方式 (Optional) */
SubReturnMode int `json:"subReturnMode"`
/* 下级服务商返还方式名称(1现金2代金券) (Optional) */
SubReturnModeName string `json:"subReturnModeName"`
/* 京东云负责人(京东云人员erp或名称) (Optional) */
Erp string `json:"erp"`
/* 京东云负责人姓名 (Optional) */
ErpName string `json:"erpName"`
/* 京东云负责人部门 (Optional) */
ErpDept string `json:"erpDept"`
/* 服务商级别 (Optional) */
Grade int `json:"grade"`
/* 服务商级别名称 (Optional) */
GradeName string `json:"gradeName"`
/* 服务期限(开始时间) (Optional) */
EffectiveDate string `json:"effectiveDate"`
/* 服务期限(结束时间) (Optional) */
ExpirationDate string `json:"expirationDate"`
/* 电子合同编号 (Optional) */
EContractNo string `json:"eContractNo"`
/* EBS合同编号 (Optional) */
EbsContractNo string `json:"ebsContractNo"`
/* (Optional) */
DistributorProductList []DistributorProduct `json:"distributorProductList"`
/* (Optional) */
DistributorPolicyList []DistributorPolicy `json:"distributorPolicyList"`
/* (Optional) */
SubDistributorPolicyList []DistributorPolicy `json:"subDistributorPolicyList"`
/* (Optional) */
CustomerCount int `json:"customerCount"`
/* 一级渠道商名称 (Optional) */
ParentDistributorName string `json:"parentDistributorName"`
/* 入驻时间 (Optional) */
SettleTimeStr string `json:"settleTimeStr"`
/* 帐户名 (Optional) */
LoginName string `json:"loginName"`
/* 服务商最大层级 (Optional) */
Level int `json:"level"`
/* 是否享受折扣(1享受2不享受) (Optional) */
DiscountFlag int `json:"discountFlag"`
}
type DockingPeopleDTO ¶ added in v1.63.0
type DockingPeopleVo ¶ added in v1.63.0
type ExtraInfoVo ¶ added in v1.63.0
type FollowApplyDistributorRequest ¶ added in v1.63.0
type FollowApplyDistributorRequest struct {
/* 合作线索列表 (Optional) */
ApplyDistributorList []ApplyDistributorDTO `json:"applyDistributorList"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 状态说明 (Optional) */
StatusRemark string `json:"statusRemark"`
/* 跟进时间 (Optional) */
FollowTime string `json:"followTime"`
/* 跟进人 (Optional) */
FollowPerson string `json:"followPerson"`
/* 跟进说明 (Optional) */
FollowRemark string `json:"followRemark"`
}
type FollowRecordDTO ¶ added in v1.63.0
type FollowRecordDTO struct {
/* ID (Optional) */
Id int `json:"id"`
/* 业务操作(add添加、modify修改) (Optional) */
Cmd string `json:"cmd"`
/* 业务类型(1 合作线索 2合作伙伴 3合作信息) (Optional) */
BusinessType int `json:"businessType"`
/* 业务ID (Optional) */
BusinessId string `json:"businessId"`
/* 业务号码 (Optional) */
BusinessNo string `json:"businessNo"`
/* 业务号码2 (Optional) */
BusinessNo2 string `json:"businessNo2"`
/* 跟进人 (Optional) */
FollowPerson string `json:"followPerson"`
/* 内容 (Optional) */
Content string `json:"content"`
/* 跟进时间 (Optional) */
FollowTime string `json:"followTime"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type FormulaDTO ¶ added in v1.15.0
type OaDetail ¶ added in v1.63.0
type OaDetail struct {
/* 任务名称 (Optional) */
TaskName string `json:"taskName"`
/* 审批人 (Optional) */
SubmitRealName string `json:"submitRealName"`
/* 任务状态 (Optional) */
SubmitResult string `json:"submitResult"`
/* 审批意见 (Optional) */
SubmitComments string `json:"submitComments"`
/* 任务开始时间 (Optional) */
StartTime string `json:"startTime"`
/* 任务结束时间 (Optional) */
EndTime string `json:"endTime"`
}
type OperateAuthority ¶
type OperateAuthority struct {
/* ID (Optional) */
Id int `json:"id"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 操作人 (Optional) */
Operator string `json:"operator"`
/* 修改时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type OperateAuthorityDTO ¶
type OperateAuthorityDTO struct {
/* ID (Optional) */
Id int `json:"id"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 操作人 (Optional) */
Operator string `json:"operator"`
/* 修改时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type OperateAuthorityQuery ¶
type OperateAuthorityQuery struct {
/* ID (Optional) */
Id int `json:"id"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 操作人 (Optional) */
Operator string `json:"operator"`
/* 修改时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
/* 当前页序号 (Optional) */
PageIndex int `json:"pageIndex"`
/* 每页结果数量 (Optional) */
PageSize int `json:"pageSize"`
/* (Optional) */
Offset int `json:"offset"`
}
type OperateReturnAuthority ¶ added in v1.15.0
type OperateReturnAuthority struct {
/* ID (Optional) */
Id int `json:"id"`
/* erp (Optional) */
Erp string `json:"erp"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 操作人 (Optional) */
Operator string `json:"operator"`
/* 修改时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type OperateReturnAuthorityDTO ¶ added in v1.15.0
type OperateReturnAuthorityDTO struct {
/* ID (Optional) */
Id int `json:"id"`
/* erp (Optional) */
Erp string `json:"erp"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 操作人 (Optional) */
Operator string `json:"operator"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type OperateReturnAuthorityQuery ¶ added in v1.15.0
type OperateReturnAuthorityQuery struct {
/* ID (Optional) */
Id int `json:"id"`
/* erp (Optional) */
Erp string `json:"erp"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 操作人 (Optional) */
Operator string `json:"operator"`
/* 修改时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
/* 当前页序号 (Optional) */
PageIndex int `json:"pageIndex"`
/* 每页结果数量 (Optional) */
PageSize int `json:"pageSize"`
/* (Optional) */
Offset int `json:"offset"`
}
type OperatorAchievement ¶
type OperatorAchievement struct {
/* pin (Optional) */
Pin string `json:"pin"`
/* 名称 (Optional) */
Name string `json:"name"`
/* 真实名称 (Optional) */
RealName string `json:"realName"`
/* 一级服务商名称 (Optional) */
OneLevelDistributorName string `json:"oneLevelDistributorName"`
/* 二级服务商名称 (Optional) */
SecondLevelDistributorName string `json:"secondLevelDistributorName"`
/* 部门 (Optional) */
Dept int `json:"dept"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 服务商类型 (Optional) */
DistributorType string `json:"distributorType"`
/* 服务商类型名称 (Optional) */
DistributorTypeName string `json:"distributorTypeName"`
/* 上级服务商名称 (Optional) */
SuperDistributorName string `json:"superDistributorName"`
/* 上级服务商pin (Optional) */
SuperDistributorPin string `json:"superDistributorPin"`
/* serviceCode (Optional) */
ServiceCode string `json:"serviceCode"`
/* serviceCodeName (Optional) */
ServiceCodeName string `json:"serviceCodeName"`
/* 帐户名 (Optional) */
LoginName string `json:"loginName"`
/* 时间 (Optional) */
ConsumeDate string `json:"consumeDate"`
/* 优惠前金额 (Optional) */
ConsumeCount int `json:"consumeCount"`
/* 现金支付 (Optional) */
CashPayFeeCount int `json:"cashPayFeeCount"`
/* 业绩金额 (Optional) */
AchievmentCount int `json:"achievmentCount"`
/* 付费代金卷金额 (Optional) */
PayCouponFeeCount int `json:"payCouponFeeCount"`
/* 免费代金卷金额 (Optional) */
FreeCouponFeeCount int `json:"freeCouponFeeCount"`
}
type OperatorPrePayAchievement ¶
type OperatorPrePayAchievement struct {
/* pin (Optional) */
Pin string `json:"pin"`
/* 名称 (Optional) */
Name string `json:"name"`
/* 真实名称 (Optional) */
RealName string `json:"realName"`
/* 部门 (Optional) */
Dept int `json:"dept"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 服务商类型 (Optional) */
DistributorType string `json:"distributorType"`
/* 服务商类型名称 (Optional) */
DistributorTypeName string `json:"distributorTypeName"`
/* 一级服务商名称 (Optional) */
OneLevelDistributorName string `json:"oneLevelDistributorName"`
/* 二级服务商名称 (Optional) */
SecondLevelDistributorName string `json:"secondLevelDistributorName"`
/* 上级服务商名称 (Optional) */
SuperDistributorName string `json:"superDistributorName"`
/* 上级服务商pin (Optional) */
SuperDistributorPin string `json:"superDistributorPin"`
/* serviceCode (Optional) */
ServiceCode string `json:"serviceCode"`
/* serviceCodeName (Optional) */
ServiceCodeName string `json:"serviceCodeName"`
/* opType (Optional) */
OpType int `json:"opType"`
/* opTypeName (Optional) */
OpTypeName string `json:"opTypeName"`
/* 帐户名 (Optional) */
LoginName string `json:"loginName"`
/* 开始时间 (Optional) */
BillTime string `json:"billTime"`
/* 完成时间 (Optional) */
ConsumeDate string `json:"consumeDate"`
/* 交易单号 (Optional) */
TransactionNo string `json:"transactionNo"`
/* 优惠前金额 (Optional) */
ConsumeCount int `json:"consumeCount"`
/* 现金支付 (Optional) */
CashPayFeeCount int `json:"cashPayFeeCount"`
/* 业绩金额 (Optional) */
AchievmentCount int `json:"achievmentCount"`
/* 付费代金卷金额 (Optional) */
PayCouponFeeCount int `json:"payCouponFeeCount"`
/* 免费代金卷金额 (Optional) */
FreeCouponFeeCount int `json:"freeCouponFeeCount"`
}
type OrderDetail ¶
type OrderDetail struct {
/* 订单详情列表 (Optional) */
OrderItemDetails []OrderItemDetail `json:"orderItemDetails"`
/* 子订单列表 (Optional) */
ChildOrderDetailList []OrderDetail `json:"childOrderDetailList"`
/* 订单编号 (Optional) */
OrderNumber string `json:"orderNumber"`
/* 订单状态:已支付 (Optional) */
Status string `json:"status"`
/* 订单类型 (Optional) */
OrderType string `json:"orderType"`
/* 订单计费类型:按配置、包年包月、按用量 (Optional) */
ChargeMode string `json:"chargeMode"`
/* 产品线 (Optional) */
AppName string `json:"appName"`
/* 产品名称(产品类型) (Optional) */
ServiceName string `json:"serviceName"`
/* 付费方式 (Optional) */
PayType string `json:"payType"`
/* 自营类型:1-自营,2-非自营,3-二者并存 (Optional) */
SelfSupportType string `json:"selfSupportType"`
/* 站点类型 0:主站,1:国际站,2:云市场 (Optional) */
SiteType string `json:"siteType"`
/* 下单时间 (Optional) */
CreateTime string `json:"createTime"`
/* 支付时间 (Optional) */
PayTime string `json:"payTime"`
/* 应付价格是否被修改过:0-未修改,1-已修改 (Optional) */
IsActualFeeModified string `json:"isActualFeeModified"`
/* 订单总额(元) (Optional) */
TotalFee int `json:"totalFee"`
/* 应付总额(元) (Optional) */
ActualFee int `json:"actualFee"`
/* 优惠总额(元) (Optional) */
DiscountFee int `json:"discountFee"`
/* 已支付总额(元) (Optional) */
PaidFee int `json:"paidFee"`
/* 代金券金额(元) (Optional) */
FavorableFee int `json:"favorableFee"`
/* 代金券Json (Optional) */
FavorableFeeJson string `json:"favorableFeeJson"`
/* 现金支付 (Optional) */
MoneyPay int `json:"moneyPay"`
/* 余额支付 (Optional) */
BalancePay int `json:"balancePay"`
/* 支付确认页地址 (Optional) */
PayUrl string `json:"payUrl"`
/* 用户pin (Optional) */
Pin string `json:"pin"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 自动取消时间 (Optional) */
ExpirationTime string `json:"expirationTime"`
/* 已退款金额 (Optional) */
RefundFee int `json:"refundFee"`
/* 订单类型:新购、续费、升降配 (Optional) */
OrderTypeInfo int `json:"orderTypeInfo"`
/* 订单计费类型:按配置、包年包月、按用量actualFee (Optional) */
ChargeModeInfo int `json:"chargeModeInfo"`
/* 订单状态:未支付、已支付、处理中、已取消 (Optional) */
StatusInfo int `json:"statusInfo"`
/* 自营类型:1-自营,2-非自营,3-二者并存 (Optional) */
SelfSupportTypeInfo int `json:"selfSupportTypeInfo"`
/* 现金支付方式(企业、个人网银、京东支付、微信、线下汇款) (Optional) */
PaymentChannel int `json:"paymentChannel"`
/* 修改时间 (Optional) */
UpdatedTime string `json:"updatedTime"`
/* 支付单号 (Optional) */
PaymentNumber string `json:"paymentNumber"`
/* 付款人 (Optional) */
Payer string `json:"payer"`
/* 申请人 (Optional) */
Proposer string `json:"proposer"`
/* 应用code (Optional) */
AppCode string `json:"appCode"`
}
type OrderItemDetail ¶
type OrderItemDetail struct {
/* 价格快照Json (Optional) */
PriceSnapshot string `json:"priceSnapshot"`
/* 变更前资源配置 (Optional) */
ExtraInfoBefore []ExtraInfo `json:"extraInfoBefore"`
/* 变更后资源配置 (Optional) */
ExtraInfoAfter []ExtraInfo `json:"extraInfoAfter"`
/* 商品规格参数 (Optional) */
ExtraInfo []ExtraInfo `json:"extraInfo"`
/* 应付金额(元) (Optional) */
ActualFee int `json:"actualFee"`
/* 数量 (Optional) */
Quantity int `json:"quantity"`
/* 续费前资源到期时间 (Optional) */
ExpireDateBefore string `json:"expireDateBefore"`
/* 续费后资源到期时间 (Optional) */
ExpireDateAfter string `json:"expireDateAfter"`
/* 计费时长单位 (Optional) */
Unit string `json:"unit"`
/* 计费时长(购买时长) (Optional) */
ChargeDuration int `json:"chargeDuration"`
/* 计费类型 (Optional) */
ChargeMode string `json:"chargeMode"`
/* 订单总额(元) (Optional) */
TotalFee int `json:"totalFee"`
/* 资源类型 (Optional) */
ServiceName string `json:"serviceName"`
/* 站点类型 0:主站,1:国际站,2:云市场 (Optional) */
SiteType string `json:"siteType"`
/* 下单时间 (Optional) */
CreateTime string `json:"createTime"`
/* 订单商品状态:创建中、成功、失败 (Optional) */
Status int `json:"status"`
/* 资源id (Optional) */
ItemId string `json:"itemId"`
/* 资源名称 (Optional) */
ItemName string `json:"itemName"`
/* 计算公式(配置细项) (Optional) */
Formula string `json:"formula"`
/* 订单编号 (Optional) */
OrderNumber string `json:"orderNumber"`
/* 实际支付总金额 (Optional) */
AllActualFee int `json:"allActualFee"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 现金支付 (Optional) */
MoneyPay int `json:"moneyPay"`
/* 余额支付 (Optional) */
BalancePay int `json:"balancePay"`
/* 已退款金额 (Optional) */
RefundFee int `json:"refundFee"`
/* 订单计费类型:按配置、包年包月、按用量actualFee (Optional) */
ChargeModeInfo int `json:"chargeModeInfo"`
/* 退款状态 RefundStatusEnum 0,申请退款 1,退款审核中 2,已退款 3,已取消 4,退款失败 5,财务审批驳回 6,财务审批通过 (Optional) */
DeleteStatus int `json:"deleteStatus"`
/* 代金券金额 (Optional) */
FavorableFee int `json:"favorableFee"`
/* 变配明细 (Optional) */
ResizeFormulaType int `json:"resizeFormulaType"`
}
type Pagination ¶
type Pagination struct {
/* 当前页 (Optional) */
CurrPageNo int `json:"currPageNo"`
/* 页数 (Optional) */
NumberPages int `json:"numberPages"`
/* 总记录数 (Optional) */
NumberRecords int `json:"numberRecords"`
/* 页面大小 (Optional) */
PageSize int `json:"pageSize"`
/* 起始页 (Optional) */
StartIndex int `json:"startIndex"`
}
type PartiesInfoDTO ¶ added in v1.63.0
type PartnerDTO ¶ added in v1.63.0
type PartnerDTO struct {
/* id (Optional) */
Id int `json:"id"`
/* 合作伙伴ID (Optional) */
PartnerId string `json:"partnerId"`
/* 公司名称 (Optional) */
CompanyName string `json:"companyName"`
/* 统一社会信用代码 (Optional) */
CreditCode string `json:"creditCode"`
/* 法定代表人 (Optional) */
LegalRepresentative string `json:"legalRepresentative"`
/* 成立时间 (Optional) */
EstablishedDate string `json:"establishedDate"`
/* 注册地 (Optional) */
RegisteredOffice string `json:"registeredOffice"`
/* 注册资本 (Optional) */
RegisteredCapital string `json:"registeredCapital"`
/* 企业类型 (Optional) */
CompanyType string `json:"companyType"`
/* 所属行业 (Optional) */
Industry string `json:"industry"`
/* 营业期限 (Optional) */
BusinessTerm string `json:"businessTerm"`
/* 经营状态 (Optional) */
ManagementForms string `json:"managementForms"`
/* 人员规模(1 0-50人 2 50-100人 3 100人以上) (Optional) */
CompanyScale int `json:"companyScale"`
/* 营业执照 (Optional) */
BusinessLicensePic string `json:"businessLicensePic"`
/* 法人身份证 (Optional) */
IdentityCardPic string `json:"identityCardPic"`
/* 核心产品及业务 (Optional) */
BusinessProduct string `json:"businessProduct"`
MarketShare string `json:"marketShare"`
/* 官网网址 (Optional) */
Website string `json:"website"`
/* 投资背景 (Optional) */
InvestmentBackground string `json:"investmentBackground"`
/* 年营业额(万) (Optional) */
AnnualSalesVolume string `json:"annualSalesVolume"`
/* 信用风险 (Optional) */
CreditRisk string `json:"creditRisk"`
/* 伙伴当前云服务厂商 (Optional) */
ServiceProvider string `json:"serviceProvider"`
/* 合作伙伴用户pin (Optional) */
Pin string `json:"pin"`
/* 年云消耗规模(万) (Optional) */
ConsumptionScale string `json:"consumptionScale"`
/* 业务是否迁移至京东智联云 (Optional) */
JdcloudFlag int `json:"jdcloudFlag"`
/* 伙伴标签 (Optional) */
PartnerTag string `json:"partnerTag"`
/* 合作伙伴级别 (Optional) */
PartnerLevel int `json:"partnerLevel"`
/* 伙伴来源 (Optional) */
Source int `json:"source"`
/* 行业领域 (Optional) */
IndustryField string `json:"industryField"`
/* 活动ID (Optional) */
ActivityId int `json:"activityId"`
/* 线索ID (Optional) */
ApplyId int `json:"applyId"`
/* 联系人 (Optional) */
Contactor string `json:"contactor"`
/* 联系电话 (Optional) */
Tel string `json:"tel"`
/* 邮箱 (Optional) */
Email string `json:"email"`
/* 职位 (Optional) */
Position string `json:"position"`
/* 微信号 (Optional) */
WechatNo string `json:"wechatNo"`
/* 跟进人 (Optional) */
FollowPerson string `json:"followPerson"`
/* 跟进备注 (Optional) */
FollowRemark string `json:"followRemark"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 状态备注 (Optional) */
StatusRemark string `json:"statusRemark"`
/* 京东云负责人 (Optional) */
Erp string `json:"erp"`
/* 跟进记录列表 (Optional) */
FollowRecordList []FollowRecordDTO `json:"followRecordList"`
}
type PartnerQuery ¶ added in v1.63.0
type PartnerQuery struct {
/* id (Optional) */
Id int `json:"id"`
/* 合作伙伴ID (Optional) */
PartnerId string `json:"partnerId"`
/* 公司名称 (Optional) */
CompanyName string `json:"companyName"`
/* 注册地 (Optional) */
RegisteredOffice string `json:"registeredOffice"`
/* 伙伴来源 (Optional) */
Source int `json:"source"`
/* 行业领域 (Optional) */
IndustryField string `json:"industryField"`
/* 活动ID (Optional) */
ActivityId int `json:"activityId"`
/* 线索ID (Optional) */
ApplyId int `json:"applyId"`
/* 跟进人 (Optional) */
FollowPerson string `json:"followPerson"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 合作信息标识(0无1有) (Optional) */
CooperationFlag int `json:"cooperationFlag"`
/* 合作产品标识(0无1有) (Optional) */
CooperationProductFlag int `json:"cooperationProductFlag"`
/* 所属行业 (Optional) */
Industry string `json:"industry"`
/* 核心产品及业务 (Optional) */
BusinessProduct string `json:"businessProduct"`
/* 合作伙伴用户pin (Optional) */
Pin string `json:"pin"`
/* 伙伴标签 (Optional) */
PartnerTag string `json:"partnerTag"`
/* 合作伙伴级别 (Optional) */
PartnerLevel int `json:"partnerLevel"`
/* 查询类型 (Optional) */
QueryType int `json:"queryType"`
/* 当前页序号 (Optional) */
PageIndex int `json:"pageIndex"`
/* 每页结果数量 (Optional) */
PageSize int `json:"pageSize"`
/* (Optional) */
Offset int `json:"offset"`
}
type PartnerResult ¶ added in v1.63.0
type PartnerResult struct {
/* id (Optional) */
Id int `json:"id"`
/* 合作伙伴ID (Optional) */
PartnerId string `json:"partnerId"`
/* 公司名称 (Optional) */
CompanyName string `json:"companyName"`
/* 统一社会信用代码 (Optional) */
CreditCode string `json:"creditCode"`
/* 法定代表人 (Optional) */
LegalRepresentative string `json:"legalRepresentative"`
/* 成立时间 (Optional) */
EstablishedDate string `json:"establishedDate"`
/* 注册地 (Optional) */
RegisteredOffice string `json:"registeredOffice"`
/* 注册资本 (Optional) */
RegisteredCapital string `json:"registeredCapital"`
/* 企业类型 (Optional) */
CompanyType string `json:"companyType"`
/* 所属行业 (Optional) */
Industry string `json:"industry"`
/* 营业期限 (Optional) */
BusinessTerm string `json:"businessTerm"`
/* 经营状态 (Optional) */
ManagementForms string `json:"managementForms"`
/* 人员规模(1 0-50人 2 50-100人 3 100人以上) (Optional) */
CompanyScale int `json:"companyScale"`
/* 营业执照 (Optional) */
BusinessLicensePic string `json:"businessLicensePic"`
/* 法人身份证 (Optional) */
IdentityCardPic string `json:"identityCardPic"`
/* 核心产品及业务 (Optional) */
BusinessProduct string `json:"businessProduct"`
MarketShare string `json:"marketShare"`
/* 官网网址 (Optional) */
Website string `json:"website"`
/* 投资背景 (Optional) */
InvestmentBackground string `json:"investmentBackground"`
/* 年营业额(万) (Optional) */
AnnualSalesVolume string `json:"annualSalesVolume"`
/* 信用风险 (Optional) */
CreditRisk string `json:"creditRisk"`
/* 伙伴当前云服务厂商 (Optional) */
ServiceProvider string `json:"serviceProvider"`
/* 合作伙伴用户pin (Optional) */
Pin string `json:"pin"`
/* 年云消耗规模(万) (Optional) */
ConsumptionScale string `json:"consumptionScale"`
/* 业务是否迁移至京东智联云 (Optional) */
JdcloudFlag int `json:"jdcloudFlag"`
/* 伙伴标签 (Optional) */
PartnerTag string `json:"partnerTag"`
/* 合作伙伴级别 (Optional) */
PartnerLevel int `json:"partnerLevel"`
/* 京东云负责人 (Optional) */
Erp string `json:"erp"`
}
type PartnerStatus ¶ added in v1.63.0
type PartnerStatus struct {
/* ID (Optional) */
Id int `json:"id"`
/* 业务类型(1 合作线索 2合作伙伴 3合作信息) (Optional) */
BusinessType int `json:"businessType"`
/* 业务ID (Optional) */
BusinessId string `json:"businessId"`
/* 业务号码 (Optional) */
BusinessNo string `json:"businessNo"`
/* 业务号码2 (Optional) */
BusinessNo2 string `json:"businessNo2"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 状态备注 (Optional) */
StatusName string `json:"statusName"`
/* 跟进人 (Optional) */
FollowPerson string `json:"followPerson"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type PartnerUserDTO ¶ added in v1.63.0
type PartnerUserDTO struct {
/* 客户ID (Optional) */
CustomerId string `json:"customerId"`
/* pin (Optional) */
Pin string `json:"pin"`
/* 账户名 (Optional) */
LoginName string `json:"loginName"`
/* 1一级渠道商 2二级渠道商 3 一级渠道商客户 4 二级渠道商客户 (Optional) */
Type int `json:"type"`
/* 类型名称 (Optional) */
TypeName string `json:"typeName"`
}
type PayOrder ¶ added in v1.63.0
type PayOrder struct {
/* ID (Optional) */
Id int `json:"id"`
/* 产品类型 (Optional) */
Source int `json:"source"`
/* 记录ID (Optional) */
RecordId string `json:"recordId"`
/* pin (Optional) */
Pin string `json:"pin"`
/* 客户名称 (Optional) */
CustomerName string `json:"customerName"`
/* 业务线 (Optional) */
AppCode string `json:"appCode"`
/* 产品线 (Optional) */
ServiceCode string `json:"serviceCode"`
/* 订单时间 (Optional) */
OrderTime string `json:"orderTime"`
/* 子订单号 (Optional) */
TransactionNo string `json:"transactionNo"`
/* 订单号 (Optional) */
MainTransactionNo string `json:"mainTransactionNo"`
/* 原价 (Optional) */
OrderFee int `json:"orderFee"`
/* 实付金额 (Optional) */
ActualFee int `json:"actualFee"`
/* 服务商类型 (Optional) */
Status int `json:"status"`
/* 服务商ID (Optional) */
DistributorId string `json:"distributorId"`
/* 服务商pin (Optional) */
DistributorPin string `json:"distributorPin"`
/* 服务商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 一级服务商ID (Optional) */
OneLevelDistributorId string `json:"oneLevelDistributorId"`
}
type PinBill ¶ added in v1.63.0
type PinBill struct {
/* 账期,yyyy-MM (Optional) */
BillDate string `json:"billDate"`
/* pin (Optional) */
Pin string `json:"pin"`
/* 账户名 (Optional) */
LoginName string `json:"loginName"`
/* 客户名称 (Optional) */
CustomerName string `json:"customerName"`
/* 原价6位 (Optional) */
BillFee int `json:"billFee"`
/* 原价2位 (Optional) */
BillFee2 int `json:"billFee2"`
/* 优惠金额 (Optional) */
DiscountFee int `json:"discountFee"`
/* 抹零金额 (Optional) */
EraseFee float64 `json:"eraseFee"`
/* 优惠后金额 (Optional) */
ActualFee int `json:"actualFee"`
/* 付费代金券金额 (Optional) */
PayCouponFee int `json:"payCouponFee"`
/* 折扣率 (Optional) */
Discount int `json:"discount"`
/* 应付金额 (Optional) */
PayableFee int `json:"payableFee"`
/* 免费代金券金额 (Optional) */
FreeCouponFee int `json:"freeCouponFee"`
/* 余额支付金额 (Optional) */
BalancePayFee float64 `json:"balancePayFee"`
/* 现金支付金额 (Optional) */
CashPayFee float64 `json:"cashPayFee"`
}
type PrePaymentAchievement ¶
type PrePaymentAchievement struct {
/* pin (Optional) */
Pin string `json:"pin"`
/* 名称 (Optional) */
Name string `json:"name"`
/* 真实名称 (Optional) */
RealName string `json:"realName"`
/* serviceCode (Optional) */
ServiceCode string `json:"serviceCode"`
/* serviceCodeName (Optional) */
ServiceCodeName string `json:"serviceCodeName"`
/* 帐户名 (Optional) */
LoginName string `json:"loginName"`
/* 时间 (Optional) */
ConsumeDate string `json:"consumeDate"`
/* 优惠前金额 (Optional) */
ConsumeCount int `json:"consumeCount"`
/* 现金支付 (Optional) */
CashPayFeeCount int `json:"cashPayFeeCount"`
/* 业绩金额 (Optional) */
AchievmentCount int `json:"achievmentCount"`
/* 付费代金卷金额 (Optional) */
PayCouponFeeCount int `json:"payCouponFeeCount"`
/* 免费代金卷金额 (Optional) */
FreeCouponFeeCount int `json:"freeCouponFeeCount"`
/* 订单编号 (Optional) */
OrderId int `json:"orderId"`
/* 类型 (Optional) */
OpType int `json:"opType"`
/* 类型名称 (Optional) */
OpTypeName string `json:"opTypeName"`
/* 创建时间 (Optional) */
BillTime string `json:"billTime"`
}
type Product ¶ added in v1.15.0
type Product struct {
/* ID (Optional) */
Id int `json:"id"`
/* 产品类型 (Optional) */
ProductType int `json:"productType"`
/* 产品类型名称 (Optional) */
ProductTypeName string `json:"productTypeName"`
/* 产品ID (Optional) */
ProductId string `json:"productId"`
/* 产品名称 (Optional) */
ProductName string `json:"productName"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type ProductBill ¶ added in v1.63.0
type ProductBill struct {
/* 账期,yyyy-MM (Optional) */
BillDate string `json:"billDate"`
/* pin (Optional) */
Pin string `json:"pin"`
/* 账户名 (Optional) */
LoginName string `json:"loginName"`
/* 客户名称 (Optional) */
CustomerName string `json:"customerName"`
/* 产品线 (Optional) */
AppCode string `json:"appCode"`
/* 产品线名称 (Optional) */
AppCodeName string `json:"appCodeName"`
/* 产品编码 (Optional) */
ServiceCode string `json:"serviceCode"`
/* 产品编码名称 (Optional) */
ServiceCodeName string `json:"serviceCodeName"`
/* 原价6位 (Optional) */
BillFee int `json:"billFee"`
/* 原价2位 (Optional) */
BillFee2 int `json:"billFee2"`
/* 优惠金额 (Optional) */
DiscountFee int `json:"discountFee"`
/* 抹零金额 (Optional) */
EraseFee float64 `json:"eraseFee"`
/* 应付金额 (Optional) */
ActualFee int `json:"actualFee"`
/* 付费代金券金额 (Optional) */
PayCouponFee int `json:"payCouponFee"`
/* 折扣率 (Optional) */
Discount int `json:"discount"`
/* 应付金额 (Optional) */
PayableFee int `json:"payableFee"`
/* 免费代金券金额 (Optional) */
FreeCouponFee int `json:"freeCouponFee"`
/* 余额支付金额 (Optional) */
BalancePayFee float64 `json:"balancePayFee"`
/* 现金支付金额 (Optional) */
CashPayFee float64 `json:"cashPayFee"`
}
type ProductCondition ¶ added in v1.63.0
type ProductCondition struct {
/* 业务线 (Optional) */
AppCode string `json:"appCode"`
/* 产品类型 (Optional) */
ProductType int `json:"productType"`
/* 产品ID (Optional) */
ProductId string `json:"productId"`
/* 产品名称(模糊查询) (Optional) */
ProductNameLike string `json:"productNameLike"`
/* 状态 (Optional) */
ProductStatus int `json:"productStatus"`
/* 售卖模式 (Optional) */
SalesModel int `json:"salesModel"`
/* 收费主体 (Optional) */
ChargeSubject int `json:"chargeSubject"`
/* 计费方式 (Optional) */
ChargeMode int `json:"chargeMode"`
/* 售卖模式 (Optional) */
SalesModelName string `json:"salesModelName"`
/* 收费主体 (Optional) */
ChargeSubjectName string `json:"chargeSubjectName"`
/* 计费方式 (Optional) */
ChargeModeName string `json:"chargeModeName"`
/* 当前页序号 (Optional) */
PageIndex int `json:"pageIndex"`
/* 每页结果数量 (Optional) */
PageSize int `json:"pageSize"`
/* (Optional) */
Offset int `json:"offset"`
}
type ProductDTO ¶ added in v1.15.0
type ProductDTO struct {
/* ID (Optional) */
Id int `json:"id"`
/* 产品类型 (Optional) */
ProductType int `json:"productType"`
/* 产品ID (Optional) */
ProductId string `json:"productId"`
/* 产品名称 (Optional) */
ProductName string `json:"productName"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 返回编码0成功-1失败 (Optional) */
Code int `json:"code"`
/* 返回消息 (Optional) */
Message string `json:"message"`
}
type ProductDTORequest ¶ added in v1.15.0
type ProductDTORequest struct {
/* 产品列表 (Optional) */
ProductDTOList []ProductDTO `json:"productDTOList"`
/* 操作类型 (Optional) */
Cmd int `json:"cmd"`
}
type ProductQuery ¶ added in v1.15.0
type ProductQuery struct {
/* ID (Optional) */
Id int `json:"id"`
/* 产品类型 (Optional) */
ProductType int `json:"productType"`
/* 产品ID (Optional) */
ProductId string `json:"productId"`
/* 产品名称 (Optional) */
ProductName string `json:"productName"`
/* 产品名称(模糊查询) (Optional) */
ProductNameLike string `json:"productNameLike"`
/* 产品ID列表 (Optional) */
ProductIdList []string `json:"productIdList"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 当前页序号 (Optional) */
PageIndex int `json:"pageIndex"`
/* 每页结果数量 (Optional) */
PageSize int `json:"pageSize"`
/* (Optional) */
Offset int `json:"offset"`
}
type ProductResult ¶ added in v1.63.0
type ProductResult struct {
/* ID (Optional) */
Id int `json:"id"`
/* 业务线 (Optional) */
AppCode string `json:"appCode"`
/* 业务线名称 (Optional) */
AppCodeName string `json:"appCodeName"`
/* 产品类型 (Optional) */
ProductType int `json:"productType"`
/* 产品类型名字 (Optional) */
ProductTypeName string `json:"productTypeName"`
/* 产品ID (Optional) */
ProductId string `json:"productId"`
/* 产品名称 (Optional) */
ProductName string `json:"productName"`
/* 产品名称(模糊查询) (Optional) */
ProductNameLike string `json:"productNameLike"`
/* 状态 (Optional) */
ProductStatus int `json:"productStatus"`
/* 状态描述 (Optional) */
ProductStatusName string `json:"productStatusName"`
/* 售卖模式 (Optional) */
SalesModel int `json:"salesModel"`
/* 收费主体 (Optional) */
ChargeSubject int `json:"chargeSubject"`
/* 计费方式 (Optional) */
ChargeMode int `json:"chargeMode"`
/* 售卖模式 (Optional) */
SalesModelName string `json:"salesModelName"`
/* 收费主体 (Optional) */
ChargeSubjectName string `json:"chargeSubjectName"`
/* 计费方式 (Optional) */
ChargeModeName string `json:"chargeModeName"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
}
type ResourceBill ¶ added in v1.63.0
type ResourceBill struct {
/* 代付人账号ID (Optional) */
PayerId string `json:"payerId"`
/* 使用人账号ID (Optional) */
UserId string `json:"userId"`
/* pin (Optional) */
Pin string `json:"pin"`
/* 账户名 (Optional) */
LoginName string `json:"loginName"`
/* 资源id (Optional) */
ResourceId string `json:"resourceId"`
/* 产品线 (Optional) */
AppCode string `json:"appCode"`
/* 产品线名称 (Optional) */
AppCodeName string `json:"appCodeName"`
/* 产品编码 (Optional) */
ServiceCode string `json:"serviceCode"`
/* 产品编码名称 (Optional) */
ServiceCodeName string `json:"serviceCodeName"`
/* 计费类型 1:按配置 2:按用量 3:包年包月 4:按次 (Optional) */
BillingType int `json:"billingType"`
/* 计费类型名称,例如:按配置-使用 (Optional) */
BillingTypeName string `json:"billingTypeName"`
/* 地域 (Optional) */
Region string `json:"region"`
/* 地域名称 (Optional) */
RegionName string `json:"regionName"`
/* 计费时间段 (Optional) */
TimeRange string `json:"timeRange"`
/* 配置详情 (Optional) */
FormulaDesc string `json:"formulaDesc"`
/* 原价 (Optional) */
BillFee int `json:"billFee"`
/* 优惠金额 (Optional) */
DiscountFee int `json:"discountFee"`
/* 应付费用 (Optional) */
ActualFee int `json:"actualFee"`
/* 现金支付 (Optional) */
CashPayFee int `json:"cashPayFee"`
/* 付费代金券 (Optional) */
PayCouponFee int `json:"payCouponFee"`
/* 免费代金券 (Optional) */
FreeCouponFee int `json:"freeCouponFee"`
/* 欠费金额 (Optional) */
ArrearFee int `json:"arrearFee"`
/* 结算金额 (Optional) */
SettlementFee int `json:"settlementFee"`
/* 消费类型(1 后付费 2 预付费) (Optional) */
ConsumeType int `json:"consumeType"`
/* 消费类型名称 (Optional) */
ConsumeTypeName string `json:"consumeTypeName"`
/* 账单类型(0 -消费类 1-退款类 2.调账类 3、保底类) (Optional) */
BillType int `json:"billType"`
/* 账单类型名称 (Optional) */
BillTypeName string `json:"billTypeName"`
}
type ResourceBillAdminCondition ¶ added in v1.63.0
type ResourceBillAdminCondition struct {
/* 渠道商客户PIN (Optional) */
Pin string `json:"pin"`
/* 账期,按月yyyy-MM (Optional) */
BillDate string `json:"billDate"`
/* 二级渠道商PIN (Optional) */
DistributorPin string `json:"distributorPin"`
/* 一级渠道商PIN (Optional) */
OneLevelDistributorPin string `json:"oneLevelDistributorPin"`
/* 账号名 (Optional) */
LoginName string `json:"loginName"`
/* 当前页序号 (Optional) */
PageIndex int `json:"pageIndex"`
/* 每页结果数量 (Optional) */
PageSize int `json:"pageSize"`
}
type ResourceBillCondition ¶ added in v1.63.0
type ResourceBillCondition struct {
/* 账期,按月:yyyy-MM */
BillDate string `json:"billDate"`
/* appCode (Optional) */
AppCode string `json:"appCode"`
/* serviceCode (Optional) */
ServiceCode string `json:"serviceCode"`
/* 计费类型 (Optional) */
BillingType int `json:"billingType"`
/* 资源id (Optional) */
ResourceId string `json:"resourceId"`
/* 地域 (Optional) */
Region string `json:"region"`
/* 渠道商客户PIN (Optional) */
Pin string `json:"pin"`
/* 当前页序号 (Optional) */
PageIndex int `json:"pageIndex"`
/* 每页结果数量 (Optional) */
PageSize int `json:"pageSize"`
}
type ReturnBillDetailProduct ¶ added in v1.15.0
type ReturnBillDetailProduct struct {
/* ID (Optional) */
Id int `json:"id"`
/* 返还单明细ID (Optional) */
ReturnBillDetailId int `json:"returnBillDetailId"`
/* 产品类型 (Optional) */
ProductType string `json:"productType"`
/* 产品ID (Optional) */
ProductId string `json:"productId"`
/* 产品名称 (Optional) */
ProductName string `json:"productName"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type ReturnBillDetailResult ¶
type ReturnBillDetailResult struct {
/* ID (Optional) */
Id int `json:"id"`
/* 服务商ID (Optional) */
DistributorId string `json:"distributorId"`
/* 渠道商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 生成时间 (Optional) */
GenerateTime string `json:"generateTime"`
/* 返还类型 (Optional) */
ReturnType int `json:"returnType"`
/* 返还项目ID (Optional) */
ItemId int `json:"itemId"`
/* 返还项目名称 (Optional) */
ItemName string `json:"itemName"`
/* 返还依据类型 (Optional) */
ReturnRuleType int `json:"returnRuleType"`
/* 产品类型 (Optional) */
ProductType string `json:"productType"`
/* 产品ID (Optional) */
ProductId string `json:"productId"`
/* 产品名称 (Optional) */
ProductName string `json:"productName"`
/* (Optional) */
ReturnBillDetailProductList []ReturnBillDetailProduct `json:"returnBillDetailProductList"`
/* 账单ID (Optional) */
AccountingBillId int `json:"accountingBillId"`
/* 订单号 (Optional) */
MainTransactionNo string `json:"mainTransactionNo"`
/* 周期类型 (Optional) */
CircleType int `json:"circleType"`
/* 周期名称 (Optional) */
CircleName int `json:"circleName"`
/* 周期值 (Optional) */
CircleValue int `json:"circleValue"`
/* 周期值名称 (Optional) */
CircleValueName string `json:"circleValueName"`
/* 开始时间 (Optional) */
CircleBegin string `json:"circleBegin"`
/* 结束时间 (Optional) */
CircleEnd string `json:"circleEnd"`
/* 返还金额 (Optional) */
ReturnMount int `json:"returnMount"`
/* 业绩金额 (Optional) */
Amount int `json:"amount"`
/* 条件值 (Optional) */
ConditionValue string `json:"conditionValue"`
/* 条件值名称 (Optional) */
ConditionValueName string `json:"conditionValueName"`
/* 是否返还标识 (Optional) */
ReturnFlag int `json:"returnFlag"`
/* 返还比例 (Optional) */
ReturnRatio int `json:"returnRatio"`
/* 返还比例名称 (Optional) */
ReturnRatioName string `json:"returnRatioName"`
/* 返还单号 (Optional) */
ReturnOrderId string `json:"returnOrderId"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type ReturnBillQuery ¶
type ReturnBillQuery struct {
/* ID (Optional) */
Id int `json:"id"`
/* 返还单号 (Optional) */
RetrunBillId string `json:"retrunBillId"`
/* 服务商ID (Optional) */
DistributorId string `json:"distributorId"`
/* pin (Optional) */
Pin string `json:"pin"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 渠道商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 服务商名称 (Optional) */
DistributorName string `json:"distributorName"`
/* month (Optional) */
Month string `json:"month"`
/* 生成时间 (Optional) */
GenerateTime string `json:"generateTime"`
/* 开始时间 (Optional) */
BillBegin string `json:"billBegin"`
/* 结束时间 (Optional) */
BillEnd string `json:"billEnd"`
/* 周期类型 (Optional) */
CircleType int `json:"circleType"`
/* 返还类型 (Optional) */
ReturnType int `json:"returnType"`
/* 返还金额 (Optional) */
ReturnMount int `json:"returnMount"`
/* 返还方式 (Optional) */
ReturnMode int `json:"returnMode"`
/* 产品分类(0公有云1云市场2Elite,多个逗号分开) (Optional) */
ProductType string `json:"productType"`
/* 查询月(格式:2023-10) (Optional) */
QueryMonth string `json:"queryMonth"`
/* 产品编码 (Optional) */
ServiceCode string `json:"serviceCode"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
/* 驳回原因 (Optional) */
Reason string `json:"reason"`
/* 开始时间 (Optional) */
BeginTime string `json:"beginTime"`
/* 结束时间 (Optional) */
EndTime string `json:"endTime"`
/* 当前页序号 (Optional) */
PageIndex int `json:"pageIndex"`
/* 每页结果数量 (Optional) */
PageSize int `json:"pageSize"`
/* (Optional) */
Offset int `json:"offset"`
}
type ReturnBillResult ¶
type ReturnBillResult struct {
/* ID (Optional) */
Id int `json:"id"`
/* 返还单号 (Optional) */
RetrunBillId string `json:"retrunBillId"`
/* 服务商ID (Optional) */
DistributorId string `json:"distributorId"`
/* 服务商名称 (Optional) */
DistributorName string `json:"distributorName"`
/* 渠道商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* pin (Optional) */
Pin string `json:"pin"`
/* month (Optional) */
Month string `json:"month"`
/* 生成时间 (Optional) */
GenerateTime string `json:"generateTime"`
/* 开始时间 (Optional) */
BillBegin string `json:"billBegin"`
/* 结束时间 (Optional) */
BillEnd string `json:"billEnd"`
/* 产品类型(0公有云1云市场2Elite) (Optional) */
ProductType string `json:"productType"`
/* 产品类型名称(公有云 云市场 Elite) (Optional) */
ProductTypeName string `json:"productTypeName"`
/* 周期类型 (Optional) */
CircleType int `json:"circleType"`
/* 返还类型 (Optional) */
ReturnType int `json:"returnType"`
/* 返还类型名称 (Optional) */
ReturnTypeName string `json:"returnTypeName"`
/* 返还金额 (Optional) */
ReturnMount int `json:"returnMount"`
/* 返还方式 (Optional) */
ReturnMode int `json:"returnMode"`
/* 返还方式 (Optional) */
ReturnModeName string `json:"returnModeName"`
/* 合同主体 (Optional) */
ContractSubject string `json:"contractSubject"`
/* 次数 (Optional) */
RedoQty int `json:"redoQty"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 状态名称 (Optional) */
StatusName string `json:"statusName"`
/* 驳回原因 (Optional) */
Reason string `json:"reason"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 返还明细展示类型 (Optional) */
ReturnDetailRuleType int `json:"returnDetailRuleType"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
/* 返还单明细 (Optional) */
ReturnBillDetailList []ReturnBillDetailResult `json:"returnBillDetailList"`
/* 返还单状态 (Optional) */
ReturnBillStatusList []ReturnBillStatusResult `json:"returnBillStatusList"`
/* 调账记录 (Optional) */
DistributorBillReturnRecordList []DistributorBillReturnRecord `json:"distributorBillReturnRecordList"`
}
type ReturnBillStatusResult ¶
type ReturnBillStatusResult struct {
/* ID (Optional) */
Id int `json:"id"`
/* 返还单号 (Optional) */
RetrunBillId string `json:"retrunBillId"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 状态名称 (Optional) */
StatusName string `json:"statusName"`
/* 驳回原因 (Optional) */
Operator string `json:"operator"`
/* 说明 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type ReturnConditionDTO ¶ added in v1.63.0
type ReturnConditionDTO struct {
/* 返还比例 */
ReturnRatio int `json:"returnRatio"`
/* 说明 (Optional) */
ConditionRemark string `json:"conditionRemark"`
/* (Optional) */
ConditionOperators []ReturnConditionOperatorDTO `json:"conditionOperators"`
}
type ReturnConditionResult ¶ added in v1.63.0
type ReturnItemDTO ¶
type ReturnItemDTO struct {
/* (Optional) */
Id int `json:"id"`
/* 项目编码 (Optional) */
ItemId int `json:"itemId"`
/* 项目名称 (Optional) */
ItemName string `json:"itemName"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 渠道商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 返还类型 (Optional) */
ReturnType int `json:"returnType"`
/* 返还依据 (Optional) */
ReturnRuleType int `json:"returnRuleType"`
/* 项目条件 (Optional) */
ConditionItem string `json:"conditionItem"`
/* 周期类型 (Optional) */
CircleType int `json:"circleType"`
/* 周期名称 (Optional) */
CircleName string `json:"circleName"`
/* 说明 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
/* 项目名称 (Optional) */
ItemNameLike string `json:"itemNameLike"`
}
type ReturnItemQuery ¶
type ReturnItemQuery struct {
/* ID (Optional) */
Id int `json:"id"`
/* 项目编码 (Optional) */
ItemId int `json:"itemId"`
/* 项目名称 (Optional) */
ItemName string `json:"itemName"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 渠道商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 返还类型 (Optional) */
ReturnType int `json:"returnType"`
/* 返还依据 (Optional) */
ReturnRuleType int `json:"returnRuleType"`
/* 项目条件 (Optional) */
ConditionItem string `json:"conditionItem"`
/* 周期类型 (Optional) */
CircleType int `json:"circleType"`
/* 周期名称 (Optional) */
CircleName string `json:"circleName"`
/* 说明 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
/* 项目名称 (Optional) */
ItemNameLike string `json:"itemNameLike"`
/* 当前页序号 (Optional) */
PageIndex int `json:"pageIndex"`
/* 每页结果数量 (Optional) */
PageSize int `json:"pageSize"`
/* (Optional) */
Offset int `json:"offset"`
}
type ReturnItemResult ¶
type ReturnItemResult struct {
/* ID (Optional) */
Id int `json:"id"`
/* 项目编码 (Optional) */
ItemId int `json:"itemId"`
/* 项目名称 (Optional) */
ItemName string `json:"itemName"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 渠道商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 渠道商类型名称 (Optional) */
DistributorTypeName string `json:"distributorTypeName"`
/* 返还类型 (Optional) */
ReturnType int `json:"returnType"`
/* 返还依据 (Optional) */
ReturnRuleType int `json:"returnRuleType"`
/* 返还依据名称 (Optional) */
ReturnRuleTypeName string `json:"returnRuleTypeName"`
/* 项目条件 (Optional) */
ConditionItem string `json:"conditionItem"`
/* 项目条件名称 (Optional) */
ConditionItemName string `json:"conditionItemName"`
/* 周期类型 (Optional) */
CircleType int `json:"circleType"`
/* 周期名称 (Optional) */
CircleName string `json:"circleName"`
/* 说明 (Optional) */
Remark string `json:"remark"`
/* 使用标识(1在用,0未使用) (Optional) */
UseFlag string `json:"useFlag"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type ReturnPolicyDTO ¶
type ReturnPolicyDTO struct {
/* ID (Optional) */
Id int `json:"id"`
/* 部门ID */
DeptId int `json:"deptId"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 渠道商类型 */
DistributorType int `json:"distributorType"`
/* 返还类型 (Optional) */
ReturnType int `json:"returnType"`
/* 返还政策主ID */
ReturnPolicyId int `json:"returnPolicyId"`
/* 返还政策主名称 (Optional) */
ReturnPolicyName string `json:"returnPolicyName"`
/* 项目编码 */
ItemId int `json:"itemId"`
/* 项目名称 (Optional) */
ItemName string `json:"itemName"`
/* 返还依据类型 */
ReturnRuleType int `json:"returnRuleType"`
/* 审批邮件附件id,取上传邮件附件接口返回的approveFileId值 */
ApproveFileId string `json:"approveFileId"`
/* (Optional) */
ReturnPolicyProductDTOList []ReturnPolicyProductDTO `json:"returnPolicyProductDTOList"`
/* 选择的产品列表
例:"returnPolicyProductMap": {"1": ["500138","500139"],"2": ["719","720"]}
(Optional) */
ReturnPolicyProductMap interface{} `json:"returnPolicyProductMap"`
/* 周期类型 */
CircleType int `json:"circleType"`
/* 周期名称 (Optional) */
CircleName string `json:"circleName"`
/* 指定周期标识 (Optional) */
CircleFlag int `json:"circleFlag"`
/* 周期值 (Optional) */
CircleValue int `json:"circleValue"`
/* (Optional) */
Conditions []ReturnConditionDTO `json:"conditions"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type ReturnPolicyMainDTO ¶ added in v1.15.0
type ReturnPolicyMainDTO struct {
/* ID (Optional) */
Id int `json:"id"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 渠道商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 返还类型 (Optional) */
ReturnType int `json:"returnType"`
/* 返还政策主名称 (Optional) */
ReturnPolicyName string `json:"returnPolicyName"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type ReturnPolicyMainQuery ¶ added in v1.15.0
type ReturnPolicyMainQuery struct {
/* ID (Optional) */
Id int `json:"id"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 渠道商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 返还类型 (Optional) */
ReturnType int `json:"returnType"`
/* 返还政策主名称 (Optional) */
ReturnPolicyName string `json:"returnPolicyName"`
/* 返还政策主名称like (Optional) */
ReturnPolicyNameLike string `json:"returnPolicyNameLike"`
/* 产品类型(0公有云1云市场2Elite) (Optional) */
ProductType string `json:"productType"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 当前页序号 (Optional) */
PageIndex int `json:"pageIndex"`
/* 每页结果数量 (Optional) */
PageSize int `json:"pageSize"`
/* (Optional) */
Offset int `json:"offset"`
}
type ReturnPolicyMainResult ¶ added in v1.15.0
type ReturnPolicyMainResult struct {
/* ID (Optional) */
Id int `json:"id"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 渠道商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 渠道商类型名称 (Optional) */
DistributorTypeName string `json:"distributorTypeName"`
/* 返还类型 (Optional) */
ReturnType int `json:"returnType"`
/* 返还政策主名称 (Optional) */
ReturnPolicyName string `json:"returnPolicyName"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type ReturnPolicyProduct ¶ added in v1.15.0
type ReturnPolicyProduct struct {
/* ID (Optional) */
Id int `json:"id"`
/* 返还政策明细ID (Optional) */
ReturnPolicyId int `json:"returnPolicyId"`
/* 返还规则类型 (Optional) */
ReturnRuleType int `json:"returnRuleType"`
/* 产品类型 (Optional) */
ProductType string `json:"productType"`
/* 产品ID (Optional) */
ProductId string `json:"productId"`
/* 产品名称 (Optional) */
ProductName string `json:"productName"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type ReturnPolicyProductDTO ¶ added in v1.15.0
type ReturnPolicyProductDTO struct {
/* ID (Optional) */
Id int `json:"id"`
/* 返还政策明细ID (Optional) */
ReturnPolicyId int `json:"returnPolicyId"`
/* 返还规则类型 */
ReturnRuleType int `json:"returnRuleType"`
/* 产品类型 */
ProductType string `json:"productType"`
/* 产品ID */
ProductId string `json:"productId"`
/* 产品名称 (Optional) */
ProductName string `json:"productName"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type ReturnPolicyProductResult ¶ added in v1.63.0
type ReturnPolicyProductResult struct {
/* ID (Optional) */
Id int `json:"id"`
/* 返还政策明细ID (Optional) */
ReturnPolicyId int `json:"returnPolicyId"`
/* 返还规则类型 (Optional) */
ReturnRuleType int `json:"returnRuleType"`
/* 产品类型 (Optional) */
ProductType int `json:"productType"`
/* 产品类型名称 (Optional) */
ProductTypeName int `json:"productTypeName"`
/* 产品ID (Optional) */
ProductId string `json:"productId"`
/* 产品名称 (Optional) */
ProductName string `json:"productName"`
}
type ReturnPolicyQuery ¶
type ReturnPolicyQuery struct {
/* ID (Optional) */
Id int `json:"id"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 渠道商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 返还类型 (Optional) */
ReturnType int `json:"returnType"`
/* 返还政策主ID (Optional) */
ReturnPolicyId int `json:"returnPolicyId"`
/* 返还政策主名称 (Optional) */
ReturnPolicyName string `json:"returnPolicyName"`
/* 项目编码 (Optional) */
ItemId int `json:"itemId"`
/* 项目名称 (Optional) */
ItemName string `json:"itemName"`
/* 返还依据类型 (Optional) */
ReturnRuleType int `json:"returnRuleType"`
/* 产品ID (Optional) */
ProductId string `json:"productId"`
/* 产品类型(多个产品类型,分开) (Optional) */
ProductType string `json:"productType"`
/* 周期类型 (Optional) */
CircleType int `json:"circleType"`
/* 周期名称 (Optional) */
CircleName string `json:"circleName"`
/* 指定周期标识 (Optional) */
CircleFlag int `json:"circleFlag"`
/* 周期值 (Optional) */
CircleValue int `json:"circleValue"`
/* 条件 (Optional) */
Condition string `json:"condition"`
/* 说明 (Optional) */
ConditionRemark string `json:"conditionRemark"`
/* 返还比例 (Optional) */
ReturnRatio int `json:"returnRatio"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
/* 项目名称 (Optional) */
ItemNameLike string `json:"itemNameLike"`
/* 当前页序号 (Optional) */
PageIndex int `json:"pageIndex"`
/* 每页结果数量 (Optional) */
PageSize int `json:"pageSize"`
/* (Optional) */
Offset int `json:"offset"`
}
type ReturnPolicyResult ¶
type ReturnPolicyResult struct {
/* ID (Optional) */
Id int `json:"id"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 渠道商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 渠道商类型名称 (Optional) */
DistributorTypeName string `json:"distributorTypeName"`
/* 返还类型 (Optional) */
ReturnType int `json:"returnType"`
/* 返还政策主ID (Optional) */
ReturnPolicyId int `json:"returnPolicyId"`
/* 返还政策主名称 (Optional) */
ReturnPolicyName string `json:"returnPolicyName"`
/* 项目编码 (Optional) */
ItemId int `json:"itemId"`
/* 项目名称 (Optional) */
ItemName string `json:"itemName"`
/* 返还依据类型 (Optional) */
ReturnRuleType int `json:"returnRuleType"`
/* 返还依据类型名称 (Optional) */
ReturnRuleTypeName string `json:"returnRuleTypeName"`
/* (Optional) */
ReturnPolicyProductList []ReturnPolicyProduct `json:"returnPolicyProductList"`
/* 产品ID (Optional) */
ProductId string `json:"productId"`
/* 产品名称 (Optional) */
ProductName string `json:"productName"`
/* 产品类型 (Optional) */
ProductType string `json:"productType"`
/* 产品类型名称 (Optional) */
ProductTypeName int `json:"productTypeName"`
/* 周期类型 (Optional) */
CircleType int `json:"circleType"`
/* 周期名称 (Optional) */
CircleName string `json:"circleName"`
/* 指定周期标识 (Optional) */
CircleFlag int `json:"circleFlag"`
/* 周期值 (Optional) */
CircleValue int `json:"circleValue"`
/* 返还项目条件 (Optional) */
Condition string `json:"condition"`
/* 说明 (Optional) */
ConditionRemark string `json:"conditionRemark"`
/* 返还比例 (Optional) */
ReturnRatio int `json:"returnRatio"`
/* 状态 (Optional) */
Status int `json:"status"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type ReturnRuleDTO ¶
type ReturnRuleDTO struct {
/* ID (Optional) */
Id int `json:"id"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 渠道商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 是否返还标志 (Optional) */
IsReturn int `json:"isReturn"`
/* 周期类型 (Optional) */
CircleType int `json:"circleType"`
/* 周期名称 (Optional) */
CircleName string `json:"circleName"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type ReturnRuleQuery ¶
type ReturnRuleQuery struct {
/* ID (Optional) */
Id int `json:"id"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 渠道商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 是否返还标志 (Optional) */
IsReturn int `json:"isReturn"`
/* 周期类型 (Optional) */
CircleType int `json:"circleType"`
/* 周期名称 (Optional) */
CircleName string `json:"circleName"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
/* 当前页序号 (Optional) */
PageIndex int `json:"pageIndex"`
/* 每页结果数量 (Optional) */
PageSize int `json:"pageSize"`
/* (Optional) */
Offset int `json:"offset"`
}
type ReturnRuleResult ¶
type ReturnRuleResult struct {
/* ID (Optional) */
Id int `json:"id"`
/* 部门ID (Optional) */
DeptId int `json:"deptId"`
/* 部门名称 (Optional) */
DeptName string `json:"deptName"`
/* 渠道商类型 (Optional) */
DistributorType int `json:"distributorType"`
/* 渠道商类型名称 (Optional) */
DistributorTypeName string `json:"distributorTypeName"`
/* 是否返还标志 (Optional) */
IsReturn int `json:"isReturn"`
/* 周期类型 (Optional) */
CircleType int `json:"circleType"`
/* 周期名称 (Optional) */
CircleName string `json:"circleName"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除0未删除,1已删除 (Optional) */
Yn int `json:"yn"`
}
type ServiceCodeBill ¶ added in v1.15.0
type ServiceCodeBill struct {
/* pin (Optional) */
Pin string `json:"pin"`
/* 按serviceCode汇总的账单列表 (Optional) */
BillSummaryServiceCodeItemVoList []ServiceCodeItemBill `json:"billSummaryServiceCodeItemVoList"`
}
type ServiceCodeItemBill ¶ added in v1.15.0
type ServiceCodeItemBill struct {
/* 余额支付金额 (Optional) */
BalancePayFee int `json:"balancePayFee"`
/* 优惠金额 (Optional) */
DiscountFee int `json:"discountFee"`
/* 优惠后金额 (Optional) */
RealTotalFee int `json:"realTotalFee"`
/* 欠费金额 (Optional) */
ArrearFee int `json:"arrearFee"`
/* 优惠前金额 (Optional) */
TotalFee int `json:"totalFee"`
/* 现金支付金额 (Optional) */
CashPayFee int `json:"cashPayFee"`
/* 代金券支付金额 (Optional) */
CashCouponFee int `json:"cashCouponFee"`
/* serviceCode (Optional) */
ServiceCode string `json:"serviceCode"`
/* serviceCodeName (Optional) */
ServiceCodeName string `json:"serviceCodeName"`
}
type SubDistributorPolicyDTO ¶ added in v1.63.0
type SubDistributorPolicyDTO struct {
/* id (Optional) */
Id int `json:"id"`
/* 渠道商id (Optional) */
DistributorId string `json:"distributorId"`
/* 渠道商名称 (Optional) */
DistributorName string `json:"distributorName"`
/* 返还政策id (Optional) */
SubReturnPolicyId int `json:"subReturnPolicyId"`
/* 返还政策名称 (Optional) */
SubReturnPolicyName string `json:"subReturnPolicyName"`
/* 结算周期类型(1月、2季度、3年、4天) (Optional) */
SubCircleType int `json:"subCircleType"`
/* 返还方式(1返现金2返代金券) (Optional) */
SubReturnMode int `json:"subReturnMode"`
/* 产品类型(0公有云1云市场2Elite) (Optional) */
SubProductType string `json:"subProductType"`
/* 状态(0有效、1无效) (Optional) */
Status int `json:"status"`
/* 备注 (Optional) */
Remark string `json:"remark"`
/* 创建时间 (Optional) */
CreateTime string `json:"createTime"`
/* 创建人 (Optional) */
CreateUser string `json:"createUser"`
/* 修改时间 (Optional) */
UpdateTime string `json:"updateTime"`
/* 修改人 (Optional) */
UpdateUser string `json:"updateUser"`
/* 是否删除(0未删除,1已删除) (Optional) */
Yn int `json:"yn"`
}
type SummaryBill ¶ added in v1.15.0
type SummaryBill struct {
/* 余额支付金额 (Optional) */
BalancePayFee int `json:"balancePayFee"`
/* 优惠金额 (Optional) */
DiscountFee int `json:"discountFee"`
/* 优惠后金额 (Optional) */
RealTotalFee int `json:"realTotalFee"`
/* 欠费金额 (Optional) */
ArrearFee int `json:"arrearFee"`
/* 优惠前金额 (Optional) */
TotalFee int `json:"totalFee"`
/* 现金支付金额 (Optional) */
CashPayFee int `json:"cashPayFee"`
/* 代金券支付金额 (Optional) */
CashCouponFee int `json:"cashCouponFee"`
/* pin (Optional) */
Pin string `json:"pin"`
}
Source Files
¶
- AccountingBillDTO.go
- AccountingBillDTORequest.go
- Achievement.go
- ActivityDTO.go
- ActivityDetailVo.go
- ActivityNameVo.go
- ActivityVo.go
- AddProductDTO.go
- AddProductDTOList.go
- ApplyDistributor.go
- ApplyDistributorDTO.go
- AuthorizationVo.go
- BillDetailAdminCondition.go
- BillDetailCondition.go
- BillDetailResult.go
- BillSummary.go
- BillSummaryCondition.go
- BillSummaryDetail.go
- BillSummaryPin.go
- BillSummaryPinAndProd.go
- BillSummaryTrend.go
- BillSummaryTrendCondition.go
- Broker.go
- CoNameVo.go
- CoProductDTO.go
- CoProductDetailVo.go
- CoProductQuery.go
- CoProductVo.go
- CompanyBaseInfo.go
- CompanyVo.go
- ComplexVo.go
- Contract.go
- ContractDTO.go
- CooperationCompanyDTO.go
- CooperationCompanyVo.go
- CooperationContractPdfDTO.go
- CooperationContractResult.go
- CooperationDTO.go
- CooperationDetailVo.go
- CooperationVo.go
- Customer.go
- CustomerVo.go
- DeleteReturnPolicyDTO.go
- Department.go
- DicDetail.go
- DicDetailQuery.go
- DicDetailRequest.go
- Distributor.go
- DistributorBillReturnDTO.go
- DistributorBillReturnRecord.go
- DistributorBillReturnRequest.go
- DistributorBillReturnResult.go
- DistributorContractDTO.go
- DistributorContractPolicyDTO.go
- DistributorContractResult.go
- DistributorDTO.go
- DistributorInfo.go
- DistributorPolicy.go
- DistributorPolicyDTO.go
- DistributorProduct.go
- DistributorProductDTO.go
- DistributorQuery.go
- DistributorResult.go
- DockingPeopleDTO.go
- DockingPeopleVo.go
- ExtraInfo.go
- ExtraInfoVo.go
- FileVo.go
- FollowApplyDistributorRequest.go
- FollowRecordDTO.go
- FormulaDTO.go
- KeyValVo.go
- OaDetail.go
- OperateAuthority.go
- OperateAuthorityDTO.go
- OperateAuthorityQuery.go
- OperateReturnAuthority.go
- OperateReturnAuthorityDTO.go
- OperateReturnAuthorityQuery.go
- OperatorAchievement.go
- OperatorPrePayAchievement.go
- OrderDetail.go
- OrderItemDetail.go
- Pagination.go
- PartiesInfoDTO.go
- PartnerDTO.go
- PartnerQuery.go
- PartnerResult.go
- PartnerStatus.go
- PartnerUserDTO.go
- PayOrder.go
- PinBill.go
- PrePaymentAchievement.go
- Product.go
- ProductBill.go
- ProductCondition.go
- ProductDTO.go
- ProductDTORequest.go
- ProductQuery.go
- ProductResult.go
- ResourceBill.go
- ResourceBillAdminCondition.go
- ResourceBillCondition.go
- ReturnBillDetailProduct.go
- ReturnBillDetailResult.go
- ReturnBillQuery.go
- ReturnBillResult.go
- ReturnBillStatusResult.go
- ReturnConditionDTO.go
- ReturnConditionOperatorDTO.go
- ReturnConditionResult.go
- ReturnItemDTO.go
- ReturnItemQuery.go
- ReturnItemResult.go
- ReturnPolicyDTO.go
- ReturnPolicyMainDTO.go
- ReturnPolicyMainQuery.go
- ReturnPolicyMainResult.go
- ReturnPolicyProduct.go
- ReturnPolicyProductDTO.go
- ReturnPolicyProductResult.go
- ReturnPolicyQuery.go
- ReturnPolicyResult.go
- ReturnRuleDTO.go
- ReturnRuleQuery.go
- ReturnRuleResult.go
- ServiceCodeBill.go
- ServiceCodeItemBill.go
- SubDistributorPolicyDTO.go
- SummaryBill.go
- WorkFlow.go
Click to show internal directories.
Click to hide internal directories.