TaobaoTbkOrderDetailsGetPublisherOrderDto.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896
  1. using System.Text.Json.Serialization;
  2. using System.Collections.Generic;
  3. using Topsdk.Util;
  4. namespace Topsdk.Top.Ability414.Domain;
  5. public class TaobaoTbkOrderDetailsGetPublisherOrderDto
  6. {
  7. /*
  8. 淘宝付款时间。解释:订单在淘宝付款的时间
  9. */
  10. private string? tbPaidTime;
  11. /*
  12. 付款时间。解释:订单付款的时间,该时间同步淘宝,可能会略晚于买家在淘宝的订单付款时间 (预售订单完尾款支付后,付款时间会自动更新为尾款支付的时间)
  13. */
  14. private string? tkPaidTime;
  15. /*
  16. 结算金额。解释:买家确认收货的付款金额(不包含运费金额)
  17. */
  18. private string? payPrice;
  19. /*
  20. 结算预估收入。解释:结算预付收入=结算预估佣金收入+结算预估补贴收入
  21. */
  22. private string? pubShareFee;
  23. /*
  24. 子订单号。解释:买家通过购物车购买的每个商品对应的订单编号,此订单编号并未在淘宝买家后台透出,若平台类型为淘宝、口碑、饿了么等,则订单编号即为淘宝子订单编号、口碑订单编号、饿了么订单编号,以此类推
  25. */
  26. private string? tradeId;
  27. /*
  28. 推广者身份。解释:二方:佣金收益的第一归属者;三方:从其他淘宝客佣金中进行分成的推广者
  29. */
  30. private long? tkOrderRole;
  31. /*
  32. 结算时间。解释:订单确认收货后且商家完成佣金支付的时间
  33. */
  34. private string? tkEarningTime;
  35. /*
  36. 推广位ID。解释:“推广管理-推广位管理”中的pid中的最后一段数字,如pid=mm_1_2_3中的“3”这段数字
  37. */
  38. private long? adzoneId;
  39. /*
  40. 佣金分成比率。解释:从佣金中分得的收益比率(含平台技术服务费比率)
  41. */
  42. private string? pubShareRate;
  43. /*
  44. unid(不对外开放)
  45. */
  46. private string? unid;
  47. /*
  48. 维权标签。解释:若该订单产生了维权退款,则会打上“维权单”的提示。0 含义为非维权、1 含义为维权订单
  49. */
  50. private long? refundTag;
  51. /*
  52. 补贴比率。解释:指该笔订单上各类型补贴的补贴比率总和。补贴比率=a补贴比率+b补贴比率+…。举例:天猫补贴1%、飞猪补贴1%等,则该数值显示为2%
  53. */
  54. private string? subsidyRate;
  55. /*
  56. 佣金提成。解释:佣金提成=佣金比率*佣金分成比率。指实际获得的佣金收益比率(含平台技术服务费)
  57. */
  58. private string? tkTotalRate;
  59. /*
  60. 类目名称。解释:商品所属的一级类目名称
  61. */
  62. private string? itemCategoryName;
  63. /*
  64. 掌柜旺旺
  65. */
  66. private string? sellerNick;
  67. /*
  68. 推广者的账号id
  69. */
  70. private long? pubId;
  71. /*
  72. 平台技术服务费比率。解释:指该笔订单推广者在需支付给淘宝联盟的所有技术服务费比率总和。平台技术服务费比率=技术服务费比率a+技术服务费比率b+…。(特别说明:补贴从2023-03-10之后都不再收取补贴技术服务费了,故本字段公式中不再提及补贴相关)
  73. */
  74. private string? alimamaRate;
  75. /*
  76. 补贴类型。解释:各补贴类型的类型名称、补贴比率、补贴金额、单笔补贴上限、补贴分成比率的详细说明,如有多个补贴会一并告知,举例:淘宝特价版(补贴比率:1%,补贴金额1.00元,单笔补贴上限金额1000.00元,补贴分成比率:100.00%)、飞猪补贴(补贴比率:1%,补贴金额1.00元,单笔补贴上限金额1000.00元,补贴分成比率:100.00%)
  77. */
  78. private string? subsidyType;
  79. /*
  80. 商品图片
  81. */
  82. private string? itemImg;
  83. /*
  84. 付款预估收入。解释:付款预付收入=付款预估佣金收入+付款预估补贴收入
  85. */
  86. private string? pubSharePreFee;
  87. /*
  88. 付款金额。解释:买家拍下并付款金额(含预售订单定金金额,但不包含运费金额);当预售订单完成尾款支付后,付款金额会自动更新为订单总金额
  89. */
  90. private string? alipayTotalPrice;
  91. /*
  92. 商品标题
  93. */
  94. private string? itemTitle;
  95. /*
  96. 媒体名称。解释:“推广管理-媒体备案管理”中的媒体名称
  97. */
  98. private string? siteName;
  99. /*
  100. 商品数量
  101. */
  102. private long? itemNum;
  103. /*
  104. 补贴金额。解释:指该笔订单上各类补贴的补贴金额总和。补贴金额=a补贴金额+b补贴金额+…=结算金额*a补贴比率+结算金额*b补贴比率+…。若(结算金额*a补贴比率)>补贴类型a单笔补贴上限,则a补贴金额=补贴类型a单笔补贴上限,b补贴金额等其他补贴金额同理
  105. */
  106. private string? subsidyFee;
  107. /*
  108. 平台技术服务费。解释:指该笔订单推广者在需支付给淘宝联盟的所有技术服务费费用总和。目前包含以下两类: 1、技术服务费说明:通过淘宝联盟平台推广所需支付的基础技术服务费;2、渠道专项服务费说明:开通渠道管理权限的推广者进行推广需要支付给淘宝联盟的专项技术服务费用。 平台技术服务费=付款金额*佣金比率*平台技术服务费比率。注意:若订单已结算则会按结算金额计算。(特别说明:补贴从2023-03-10之后都不再收取补贴技术服务费了,故本字段公式中不再提及补贴相关)
  109. */
  110. private string? alimamaShareFee;
  111. /*
  112. 订单编号。解释:买家在购买后台显示的订单编号,若平台类型为淘宝、饿了么等,则订单编号即为淘宝订单编号、饿了么订单编号,以此类推
  113. */
  114. private string? tradeParentId;
  115. /*
  116. 平台类型。解释:订单所属平台类型,包括天猫、淘宝、聚划算、口碑等
  117. */
  118. private string? orderType;
  119. /*
  120. 创建时间。解释:订单创建的时间,该时间同步淘宝,可能会略晚于买家在淘宝的订单创建时间
  121. */
  122. private string? tkCreateTime;
  123. /*
  124. 产品类型。解释:若订单属于特定的产品类型,会进行说明,举例:该订单属于“联盟超级活动”、“品牌精选推广”、“自主推广”等,若无说明仅为“--”则为普通类型订单
  125. */
  126. private string? flowSource;
  127. /*
  128. 成交平台。解释:成交来自于PC或无线
  129. */
  130. private string? terminalType;
  131. /*
  132. 点击时间。解释:通过推广链接达到商品、店铺详情页的点击时间
  133. */
  134. private string? clickTime;
  135. /*
  136. 订单状态。状态类型:已付款(指订单已付款,但还未确认收货)、已收货(指订单已确认收货,但商家佣金未支付)、已结算(指订单已确认收货,且商家佣金已支付成功)、已失效(指订单关闭/订单佣金小于0.01元,订单关闭主要有:①买家超时未付款;②买家付款前,买家/商家取消了订单;③订单付款后发起售中退款成功;④仅支付定金,到期未支付尾款的预售订单)。注意:当订单商家有实收货款(含交易成功和交易关闭订单),联盟以商家实收货款进行佣金结算(满返/买返订单等特殊订单除外)。出参数字代表:3:订单结算,12:订单付款,13:订单失效,14:订单成功
  137. */
  138. private long? tkStatus;
  139. /*
  140. 商品单价
  141. */
  142. private string? itemPrice;
  143. /*
  144. 商品id
  145. */
  146. private string? itemId;
  147. /*
  148. 推广位名称。解释:“推广管理-推广位管理”中的推广位名称
  149. */
  150. private string? adzoneName;
  151. /*
  152. 佣金比率。解释:商品的佣金比率(含平台技术服务费比率,但不包含平台专项服务费比率)(特别说明:若想知道属于您名下的整体佣金比率,则整体佣金比率=佣金比率+平台专项服务费比率,为了简化展示报表,不再增加整体佣金收入字段,有需要的淘宝客可自行加和,举例:若整体佣金比率为10%,平台专项服务费比率为3%,则此处商品佣金比率显示为7%,即10%-3%=7%)
  153. */
  154. private string? totalCommissionRate;
  155. /*
  156. 商品链接
  157. */
  158. private string? itemLink;
  159. /*
  160. 媒体ID。解释:“推广管理-媒体备案管理”中的媒体ID,也是pid中的第二段数字,如pid=mm_1_2_3中的“2”这段数字
  161. */
  162. private long? siteId;
  163. /*
  164. 店铺名称
  165. */
  166. private string? sellerShopTitle;
  167. /*
  168. 收入比率。解释:收入比率=佣金比率+补贴比率
  169. */
  170. private string? incomeRate;
  171. /*
  172. 佣金金额。解释:如果该订单还未结算,则佣金金额=付款金额*佣金比率;如果该订单已经结算,则佣金金额=结算金额*佣金比率
  173. */
  174. private string? totalCommissionFee;
  175. /*
  176. 会员运营ID。解释:会员运营管理功能中的会员运营ID,若该订单来自于会员的购买,则会展示对应会员运营ID
  177. */
  178. private long? specialId;
  179. /*
  180. 渠道关系id。解释:渠道管理功能中的渠道关系ID,若该订单来自于渠道方的推广,则会展示对应渠道关系ID
  181. */
  182. private long? relationId;
  183. /*
  184. 定金付款金额。解释:预售时期,预售订单支付的定金金额
  185. */
  186. private string? depositPrice;
  187. /*
  188. 定金淘宝付款时间。解释:预售时期,预售订单在淘宝支付定金的付款时间
  189. */
  190. private string? tbDepositTime;
  191. /*
  192. 定金付款时间。解释:预售时期,预售订单支付定金的付款时间,该时间同步淘宝,可能会略晚于买家在淘宝的订单创建时间
  193. */
  194. private string? tkDepositTime;
  195. /*
  196. 非电商淘系子订单号
  197. */
  198. private string? tpOrderId;
  199. /*
  200. 服务费信息(字段已废弃)
  201. */
  202. private IList<TaobaoTbkOrderDetailsGetServiceFeeDTO>? serviceFeeDtoList;
  203. /*
  204. 类目名称。解释:商品所属的二级类目名称
  205. */
  206. private string? itemCategoryLevel2Name;
  207. /*
  208. 营销类型。解释:该字段中视订单情况有单个或多个类型告知。 举例:联盟超级活动-优品、特价版客户端锁粉、特价版客户端推广等
  209. */
  210. private string? marketingType;
  211. /*
  212. 订单更新时间
  213. */
  214. private string? modifiedTime;
  215. /*
  216. 专用(不对外开放)
  217. */
  218. private string? talentPid;
  219. /*
  220. 买家拍下金额(不包含运费金额)
  221. */
  222. private string? tbGmvTotalPrice;
  223. /*
  224. 管理member新商品ID后段
  225. */
  226. private string? extraMktId;
  227. /*
  228. 流量通untts(默认无,限定开放)
  229. */
  230. private string? untts;
  231. /*
  232. 付款预估佣金收入。解释:付款预估佣金收入=付款金额*佣金提成。以买家付款金额为基数,预估您可能获得的付款佣金收入,包含平台技术服务费金额(最终发钱时会减去平台技术服务费)。注意:因买家退款等原因,可能与结算预估佣金收入不一致。(特别说明:若想知道属于您名下的整体佣金收入,则整体付款佣金收入=付款预估佣金收入+平台专项服务费,为了简化展示报表,不再增加整体佣金收入字段,有需要的淘宝客可自行加和)
  233. */
  234. private string? pubSharePreFeeForCommission;
  235. /*
  236. 结算预估佣金收入。解释:结算预估佣金收入=付款金额*佣金提成。以买家确认收货的付款金额为基数,预估您可能获得的结算佣金收入,包含技术服务费金额(最终发钱时会减去平台技术服务费)。注意:因买家退款、您违规推广等原因,可能与您最终收入不一致,最终收入以月结后您实际收到的为准。(特别说明:若想知道属于您名下的整体佣金收入,则整体结算佣金收入=结算预估佣金收入+平台专项服务费,为了简化展示报表,不再增加整体佣金收入字段,有需要的淘宝客可自行加和)
  237. */
  238. private string? pubShareFeeForCommission;
  239. /*
  240. 补贴金额明细节点。解释:各补贴类型的类型名称、补贴比率、补贴金额、单笔补贴上限、补贴分成比率的详细说明
  241. */
  242. private IList<TaobaoTbkOrderDetailsGetSubsidyDetailDTO>? subsidyInfoDtoList;
  243. /*
  244. 补贴分成比率。解释:从补贴中分得的收益比率
  245. */
  246. private string? pubShareRateForSdy;
  247. /*
  248. 补贴提成。解释:补贴提成=补贴比率*补贴分成比率。指实际获得的补贴收益比率
  249. */
  250. private string? tkTotalRateForSdy;
  251. /*
  252. 付款预估补贴收入。解释:指以买家付款金额为基数,预估您可能获得的补贴收入。付款预估补贴收入=(付款金额*a补贴比率+付款金额*b补贴比率+……)*补贴分成比率。如果付款金额*a补贴比率>补贴类型a单笔订单补贴上限,则付款金额*a补贴比率的值取补贴类型a单笔订单补贴上限,b补贴金额等其他类型补贴金额同理。注意:因买家退款等原因,可能与结算预估补贴收入不一致
  253. */
  254. private string? pubSharePreFeeForSdy;
  255. /*
  256. 结算预估补贴收入。解释:以买家确认收货的付款金额为基数,预估您可能获得的结算补贴收入。结算预估补贴收入=(结算金额*a补贴比率+结算金额*b补贴比率+……)*补贴分成比率。如果结算金额*a补贴比率>补贴类型a单笔订单补贴上限,则结算金额*a补贴比率的值取补贴类型a单笔订单补贴上限,b补贴金额等其他类型补贴金额同理。注意:因买家退款、您违规推广等原因,可能与您最终收入不一致,最终收入以月结后您实际收到的为准
  257. */
  258. private string? pubShareFeeForSdy;
  259. /*
  260. 平台技术服务费明细节点。解释:各项平台技术服务费类型的类型名称、扣费比率、扣费金额的详细说明
  261. */
  262. private TaobaoTbkOrderDetailsGetAlimmShareInfoDTO? alimmShareInfoDto;
  263. /*
  264. 平台专项服务费比率。解释:指该笔订单推广者在各种特殊场景下需支付给淘宝联盟的所有专项服务费比率总和。平台专项服务费比率=专项服务费比率a+专项服务费比率b+…
  265. */
  266. private string? platformSpecialServiceRate;
  267. /*
  268. 平台专项服务费。解释:指该笔订单推广者在各种特殊场景下需支付给淘宝联盟的所有专项服务费用总和。目前包含以下两类:1、内容专项服务费说明:内容场景专项技术服务费,内容推广者在内容场景进行推广需要支付给淘宝联盟的专项技术服务费用;2、流量专项服务费说明:流量通产品合作场景专项技术服务费,推广者在流量通产品能力下,进行流量投放推广需要支付给淘宝联盟的专项技术服务费用。 平台专项服务费=付款金额*平台专项服务费比率。注意:若订单已结算则会按结算金额计算
  269. */
  270. private string? platformSpecialServiceFee;
  271. /*
  272. 平台专项服务费明细节点。解释:各项平台专项服务费类型的类型名称、扣费比率、扣费金额的详细说明
  273. */
  274. private TaobaoTbkOrderDetailsGetPlatformSpecialShareInfoDTO? platformSpecialShareInfoDto;
  275. /*
  276. 加密标识(默认不开放)
  277. */
  278. private string? uvid;
  279. [JsonPropertyName("tb_paid_time")]
  280. public string? TbPaidTime
  281. {
  282. get => tbPaidTime;
  283. set => this.tbPaidTime = value;
  284. }
  285. [JsonPropertyName("tk_paid_time")]
  286. public string? TkPaidTime
  287. {
  288. get => tkPaidTime;
  289. set => this.tkPaidTime = value;
  290. }
  291. [JsonPropertyName("pay_price")]
  292. public string? PayPrice
  293. {
  294. get => payPrice;
  295. set => this.payPrice = value;
  296. }
  297. [JsonPropertyName("pub_share_fee")]
  298. public string? PubShareFee
  299. {
  300. get => pubShareFee;
  301. set => this.pubShareFee = value;
  302. }
  303. [JsonPropertyName("trade_id")]
  304. public string? TradeId
  305. {
  306. get => tradeId;
  307. set => this.tradeId = value;
  308. }
  309. [JsonPropertyName("tk_order_role")]
  310. public long? TkOrderRole
  311. {
  312. get => tkOrderRole;
  313. set => this.tkOrderRole = value;
  314. }
  315. [JsonPropertyName("tk_earning_time")]
  316. public string? TkEarningTime
  317. {
  318. get => tkEarningTime;
  319. set => this.tkEarningTime = value;
  320. }
  321. [JsonPropertyName("adzone_id")]
  322. public long? AdzoneId
  323. {
  324. get => adzoneId;
  325. set => this.adzoneId = value;
  326. }
  327. [JsonPropertyName("pub_share_rate")]
  328. public string? PubShareRate
  329. {
  330. get => pubShareRate;
  331. set => this.pubShareRate = value;
  332. }
  333. [JsonPropertyName("unid")]
  334. public string? Unid
  335. {
  336. get => unid;
  337. set => this.unid = value;
  338. }
  339. [JsonPropertyName("refund_tag")]
  340. public long? RefundTag
  341. {
  342. get => refundTag;
  343. set => this.refundTag = value;
  344. }
  345. [JsonPropertyName("subsidy_rate")]
  346. public string? SubsidyRate
  347. {
  348. get => subsidyRate;
  349. set => this.subsidyRate = value;
  350. }
  351. [JsonPropertyName("tk_total_rate")]
  352. public string? TkTotalRate
  353. {
  354. get => tkTotalRate;
  355. set => this.tkTotalRate = value;
  356. }
  357. [JsonPropertyName("item_category_name")]
  358. public string? ItemCategoryName
  359. {
  360. get => itemCategoryName;
  361. set => this.itemCategoryName = value;
  362. }
  363. [JsonPropertyName("seller_nick")]
  364. public string? SellerNick
  365. {
  366. get => sellerNick;
  367. set => this.sellerNick = value;
  368. }
  369. [JsonPropertyName("pub_id")]
  370. public long? PubId
  371. {
  372. get => pubId;
  373. set => this.pubId = value;
  374. }
  375. [JsonPropertyName("alimama_rate")]
  376. public string? AlimamaRate
  377. {
  378. get => alimamaRate;
  379. set => this.alimamaRate = value;
  380. }
  381. [JsonPropertyName("subsidy_type")]
  382. public string? SubsidyType
  383. {
  384. get => subsidyType;
  385. set => this.subsidyType = value;
  386. }
  387. [JsonPropertyName("item_img")]
  388. public string? ItemImg
  389. {
  390. get => itemImg;
  391. set => this.itemImg = value;
  392. }
  393. [JsonPropertyName("pub_share_pre_fee")]
  394. public string? PubSharePreFee
  395. {
  396. get => pubSharePreFee;
  397. set => this.pubSharePreFee = value;
  398. }
  399. [JsonPropertyName("alipay_total_price")]
  400. public string? AlipayTotalPrice
  401. {
  402. get => alipayTotalPrice;
  403. set => this.alipayTotalPrice = value;
  404. }
  405. [JsonPropertyName("item_title")]
  406. public string? ItemTitle
  407. {
  408. get => itemTitle;
  409. set => this.itemTitle = value;
  410. }
  411. [JsonPropertyName("site_name")]
  412. public string? SiteName
  413. {
  414. get => siteName;
  415. set => this.siteName = value;
  416. }
  417. [JsonPropertyName("item_num")]
  418. public long? ItemNum
  419. {
  420. get => itemNum;
  421. set => this.itemNum = value;
  422. }
  423. [JsonPropertyName("subsidy_fee")]
  424. public string? SubsidyFee
  425. {
  426. get => subsidyFee;
  427. set => this.subsidyFee = value;
  428. }
  429. [JsonPropertyName("alimama_share_fee")]
  430. public string? AlimamaShareFee
  431. {
  432. get => alimamaShareFee;
  433. set => this.alimamaShareFee = value;
  434. }
  435. [JsonPropertyName("trade_parent_id")]
  436. public string? TradeParentId
  437. {
  438. get => tradeParentId;
  439. set => this.tradeParentId = value;
  440. }
  441. [JsonPropertyName("order_type")]
  442. public string? OrderType
  443. {
  444. get => orderType;
  445. set => this.orderType = value;
  446. }
  447. [JsonPropertyName("tk_create_time")]
  448. public string? TkCreateTime
  449. {
  450. get => tkCreateTime;
  451. set => this.tkCreateTime = value;
  452. }
  453. [JsonPropertyName("flow_source")]
  454. public string? FlowSource
  455. {
  456. get => flowSource;
  457. set => this.flowSource = value;
  458. }
  459. [JsonPropertyName("terminal_type")]
  460. public string? TerminalType
  461. {
  462. get => terminalType;
  463. set => this.terminalType = value;
  464. }
  465. [JsonPropertyName("click_time")]
  466. public string? ClickTime
  467. {
  468. get => clickTime;
  469. set => this.clickTime = value;
  470. }
  471. [JsonPropertyName("tk_status")]
  472. public long? TkStatus
  473. {
  474. get => tkStatus;
  475. set => this.tkStatus = value;
  476. }
  477. [JsonPropertyName("item_price")]
  478. public string? ItemPrice
  479. {
  480. get => itemPrice;
  481. set => this.itemPrice = value;
  482. }
  483. [JsonPropertyName("item_id")]
  484. public string? ItemId
  485. {
  486. get => itemId;
  487. set => this.itemId = value;
  488. }
  489. [JsonPropertyName("adzone_name")]
  490. public string? AdzoneName
  491. {
  492. get => adzoneName;
  493. set => this.adzoneName = value;
  494. }
  495. [JsonPropertyName("total_commission_rate")]
  496. public string? TotalCommissionRate
  497. {
  498. get => totalCommissionRate;
  499. set => this.totalCommissionRate = value;
  500. }
  501. [JsonPropertyName("item_link")]
  502. public string? ItemLink
  503. {
  504. get => itemLink;
  505. set => this.itemLink = value;
  506. }
  507. [JsonPropertyName("site_id")]
  508. public long? SiteId
  509. {
  510. get => siteId;
  511. set => this.siteId = value;
  512. }
  513. [JsonPropertyName("seller_shop_title")]
  514. public string? SellerShopTitle
  515. {
  516. get => sellerShopTitle;
  517. set => this.sellerShopTitle = value;
  518. }
  519. [JsonPropertyName("income_rate")]
  520. public string? IncomeRate
  521. {
  522. get => incomeRate;
  523. set => this.incomeRate = value;
  524. }
  525. [JsonPropertyName("total_commission_fee")]
  526. public string? TotalCommissionFee
  527. {
  528. get => totalCommissionFee;
  529. set => this.totalCommissionFee = value;
  530. }
  531. [JsonPropertyName("special_id")]
  532. public long? SpecialId
  533. {
  534. get => specialId;
  535. set => this.specialId = value;
  536. }
  537. [JsonPropertyName("relation_id")]
  538. public long? RelationId
  539. {
  540. get => relationId;
  541. set => this.relationId = value;
  542. }
  543. [JsonPropertyName("deposit_price")]
  544. public string? DepositPrice
  545. {
  546. get => depositPrice;
  547. set => this.depositPrice = value;
  548. }
  549. [JsonPropertyName("tb_deposit_time")]
  550. public string? TbDepositTime
  551. {
  552. get => tbDepositTime;
  553. set => this.tbDepositTime = value;
  554. }
  555. [JsonPropertyName("tk_deposit_time")]
  556. public string? TkDepositTime
  557. {
  558. get => tkDepositTime;
  559. set => this.tkDepositTime = value;
  560. }
  561. [JsonPropertyName("tp_order_id")]
  562. public string? TpOrderId
  563. {
  564. get => tpOrderId;
  565. set => this.tpOrderId = value;
  566. }
  567. [JsonPropertyName("service_fee_dto_list")]
  568. public IList<TaobaoTbkOrderDetailsGetServiceFeeDTO>? ServiceFeeDtoList
  569. {
  570. get => serviceFeeDtoList;
  571. set => this.serviceFeeDtoList = value;
  572. }
  573. [JsonPropertyName("item_category_level2_name")]
  574. public string? ItemCategoryLevel2Name
  575. {
  576. get => itemCategoryLevel2Name;
  577. set => this.itemCategoryLevel2Name = value;
  578. }
  579. [JsonPropertyName("marketing_type")]
  580. public string? MarketingType
  581. {
  582. get => marketingType;
  583. set => this.marketingType = value;
  584. }
  585. [JsonPropertyName("modified_time")]
  586. public string? ModifiedTime
  587. {
  588. get => modifiedTime;
  589. set => this.modifiedTime = value;
  590. }
  591. [JsonPropertyName("talent_pid")]
  592. public string? TalentPid
  593. {
  594. get => talentPid;
  595. set => this.talentPid = value;
  596. }
  597. [JsonPropertyName("tb_gmv_total_price")]
  598. public string? TbGmvTotalPrice
  599. {
  600. get => tbGmvTotalPrice;
  601. set => this.tbGmvTotalPrice = value;
  602. }
  603. [JsonPropertyName("extra_mkt_id")]
  604. public string? ExtraMktId
  605. {
  606. get => extraMktId;
  607. set => this.extraMktId = value;
  608. }
  609. [JsonPropertyName("untts")]
  610. public string? Untts
  611. {
  612. get => untts;
  613. set => this.untts = value;
  614. }
  615. [JsonPropertyName("pub_share_pre_fee_for_commission")]
  616. public string? PubSharePreFeeForCommission
  617. {
  618. get => pubSharePreFeeForCommission;
  619. set => this.pubSharePreFeeForCommission = value;
  620. }
  621. [JsonPropertyName("pub_share_fee_for_commission")]
  622. public string? PubShareFeeForCommission
  623. {
  624. get => pubShareFeeForCommission;
  625. set => this.pubShareFeeForCommission = value;
  626. }
  627. [JsonPropertyName("subsidy_info_dto_list")]
  628. public IList<TaobaoTbkOrderDetailsGetSubsidyDetailDTO>? SubsidyInfoDtoList
  629. {
  630. get => subsidyInfoDtoList;
  631. set => this.subsidyInfoDtoList = value;
  632. }
  633. [JsonPropertyName("pub_share_rate_for_sdy")]
  634. public string? PubShareRateForSdy
  635. {
  636. get => pubShareRateForSdy;
  637. set => this.pubShareRateForSdy = value;
  638. }
  639. [JsonPropertyName("tk_total_rate_for_sdy")]
  640. public string? TkTotalRateForSdy
  641. {
  642. get => tkTotalRateForSdy;
  643. set => this.tkTotalRateForSdy = value;
  644. }
  645. [JsonPropertyName("pub_share_pre_fee_for_sdy")]
  646. public string? PubSharePreFeeForSdy
  647. {
  648. get => pubSharePreFeeForSdy;
  649. set => this.pubSharePreFeeForSdy = value;
  650. }
  651. [JsonPropertyName("pub_share_fee_for_sdy")]
  652. public string? PubShareFeeForSdy
  653. {
  654. get => pubShareFeeForSdy;
  655. set => this.pubShareFeeForSdy = value;
  656. }
  657. [JsonPropertyName("alimm_share_info_dto")]
  658. public TaobaoTbkOrderDetailsGetAlimmShareInfoDTO? AlimmShareInfoDto
  659. {
  660. get => alimmShareInfoDto;
  661. set => this.alimmShareInfoDto = value;
  662. }
  663. [JsonPropertyName("platform_special_service_rate")]
  664. public string? PlatformSpecialServiceRate
  665. {
  666. get => platformSpecialServiceRate;
  667. set => this.platformSpecialServiceRate = value;
  668. }
  669. [JsonPropertyName("platform_special_service_fee")]
  670. public string? PlatformSpecialServiceFee
  671. {
  672. get => platformSpecialServiceFee;
  673. set => this.platformSpecialServiceFee = value;
  674. }
  675. [JsonPropertyName("platform_special_share_info_dto")]
  676. public TaobaoTbkOrderDetailsGetPlatformSpecialShareInfoDTO? PlatformSpecialShareInfoDto
  677. {
  678. get => platformSpecialShareInfoDto;
  679. set => this.platformSpecialShareInfoDto = value;
  680. }
  681. [JsonPropertyName("uvid")]
  682. public string? Uvid
  683. {
  684. get => uvid;
  685. set => this.uvid = value;
  686. }
  687. }