tencentcloud-sdk-nodejs-billing 4.0.1033 → 4.0.1045

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -120,27 +120,22 @@ export interface ConsumptionBusinessSummaryDataItem {
120
120
  Trend?: ConsumptionSummaryTrend
121
121
  /**
122
122
  * 现金
123
- 注意:此字段可能返回 null,表示取不到有效值。
124
123
  */
125
124
  CashPayAmount?: string
126
125
  /**
127
126
  * 赠送金
128
- 注意:此字段可能返回 null,表示取不到有效值。
129
127
  */
130
128
  IncentivePayAmount?: string
131
129
  /**
132
130
  * 代金券
133
- 注意:此字段可能返回 null,表示取不到有效值。
134
131
  */
135
132
  VoucherPayAmount?: string
136
133
  /**
137
134
  * 分成金
138
- 注意:此字段可能返回 null,表示取不到有效值。
139
135
  */
140
136
  TransferPayAmount?: string
141
137
  /**
142
138
  * 地域名称(仅在地域汇总总展示)
143
- 注意:此字段可能返回 null,表示取不到有效值。
144
139
  */
145
140
  RegionName?: string
146
141
  }
@@ -377,12 +372,10 @@ export interface DescribeCostSummaryByProductResponse {
377
372
  Total?: ConsumptionSummaryTotal
378
373
  /**
379
374
  * 消耗按产品汇总详情
380
- 注意:此字段可能返回 null,表示取不到有效值。
381
375
  */
382
376
  Data?: Array<ConsumptionBusinessSummaryDataItem>
383
377
  /**
384
378
  * 记录数量,NeedRecordNum为0时返回null
385
- 注意:此字段可能返回 null,表示取不到有效值。
386
379
  */
387
380
  RecordNum?: number
388
381
  /**
@@ -465,7 +458,6 @@ export interface DescribeCostSummaryByResourceResponse {
465
458
  Ready?: number
466
459
  /**
467
460
  * 消耗详情
468
- 注意:此字段可能返回 null,表示取不到有效值。
469
461
  */
470
462
  Total?: ConsumptionSummaryTotal
471
463
  /**
@@ -480,7 +472,6 @@ export interface DescribeCostSummaryByResourceResponse {
480
472
  RecordNum?: number
481
473
  /**
482
474
  * 资源消耗详情
483
- 注意:此字段可能返回 null,表示取不到有效值。
484
475
  */
485
476
  Data?: Array<ConsumptionResourceSummaryDataItem>
486
477
  /**
@@ -513,12 +504,10 @@ export interface DescribeBillSummaryByRegionRequest {
513
504
  export interface AdjustInfoDetail {
514
505
  /**
515
506
  * 支付者UIN:支付者的账号 ID,账号 ID 是用户在腾讯云的唯一账号标识
516
- 注意:此字段可能返回 null,表示取不到有效值。
517
507
  */
518
508
  PayerUin?: string
519
509
  /**
520
510
  * 账单月份,格式:yyyy-MM
521
- 注意:此字段可能返回 null,表示取不到有效值。
522
511
  */
523
512
  Month?: string
524
513
  /**
@@ -526,22 +515,18 @@ export interface AdjustInfoDetail {
526
515
  调账:manualAdjustment
527
516
  补结算:supplementarySettlement
528
517
  重结算:reSettlement
529
- 注意:此字段可能返回 null,表示取不到有效值。
530
518
  */
531
519
  AdjustType?: string
532
520
  /**
533
521
  * 调整单号
534
- 注意:此字段可能返回 null,表示取不到有效值。
535
522
  */
536
523
  AdjustNum?: string
537
524
  /**
538
525
  * 异常调整完成时间,格式:yyyy-MM-dd HH:mm:ss
539
- 注意:此字段可能返回 null,表示取不到有效值。
540
526
  */
541
527
  AdjustCompletionTime?: string
542
528
  /**
543
529
  * 调整金额
544
- 注意:此字段可能返回 null,表示取不到有效值。
545
530
  */
546
531
  AdjustAmount?: number
547
532
  }
@@ -645,127 +630,102 @@ export interface DescribeBillResourceSummaryResponse {
645
630
  export interface AllocationSummaryByItem {
646
631
  /**
647
632
  * 分账单元唯一标识
648
- 注意:此字段可能返回 null,表示取不到有效值。
649
633
  */
650
634
  TreeNodeUniqKey?: string
651
635
  /**
652
636
  * 分账单元名称
653
- 注意:此字段可能返回 null,表示取不到有效值。
654
637
  */
655
638
  TreeNodeUniqKeyName?: string
656
639
  /**
657
640
  * 日期:结算日期
658
- 注意:此字段可能返回 null,表示取不到有效值。
659
641
  */
660
642
  BillDate?: string
661
643
  /**
662
644
  * 支付者 UIN:支付者的账号 ID,账号 ID 是用户在腾讯云的唯一账号标识
663
- 注意:此字段可能返回 null,表示取不到有效值。
664
645
  */
665
646
  PayerUin?: string
666
647
  /**
667
648
  * 使用者 UIN:实际使用资源的账号 ID
668
- 注意:此字段可能返回 null,表示取不到有效值。
669
649
  */
670
650
  OwnerUin?: string
671
651
  /**
672
652
  * 操作者 UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的ID或者角色 ID)
673
- 注意:此字段可能返回 null,表示取不到有效值。
674
653
  */
675
654
  OperateUin?: string
676
655
  /**
677
656
  * 计费模式编码
678
- 注意:此字段可能返回 null,表示取不到有效值。
679
657
  */
680
658
  PayMode?: string
681
659
  /**
682
660
  * 计费模式:资源的计费模式,区分为包年包月和按量计费
683
- 注意:此字段可能返回 null,表示取不到有效值。
684
661
  */
685
662
  PayModeName?: string
686
663
  /**
687
664
  * 交易类型编码
688
- 注意:此字段可能返回 null,表示取不到有效值。
689
665
  */
690
666
  ActionType?: string
691
667
  /**
692
668
  * 交易类型:明细交易类型
693
- 注意:此字段可能返回 null,表示取不到有效值。
694
669
  */
695
670
  ActionTypeName?: string
696
671
  /**
697
672
  * 产品编码
698
- 注意:此字段可能返回 null,表示取不到有效值。
699
673
  */
700
674
  BusinessCode?: string
701
675
  /**
702
676
  * 产品名称:用户所采购的各类云产品
703
- 注意:此字段可能返回 null,表示取不到有效值。
704
677
  */
705
678
  BusinessCodeName?: string
706
679
  /**
707
680
  * 子产品编码
708
- 注意:此字段可能返回 null,表示取不到有效值。
709
681
  */
710
682
  ProductCode?: string
711
683
  /**
712
684
  * 子产品名称:用户采购的具体产品细分类型
713
- 注意:此字段可能返回 null,表示取不到有效值。
714
685
  */
715
686
  ProductCodeName?: string
716
687
  /**
717
688
  * 地域ID
718
- 注意:此字段可能返回 null,表示取不到有效值。
719
689
  */
720
690
  RegionId?: number
721
691
  /**
722
692
  * 地域名称:资源所属地域
723
- 注意:此字段可能返回 null,表示取不到有效值。
724
693
  */
725
694
  RegionName?: string
726
695
  /**
727
696
  * 可用区ID
728
- 注意:此字段可能返回 null,表示取不到有效值。
729
697
  */
730
698
  ZoneId?: number
731
699
  /**
732
700
  * 可用区:资源所属可用区
733
- 注意:此字段可能返回 null,表示取不到有效值。
734
701
  */
735
702
  ZoneName?: string
736
703
  /**
737
704
  * 实例类型编码
738
- 注意:此字段可能返回 null,表示取不到有效值。
739
705
  */
740
706
  InstanceType?: string
741
707
  /**
742
708
  * 实例类型:购买的产品服务对应的实例类型,包括资源包、RI、SP、竞价实例。常规实例默认展示“-”
743
- 注意:此字段可能返回 null,表示取不到有效值。
744
709
  */
745
710
  InstanceTypeName?: string
746
711
  /**
747
712
  * 资源ID:不同产品因资源形态不同,资源内容不完全相同,如云服务器 CVM 为对应的实例 ID; 若该产品被分拆,则展示产品分拆后的分拆项 ID,如 COS 桶 ID,CDN 域名
748
- 注意:此字段可能返回 null,表示取不到有效值。
749
713
  */
750
714
  ResourceId?: string
751
715
  /**
752
716
  * 实例名称:用户在控制台为资源设置的名称,如未设置默认为空;若该产品被分拆,则展示分拆产品分拆后的分拆项资源别名
753
- 注意:此字段可能返回 null,表示取不到有效值。
754
717
  */
755
718
  ResourceName?: string
756
719
  /**
757
720
  * 分账标签:资源绑定的标签
758
- 注意:此字段可能返回 null,表示取不到有效值。
759
721
  */
760
722
  Tag?: Array<BillTag>
761
723
  /**
762
724
  * 项目ID
763
- 注意:此字段可能返回 null,表示取不到有效值。
764
725
  */
765
726
  ProjectId?: number
766
727
  /**
767
728
  * 项目名称:资源归属的项目,用户在控制台给资源自主分配项目,未分配则是默认项目
768
- 注意:此字段可能返回 null,表示取不到有效值。
769
729
  */
770
730
  ProjectName?: string
771
731
  /**
@@ -773,67 +733,54 @@ export interface AllocationSummaryByItem {
773
733
  0 - 分摊
774
734
  1 - 归集
775
735
  -1 - 未分配
776
- 注意:此字段可能返回 null,表示取不到有效值。
777
736
  */
778
737
  AllocationType?: number
779
738
  /**
780
739
  * 组件原价:原价 = 组件刊例价 * 组件用量 * 使用时长(如客户享受一口价/合同价则默认不展示,退费类场景也默认不展示),指定价模式
781
- 注意:此字段可能返回 null,表示取不到有效值。
782
740
  */
783
741
  TotalCost?: string
784
742
  /**
785
743
  * 预留实例抵扣时长:本产品或服务使用预留实例抵扣的使用时长
786
- 注意:此字段可能返回 null,表示取不到有效值。
787
744
  */
788
745
  RiTimeSpan?: string
789
746
  /**
790
747
  * 预留实例抵扣原价:本产品或服务使用预留实例抵扣的组件原价金额
791
- 注意:此字段可能返回 null,表示取不到有效值。
792
748
  */
793
749
  RiCost?: string
794
750
  /**
795
751
  * 优惠后总价:优惠后总价 =(原价 - 预留实例抵扣原价 - 节省计划抵扣原价)* 折扣率
796
- 注意:此字段可能返回 null,表示取不到有效值。
797
752
  */
798
753
  RealTotalCost?: string
799
754
  /**
800
755
  * 现金账户支出(元):通过现金账户支付的金额
801
- 注意:此字段可能返回 null,表示取不到有效值。
802
756
  */
803
757
  CashPayAmount?: string
804
758
  /**
805
759
  * 代金券支出(元):使用各类优惠券(如代金券、现金券等)支付的金额
806
- 注意:此字段可能返回 null,表示取不到有效值。
807
760
  */
808
761
  VoucherPayAmount?: string
809
762
  /**
810
763
  * 赠送账户支出(元):使用赠送金支付的金额
811
- 注意:此字段可能返回 null,表示取不到有效值。
812
764
  */
813
765
  IncentivePayAmount?: string
814
766
  /**
815
767
  * 分成账户支出(元):通过分成金账户支付的金额
816
- 注意:此字段可能返回 null,表示取不到有效值。
817
768
  */
818
769
  TransferPayAmount?: string
819
770
  /**
820
771
  * 组件名称编码
821
- 注意:此字段可能返回 null,表示取不到有效值。
822
772
  */
823
773
  ItemCode?: string
824
774
  /**
825
775
  * 组件名称:用户购买的产品或服务,所包含的具体组件
826
- 注意:此字段可能返回 null,表示取不到有效值。
827
776
  */
828
777
  ItemCodeName?: string
829
778
  /**
830
779
  * 组件类型编码
831
- 注意:此字段可能返回 null,表示取不到有效值。
832
780
  */
833
781
  ComponentCode?: string
834
782
  /**
835
783
  * 组件类型:用户购买的产品或服务对应的组件大类
836
- 注意:此字段可能返回 null,表示取不到有效值。
837
784
  */
838
785
  ComponentCodeName?: string
839
786
  /**
@@ -850,144 +797,116 @@ export interface AllocationSummaryByItem {
850
797
  SplitItemName?: string
851
798
  /**
852
799
  * 开始使用时间:产品服务开始使用时间
853
- 注意:此字段可能返回 null,表示取不到有效值。
854
800
  */
855
801
  FeeBeginTime?: string
856
802
  /**
857
803
  * 结束使用时间:产品服务结束使用时间
858
- 注意:此字段可能返回 null,表示取不到有效值。
859
804
  */
860
805
  FeeEndTime?: string
861
806
  /**
862
807
  * 节省计划抵扣原价:节省计划抵扣原价 = 节省计划包抵扣面值 / 节省计划抵扣率
863
- 注意:此字段可能返回 null,表示取不到有效值。
864
808
  */
865
809
  SPCost?: string
866
810
  /**
867
811
  * 国内国际编码
868
- 注意:此字段可能返回 null,表示取不到有效值。
869
812
  */
870
813
  RegionType?: string
871
814
  /**
872
815
  * 国内国际:资源所属区域类型(国内、国际)
873
- 注意:此字段可能返回 null,表示取不到有效值。
874
816
  */
875
817
  RegionTypeName?: string
876
818
  /**
877
819
  * 组件刊例价:组件的官网原始单价(如客户享受一口价/合同价则默认不展示)
878
- 注意:此字段可能返回 null,表示取不到有效值。
879
820
  */
880
821
  SinglePrice?: string
881
822
  /**
882
823
  * 组件单价:组件的折后单价,组件单价 = 刊例价 * 折扣
883
- 注意:此字段可能返回 null,表示取不到有效值。
884
824
  */
885
825
  ContractPrice?: string
886
826
  /**
887
827
  * 组件价格单位:组件价格的单位,单位构成:元/用量单位/时长单位
888
- 注意:此字段可能返回 null,表示取不到有效值。
889
828
  */
890
829
  SinglePriceUnit?: string
891
830
  /**
892
831
  * 组件用量:该组件实际结算用量,组件用量=组件原始用量-抵扣用量(含资源包)
893
- 注意:此字段可能返回 null,表示取不到有效值。
894
832
  */
895
833
  UsedAmount?: string
896
834
  /**
897
835
  * 组件用量单位:组件用量对应的单位
898
- 注意:此字段可能返回 null,表示取不到有效值。
899
836
  */
900
837
  UsedAmountUnit?: string
901
838
  /**
902
839
  * 使用时长:资源使用的时长,组件用量=组件原始使用时长-抵扣时长(含资源包)
903
- 注意:此字段可能返回 null,表示取不到有效值。
904
840
  */
905
841
  TimeSpan?: string
906
842
  /**
907
843
  * 时长单位:资源使用时长的单位
908
- 注意:此字段可能返回 null,表示取不到有效值。
909
844
  */
910
845
  TimeUnit?: string
911
846
  /**
912
847
  * 备注属性(实例配置):其他备注信息,如预留实例的预留实例类型和交易类型、CCN 产品的两端地域信息
913
- 注意:此字段可能返回 null,表示取不到有效值。
914
848
  */
915
849
  ReserveDetail?: string
916
850
  /**
917
851
  * 原始用量/时长:组件被资源包抵扣前的原始用量
918
852
  (目前仅实时音视频、弹性微服务、云呼叫中心及专属可用区产品支持该信息外显,其他产品尚在接入中)
919
- 注意:此字段可能返回 null,表示取不到有效值。
920
853
  */
921
854
  RealTotalMeasure?: string
922
855
  /**
923
856
  * 抵扣用量/时长(含资源包):组件被资源包抵扣的用量
924
857
  (目前仅实时音视频、弹性微服务、云呼叫中心及专属可用区产品支持该信息外显,其他产品尚在接入中)
925
- 注意:此字段可能返回 null,表示取不到有效值。
926
858
  */
927
859
  DeductedMeasure?: string
928
860
  /**
929
861
  * 折扣率:本资源享受的折扣率(如客户享受一口价/合同价则默认不展示,退费场景也默认不展示)
930
- 注意:此字段可能返回 null,表示取不到有效值。
931
862
  */
932
863
  Discount?: string
933
864
  /**
934
865
  * 混合折扣率:综合各类折扣抵扣信息后的最终折扣率,混合折扣率=优惠后总价/原价
935
- 注意:此字段可能返回 null,表示取不到有效值。
936
866
  */
937
867
  BlendedDiscount?: string
938
868
  /**
939
869
  * 价格属性:该组件除单价、时长外的其他影响折扣定价的属性信息
940
- 注意:此字段可能返回 null,表示取不到有效值。
941
870
  */
942
871
  PriceInfo?: Array<string>
943
872
  /**
944
873
  * 计算规则说明:特殊交易类型计费结算的详细计算说明,如退费及变配
945
- 注意:此字段可能返回 null,表示取不到有效值。
946
874
  */
947
875
  Formula?: string
948
876
  /**
949
877
  * 计费规则:各产品详细的计费规则官网说明链接
950
- 注意:此字段可能返回 null,表示取不到有效值。
951
878
  */
952
879
  FormulaUrl?: string
953
880
  /**
954
881
  * 配置描述:资源配置规格信息
955
- 注意:此字段可能返回 null,表示取不到有效值。
956
882
  */
957
883
  ComponentConfig?: string
958
884
  /**
959
885
  * SPDeduction
960
- 注意:此字段可能返回 null,表示取不到有效值。
961
886
  */
962
887
  SPDeduction?: string
963
888
  /**
964
889
  * 节省计划抵扣率:节省计划可用余额额度范围内,节省计划对于此组件打的折扣率
965
- 注意:此字段可能返回 null,表示取不到有效值。
966
890
  */
967
891
  SPDeductionRate?: string
968
892
  /**
969
893
  * AssociatedOrder
970
- 注意:此字段可能返回 null,表示取不到有效值。
971
894
  */
972
895
  AssociatedOrder?: string
973
896
  /**
974
897
  * 当前消费项的优惠对象,例如:官网折扣、用户折扣、活动折扣。
975
- 注意:此字段可能返回 null,表示取不到有效值。
976
898
  */
977
899
  DiscountObject?: string
978
900
  /**
979
901
  * 当前消费项的优惠类型,例如:折扣、合同价。
980
- 注意:此字段可能返回 null,表示取不到有效值。
981
902
  */
982
903
  DiscountType?: string
983
904
  /**
984
905
  * 对优惠类型的补充描述,例如:商务折扣8折,则优惠类型为“折扣”,优惠内容为“0.8”。
985
- 注意:此字段可能返回 null,表示取不到有效值。
986
906
  */
987
907
  DiscountContent?: string
988
908
  /**
989
909
  * 账单月
990
- 注意:此字段可能返回 null,表示取不到有效值。
991
910
  */
992
911
  BillMonth?: string
993
912
  }
@@ -1112,27 +1031,22 @@ export interface DistributionBillDetail {
1112
1031
  OperateUin?: string
1113
1032
  /**
1114
1033
  * 标签信息
1115
- 注意:此字段可能返回 null,表示取不到有效值。
1116
1034
  */
1117
1035
  Tags?: Array<BillTagInfo>
1118
1036
  /**
1119
1037
  * 产品编码
1120
- 注意:此字段可能返回 null,表示取不到有效值。
1121
1038
  */
1122
1039
  BusinessCode?: string
1123
1040
  /**
1124
1041
  * 子产品编码
1125
- 注意:此字段可能返回 null,表示取不到有效值。
1126
1042
  */
1127
1043
  ProductCode?: string
1128
1044
  /**
1129
1045
  * 交易类型编码
1130
- 注意:此字段可能返回 null,表示取不到有效值。
1131
1046
  */
1132
1047
  ActionType?: string
1133
1048
  /**
1134
1049
  * 地域ID
1135
- 注意:此字段可能返回 null,表示取不到有效值。
1136
1050
  */
1137
1051
  RegionId?: string
1138
1052
  /**
@@ -1141,32 +1055,26 @@ export interface DistributionBillDetail {
1141
1055
  ProjectId?: number
1142
1056
  /**
1143
1057
  * 价格属性:该组件除单价、时长外的其他影响折扣定价的属性信息
1144
- 注意:此字段可能返回 null,表示取不到有效值。
1145
1058
  */
1146
1059
  PriceInfo?: Array<string>
1147
1060
  /**
1148
1061
  * 关联交易单据ID:和本笔交易关联单据 ID,如,冲销订单,记录原订单、重结订单,退费单记录对应的原购买订单号
1149
- 注意:此字段可能返回 null,表示取不到有效值。
1150
1062
  */
1151
1063
  AssociatedOrder?: BillDetailAssociatedOrder
1152
1064
  /**
1153
1065
  * 计算说明:特殊交易类型计费结算的详细计算说明,如退费及变配
1154
- 注意:此字段可能返回 null,表示取不到有效值。
1155
1066
  */
1156
1067
  Formula?: string
1157
1068
  /**
1158
1069
  * 计费规则:各产品详细的计费规则官网说明链接
1159
- 注意:此字段可能返回 null,表示取不到有效值。
1160
1070
  */
1161
1071
  FormulaUrl?: string
1162
1072
  /**
1163
1073
  * 账单归属月
1164
- 注意:此字段可能返回 null,表示取不到有效值。
1165
1074
  */
1166
1075
  BillMonth?: string
1167
1076
  /**
1168
1077
  * 账单归属日
1169
- 注意:此字段可能返回 null,表示取不到有效值。
1170
1078
  */
1171
1079
  BillDay?: string
1172
1080
  }
@@ -1177,17 +1085,14 @@ export interface DistributionBillDetail {
1177
1085
  export interface DescribeAllocationOverviewResponse {
1178
1086
  /**
1179
1087
  * 总条数
1180
- 注意:此字段可能返回 null,表示取不到有效值。
1181
1088
  */
1182
1089
  RecordNum?: number
1183
1090
  /**
1184
1091
  * 分账账单概览金额汇总
1185
- 注意:此字段可能返回 null,表示取不到有效值。
1186
1092
  */
1187
1093
  Total?: AllocationOverviewTotal
1188
1094
  /**
1189
1095
  * 分账概览明细
1190
- 注意:此字段可能返回 null,表示取不到有效值。
1191
1096
  */
1192
1097
  Detail?: Array<AllocationOverviewDetail>
1193
1098
  /**
@@ -1427,7 +1332,6 @@ export interface BusinessSummaryInfo {
1427
1332
  BusinessCodeName?: string
1428
1333
  /**
1429
1334
  * 原价,单位为元。TotalCost字段自账单3.0(即2021-05)之后开始生效,账单3.0之前返回"-"。合同价的情况下,TotalCost字段与官网价格存在差异,也返回“-”。
1430
- 注意:此字段可能返回 null,表示取不到有效值。
1431
1335
  */
1432
1336
  TotalCost?: string
1433
1337
  /**
@@ -1448,7 +1352,6 @@ export interface BusinessSummaryInfo {
1448
1352
  VoucherPayAmount?: string
1449
1353
  /**
1450
1354
  * 分成金账户支出:通过分成金账户支付的金额
1451
- 注意:此字段可能返回 null,表示取不到有效值。
1452
1355
  */
1453
1356
  TransferPayAmount?: string
1454
1357
  }
@@ -1787,7 +1690,6 @@ desc - 降序
1787
1690
  export interface DescribeGatherResourceResponse {
1788
1691
  /**
1789
1692
  * 总条数
1790
- 注意:此字段可能返回 null,表示取不到有效值。
1791
1693
  */
1792
1694
  RecordNum?: number
1793
1695
  /**
@@ -1846,12 +1748,10 @@ export interface DetailPoint {
1846
1748
  export interface DescribeAllocationMonthOverviewResponse {
1847
1749
  /**
1848
1750
  * 分账账单月概览详情
1849
- 注意:此字段可能返回 null,表示取不到有效值。
1850
1751
  */
1851
1752
  Detail?: Array<AllocationOverviewNode>
1852
1753
  /**
1853
1754
  * 分账账单概览金额汇总
1854
- 注意:此字段可能返回 null,表示取不到有效值。
1855
1755
  */
1856
1756
  Total?: AllocationOverviewTotal
1857
1757
  /**
@@ -1867,18 +1767,15 @@ export interface DescribeAllocationSummaryByItemResponse {
1867
1767
  /**
1868
1768
  * 总条数
1869
1769
 
1870
- 注意:此字段可能返回 null,表示取不到有效值。
1871
1770
  */
1872
1771
  RecordNum?: number
1873
1772
  /**
1874
1773
  * 分账账单概览金额汇总
1875
- 注意:此字段可能返回 null,表示取不到有效值。
1876
1774
  */
1877
1775
  Total?: AllocationOverviewTotal
1878
1776
  /**
1879
1777
  * 分账账单按组件汇总明细
1880
1778
 
1881
- 注意:此字段可能返回 null,表示取不到有效值。
1882
1779
  */
1883
1780
  Detail?: Array<AllocationSummaryByItem>
1884
1781
  /**
@@ -2228,18 +2125,15 @@ export interface DescribeBillSummaryByPayModeResponse {
2228
2125
  export interface DescribeAllocationSummaryByBusinessResponse {
2229
2126
  /**
2230
2127
  * 总条数
2231
- 注意:此字段可能返回 null,表示取不到有效值。
2232
2128
  */
2233
2129
  RecordNum?: number
2234
2130
  /**
2235
2131
  * 分账账单概览金额汇总
2236
2132
 
2237
- 注意:此字段可能返回 null,表示取不到有效值。
2238
2133
  */
2239
2134
  Total?: AllocationOverviewTotal
2240
2135
  /**
2241
2136
  * 分账账单按产品汇总明细
2242
- 注意:此字段可能返回 null,表示取不到有效值。
2243
2137
  */
2244
2138
  Detail?: Array<AllocationSummaryByBusiness>
2245
2139
  /**
@@ -2608,7 +2502,6 @@ export interface ConsumptionSummaryTrend {
2608
2502
  Type?: string
2609
2503
  /**
2610
2504
  * 趋势值,Type为none是该字段值为null
2611
- 注意:此字段可能返回 null,表示取不到有效值。
2612
2505
  */
2613
2506
  Value?: string
2614
2507
  }
@@ -3057,17 +2950,14 @@ export interface AllocationSummaryByResource {
3057
2950
  export interface AllocationOverviewNode {
3058
2951
  /**
3059
2952
  * 分账单元ID
3060
- 注意:此字段可能返回 null,表示取不到有效值。
3061
2953
  */
3062
2954
  Id?: number
3063
2955
  /**
3064
2956
  * 分账单元名称
3065
- 注意:此字段可能返回 null,表示取不到有效值。
3066
2957
  */
3067
2958
  Name?: string
3068
2959
  /**
3069
2960
  * 分账单元唯一标识
3070
- 注意:此字段可能返回 null,表示取不到有效值。
3071
2961
  */
3072
2962
  TreeNodeUniqKey?: string
3073
2963
  /**
@@ -3076,17 +2966,14 @@ export interface AllocationOverviewNode {
3076
2966
  1 - 同时存在归集规则和公摊规则
3077
2967
  2 - 仅存在归集规则
3078
2968
  3 - 仅存在公摊规则
3079
- 注意:此字段可能返回 null,表示取不到有效值。
3080
2969
  */
3081
2970
  Symbol?: number
3082
2971
  /**
3083
2972
  * 子单元月概览详情
3084
- 注意:此字段可能返回 null,表示取不到有效值。
3085
2973
  */
3086
2974
  Children?: Array<AllocationOverviewNode>
3087
2975
  /**
3088
2976
  * 分账账单月概览金额明细
3089
- 注意:此字段可能返回 null,表示取不到有效值。
3090
2977
  */
3091
2978
  Detail?: AllocationMonthOverviewDetail
3092
2979
  }
@@ -3390,94 +3277,91 @@ export interface Deal {
3390
3277
  /**
3391
3278
  * 订单号
3392
3279
  */
3393
- OrderId: string
3280
+ OrderId?: string
3394
3281
  /**
3395
3282
  * 订单的状态 1:未支付 2:已支付3:发货中 4:已发货 5:发货失败 6:已退款 7:已关单 8:订单过期 9:订单已失效 10:产品已失效 11:代付拒绝 12:支付中
3396
3283
  */
3397
- Status: number
3284
+ Status?: number
3398
3285
  /**
3399
3286
  * 支付者
3400
3287
  */
3401
- Payer: string
3288
+ Payer?: string
3402
3289
  /**
3403
3290
  * 创建时间
3404
3291
  */
3405
- CreateTime: string
3292
+ CreateTime?: string
3406
3293
  /**
3407
3294
  * 创建人
3408
3295
  */
3409
- Creator: string
3296
+ Creator?: string
3410
3297
  /**
3411
3298
  * 实际支付金额(分)
3412
3299
  */
3413
- RealTotalCost: number
3300
+ RealTotalCost?: number
3414
3301
  /**
3415
3302
  * 代金券抵扣金额(分)
3416
3303
  */
3417
- VoucherDecline: number
3304
+ VoucherDecline?: number
3418
3305
  /**
3419
3306
  * 项目ID
3420
3307
  */
3421
- ProjectId: number
3308
+ ProjectId?: number
3422
3309
  /**
3423
3310
  * 产品分类ID
3424
3311
  */
3425
- GoodsCategoryId: number
3312
+ GoodsCategoryId?: number
3426
3313
  /**
3427
3314
  * 产品详情
3428
3315
  */
3429
- ProductInfo: Array<ProductInfo>
3316
+ ProductInfo?: Array<ProductInfo>
3430
3317
  /**
3431
3318
  * 时长
3432
3319
  */
3433
- TimeSpan: number
3320
+ TimeSpan?: number
3434
3321
  /**
3435
3322
  * 时间单位
3436
3323
  */
3437
- TimeUnit: string
3324
+ TimeUnit?: string
3438
3325
  /**
3439
3326
  * 货币单位
3440
3327
  */
3441
- Currency: string
3328
+ Currency?: string
3442
3329
  /**
3443
3330
  * 折扣率
3444
3331
  */
3445
- Policy: number
3332
+ Policy?: number
3446
3333
  /**
3447
3334
  * 单价(分)
3448
3335
  */
3449
- Price: number
3336
+ Price?: number
3450
3337
  /**
3451
3338
  * 原价(分)
3452
3339
  */
3453
- TotalCost: number
3340
+ TotalCost?: number
3454
3341
  /**
3455
3342
  * 产品编码
3456
- 注意:此字段可能返回 null,表示取不到有效值。
3457
3343
  */
3458
- ProductCode: string
3344
+ ProductCode?: string
3459
3345
  /**
3460
3346
  * 子产品编码
3461
3347
  */
3462
- SubProductCode: string
3348
+ SubProductCode?: string
3463
3349
  /**
3464
3350
  * 大订单号
3465
3351
  */
3466
- BigDealId: string
3352
+ BigDealId?: string
3467
3353
  /**
3468
3354
  * 退费公式
3469
- 注意:此字段可能返回 null,表示取不到有效值。
3470
3355
  */
3471
- Formula: string
3356
+ Formula?: string
3472
3357
  /**
3473
3358
  * 退费涉及订单信息
3474
- 注意:此字段可能返回 null,表示取不到有效值。
3475
3359
  */
3476
- RefReturnDeals: string
3360
+ RefReturnDeals?: string
3477
3361
  /**
3478
3362
  * 付费模式:prePay 预付费 postPay后付费 riPay预留实例
3479
3363
  */
3480
- PayMode: string
3364
+ PayMode?: string
3481
3365
  /**
3482
3366
  * 交易类型
3483
3367
  modifyNetworkMode 调整带宽模式
@@ -3492,24 +3376,21 @@ preMoveIn 包年包月迁入资源
3492
3376
  preToPost 预付费转后付费
3493
3377
  postMoveOut 按量计费迁出资源
3494
3378
  postMoveIn 按量计费迁入资源
3495
- 注意:此字段可能返回 null,表示取不到有效值。
3496
3379
  */
3497
- Action: string
3380
+ Action?: string
3498
3381
  /**
3499
3382
  * 产品编码中文名称
3500
- 注意:此字段可能返回 null,表示取不到有效值。
3501
3383
  */
3502
- ProductName: string
3384
+ ProductName?: string
3503
3385
  /**
3504
3386
  * 子产品编码中文名称
3505
- 注意:此字段可能返回 null,表示取不到有效值。
3506
3387
  */
3507
- SubProductName: string
3388
+ SubProductName?: string
3508
3389
  /**
3509
3390
  * 订单对应的资源id, 查询参数Limit超过200,将返回null
3510
3391
  注意:此字段可能返回 null,表示取不到有效值。
3511
3392
  */
3512
- ResourceId: Array<string>
3393
+ ResourceId?: Array<string>
3513
3394
  }
3514
3395
 
3515
3396
  /**
@@ -3536,12 +3417,10 @@ export interface DescribeDealsByCondResponse {
3536
3417
  export interface BillZoneId {
3537
3418
  /**
3538
3419
  * 可用区ID
3539
- 注意:此字段可能返回 null,表示取不到有效值。
3540
3420
  */
3541
3421
  ZoneId: number
3542
3422
  /**
3543
3423
  * 可用区:资源所属可用区
3544
- 注意:此字段可能返回 null,表示取不到有效值。
3545
3424
  */
3546
3425
  ZoneName: string
3547
3426
  }
@@ -3639,6 +3518,14 @@ export interface PayDealsRequest {
3639
3518
  * 需要支付的一个或者多个大订单号,与OrderIds字段两者必须且仅传一个参数
3640
3519
  */
3641
3520
  BigDealIds?: Array<string>
3521
+ /**
3522
+ * 0非代理,1代理商代付,3集团代理,4代理商为代客下产品级代付单,默认0
3523
+ */
3524
+ AgentPay?: number
3525
+ /**
3526
+ * 推荐者,用于返利
3527
+ */
3528
+ CpsUin?: string
3642
3529
  }
3643
3530
 
3644
3531
  /**
@@ -3694,82 +3581,66 @@ export interface BusinessSummaryTotal {
3694
3581
  export interface DescribeAllocationBillConditionsResponse {
3695
3582
  /**
3696
3583
  * 产品筛选列表
3697
- 注意:此字段可能返回 null,表示取不到有效值。
3698
3584
  */
3699
3585
  Business?: Array<BillBusiness>
3700
3586
  /**
3701
3587
  * 子产品筛选列表
3702
- 注意:此字段可能返回 null,表示取不到有效值。
3703
3588
  */
3704
3589
  Product?: Array<BillProduct>
3705
3590
  /**
3706
3591
  * 组件名称筛选列表
3707
- 注意:此字段可能返回 null,表示取不到有效值。
3708
3592
  */
3709
3593
  Item?: Array<BillItem>
3710
3594
  /**
3711
3595
  * 地域筛选列表
3712
- 注意:此字段可能返回 null,表示取不到有效值。
3713
3596
  */
3714
3597
  Region?: Array<BillRegion>
3715
3598
  /**
3716
3599
  * 实例类型筛选列表
3717
- 注意:此字段可能返回 null,表示取不到有效值。
3718
3600
  */
3719
3601
  InstanceType?: Array<BillInstanceType>
3720
3602
  /**
3721
3603
  * 计费模式筛选列表
3722
- 注意:此字段可能返回 null,表示取不到有效值。
3723
3604
  */
3724
3605
  PayMode?: Array<BillPayMode>
3725
3606
  /**
3726
3607
  * 项目筛选列表
3727
- 注意:此字段可能返回 null,表示取不到有效值。
3728
3608
  */
3729
3609
  Project?: Array<BillProject>
3730
3610
  /**
3731
3611
  * 标签筛选列表
3732
- 注意:此字段可能返回 null,表示取不到有效值。
3733
3612
  */
3734
3613
  Tag?: Array<BillTag>
3735
3614
  /**
3736
3615
  * 使用者 UIN 筛选列表
3737
- 注意:此字段可能返回 null,表示取不到有效值。
3738
3616
  */
3739
3617
  OwnerUin?: Array<BillOwnerUin>
3740
3618
  /**
3741
3619
  * 操作者 UIN 筛选列表
3742
- 注意:此字段可能返回 null,表示取不到有效值。
3743
3620
  */
3744
3621
  OperateUin?: Array<BillOperateUin>
3745
3622
  /**
3746
3623
  * 日期筛选列表
3747
- 注意:此字段可能返回 null,表示取不到有效值。
3748
3624
  */
3749
3625
  BillDay?: Array<BillDays>
3750
3626
  /**
3751
3627
  * 交易类型筛选列表
3752
- 注意:此字段可能返回 null,表示取不到有效值。
3753
3628
  */
3754
3629
  ActionType?: Array<BillActionType>
3755
3630
  /**
3756
3631
  * 组件类型筛选列表
3757
- 注意:此字段可能返回 null,表示取不到有效值。
3758
3632
  */
3759
3633
  Component?: Array<BillComponent>
3760
3634
  /**
3761
3635
  * 可用区筛选列表
3762
- 注意:此字段可能返回 null,表示取不到有效值。
3763
3636
  */
3764
3637
  Zone?: Array<BillZoneId>
3765
3638
  /**
3766
3639
  * 分账单元筛选列表
3767
- 注意:此字段可能返回 null,表示取不到有效值。
3768
3640
  */
3769
3641
  AllocationTreeNode?: Array<AllocationTreeNode>
3770
3642
  /**
3771
3643
  * 分账标签键
3772
- 注意:此字段可能返回 null,表示取不到有效值。
3773
3644
  */
3774
3645
  TagKey?: Array<string>
3775
3646
  /**
@@ -3880,17 +3751,14 @@ export interface JsonObject {
3880
3751
  export interface AllocationOverviewDetail {
3881
3752
  /**
3882
3753
  * 分账单元唯一标识
3883
- 注意:此字段可能返回 null,表示取不到有效值。
3884
3754
  */
3885
3755
  TreeNodeUniqKey?: string
3886
3756
  /**
3887
3757
  * 分账单元名称
3888
- 注意:此字段可能返回 null,表示取不到有效值。
3889
3758
  */
3890
3759
  TreeNodeUniqKeyName?: string
3891
3760
  /**
3892
3761
  * 日期:结算日期
3893
- 注意:此字段可能返回 null,表示取不到有效值。
3894
3762
  */
3895
3763
  BillDate?: string
3896
3764
  /**
@@ -3959,7 +3827,6 @@ export interface AllocationOverviewDetail {
3959
3827
  Ratio?: string
3960
3828
  /**
3961
3829
  * 环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%
3962
- 注意:此字段可能返回 null,表示取不到有效值。
3963
3830
  */
3964
3831
  Trend?: string
3965
3832
  /**
@@ -3967,7 +3834,6 @@ export interface AllocationOverviewDetail {
3967
3834
  upward -上升
3968
3835
  downward - 下降
3969
3836
  none - 平稳
3970
- 注意:此字段可能返回 null,表示取不到有效值。
3971
3837
  */
3972
3838
  TrendType?: string
3973
3839
  }
@@ -4331,7 +4197,6 @@ export interface AllocationMonthOverviewDetail {
4331
4197
  Ratio?: string
4332
4198
  /**
4333
4199
  * 环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%
4334
- 注意:此字段可能返回 null,表示取不到有效值。
4335
4200
  */
4336
4201
  Trend?: string
4337
4202
  /**
@@ -4339,7 +4204,6 @@ export interface AllocationMonthOverviewDetail {
4339
4204
  upward -上升
4340
4205
  downward - 下降
4341
4206
  none - 平稳
4342
- 注意:此字段可能返回 null,表示取不到有效值。
4343
4207
  */
4344
4208
  TrendType?: string
4345
4209
  }
@@ -4799,17 +4663,14 @@ export interface DescribeBillSummaryForOrganizationRequest {
4799
4663
  export interface AllocationSummaryByBusiness {
4800
4664
  /**
4801
4665
  * 分账单元唯一标识
4802
- 注意:此字段可能返回 null,表示取不到有效值。
4803
4666
  */
4804
4667
  TreeNodeUniqKey?: string
4805
4668
  /**
4806
4669
  * 分账单元名称
4807
- 注意:此字段可能返回 null,表示取不到有效值。
4808
4670
  */
4809
4671
  TreeNodeUniqKeyName?: string
4810
4672
  /**
4811
4673
  * 日期:结算日期
4812
- 注意:此字段可能返回 null,表示取不到有效值。
4813
4674
  */
4814
4675
  BillDate?: string
4815
4676
  /**
@@ -4878,7 +4739,6 @@ export interface AllocationSummaryByBusiness {
4878
4739
  Ratio?: string
4879
4740
  /**
4880
4741
  * 环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%
4881
- 注意:此字段可能返回 null,表示取不到有效值。
4882
4742
  */
4883
4743
  Trend?: string
4884
4744
  /**
@@ -4886,17 +4746,14 @@ export interface AllocationSummaryByBusiness {
4886
4746
  upward -上升
4887
4747
  downward - 下降
4888
4748
  none - 平稳
4889
- 注意:此字段可能返回 null,表示取不到有效值。
4890
4749
  */
4891
4750
  TrendType?: string
4892
4751
  /**
4893
4752
  * 产品编码
4894
- 注意:此字段可能返回 null,表示取不到有效值。
4895
4753
  */
4896
4754
  BusinessCode?: string
4897
4755
  /**
4898
4756
  * 产品名称:用户所采购的各类云产品
4899
- 注意:此字段可能返回 null,表示取不到有效值。
4900
4757
  */
4901
4758
  BusinessCodeName?: string
4902
4759
  /**
@@ -4940,7 +4797,6 @@ none - 平稳
4940
4797
  export interface AllocationStat {
4941
4798
  /**
4942
4799
  * 费用平均信息
4943
- 注意:此字段可能返回 null,表示取不到有效值。
4944
4800
  */
4945
4801
  Average?: AllocationAverageData
4946
4802
  }
@@ -5973,7 +5829,6 @@ export interface CostDetail {
5973
5829
  ResourceName?: string
5974
5830
  /**
5975
5831
  * 类型名称
5976
- 注意:此字段可能返回 null,表示取不到有效值。
5977
5832
  */
5978
5833
  ActionTypeName?: string
5979
5834
  /**
@@ -6132,137 +5987,110 @@ export interface ConsumptionResourceSummaryDataItem {
6132
5987
  ConsumptionTypeName?: string
6133
5988
  /**
6134
5989
  * 折前价
6135
- 注意:此字段可能返回 null,表示取不到有效值。
6136
5990
  */
6137
5991
  RealCost?: string
6138
5992
  /**
6139
5993
  * 费用起始时间
6140
- 注意:此字段可能返回 null,表示取不到有效值。
6141
5994
  */
6142
5995
  FeeBeginTime?: string
6143
5996
  /**
6144
5997
  * 费用结束时间
6145
- 注意:此字段可能返回 null,表示取不到有效值。
6146
5998
  */
6147
5999
  FeeEndTime?: string
6148
6000
  /**
6149
6001
  * 天数
6150
- 注意:此字段可能返回 null,表示取不到有效值。
6151
6002
  */
6152
6003
  DayDiff?: string
6153
6004
  /**
6154
6005
  * 每日消耗
6155
- 注意:此字段可能返回 null,表示取不到有效值。
6156
6006
  */
6157
6007
  DailyTotalCost?: string
6158
6008
  /**
6159
6009
  * 订单号
6160
- 注意:此字段可能返回 null,表示取不到有效值。
6161
6010
  */
6162
6011
  OrderId?: string
6163
6012
  /**
6164
6013
  * 代金券
6165
- 注意:此字段可能返回 null,表示取不到有效值。
6166
6014
  */
6167
6015
  VoucherPayAmount?: string
6168
6016
  /**
6169
6017
  * 赠送金
6170
- 注意:此字段可能返回 null,表示取不到有效值。
6171
6018
  */
6172
6019
  IncentivePayAmount?: string
6173
6020
  /**
6174
6021
  * 分成金
6175
- 注意:此字段可能返回 null,表示取不到有效值。
6176
6022
  */
6177
6023
  TransferPayAmount?: string
6178
6024
  /**
6179
6025
  * 支付者UIN:支付者的账号 ID,账号 ID 是用户在腾讯云的唯一账号标识
6180
- 注意:此字段可能返回 null,表示取不到有效值。
6181
6026
  */
6182
6027
  PayerUin?: string
6183
6028
  /**
6184
6029
  * 使用者UIN:实际使用资源的账号 ID
6185
- 注意:此字段可能返回 null,表示取不到有效值。
6186
6030
  */
6187
6031
  OwnerUin?: string
6188
6032
  /**
6189
6033
  * 操作者UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的 ID 或者角色 ID )
6190
- 注意:此字段可能返回 null,表示取不到有效值。
6191
6034
  */
6192
6035
  OperateUin?: string
6193
6036
  /**
6194
6037
  * 子产品编码
6195
- 注意:此字段可能返回 null,表示取不到有效值。
6196
6038
  */
6197
6039
  ProductCode?: string
6198
6040
  /**
6199
6041
  * 子产品名称:用户采购的具体产品细分类型,例如:云服务器 CVM-标准型 S1
6200
- 注意:此字段可能返回 null,表示取不到有效值。
6201
6042
  */
6202
6043
  ProductCodeName?: string
6203
6044
  /**
6204
6045
  * 地域类型
6205
- 注意:此字段可能返回 null,表示取不到有效值。
6206
6046
  */
6207
6047
  RegionType?: string
6208
6048
  /**
6209
6049
  * 地域类型名称
6210
- 注意:此字段可能返回 null,表示取不到有效值。
6211
6050
  */
6212
6051
  RegionTypeName?: string
6213
6052
  /**
6214
6053
  * 扩展字段1
6215
- 注意:此字段可能返回 null,表示取不到有效值。
6216
6054
  */
6217
6055
  Extend1?: string
6218
6056
  /**
6219
6057
  * 扩展字段2
6220
- 注意:此字段可能返回 null,表示取不到有效值。
6221
6058
  */
6222
6059
  Extend2?: string
6223
6060
  /**
6224
6061
  * 扩展字段3
6225
- 注意:此字段可能返回 null,表示取不到有效值。
6226
6062
  */
6227
6063
  Extend3?: string
6228
6064
  /**
6229
6065
  * 扩展字段4
6230
- 注意:此字段可能返回 null,表示取不到有效值。
6231
6066
  */
6232
6067
  Extend4?: string
6233
6068
  /**
6234
6069
  * 扩展字段5
6235
- 注意:此字段可能返回 null,表示取不到有效值。
6236
6070
  */
6237
6071
  Extend5?: string
6238
6072
  /**
6239
6073
  * 实例类型
6240
- 注意:此字段可能返回 null,表示取不到有效值。
6241
6074
  */
6242
6075
  InstanceType?: string
6243
6076
  /**
6244
6077
  * 实例类型名称
6245
- 注意:此字段可能返回 null,表示取不到有效值。
6246
6078
  */
6247
6079
  InstanceTypeName?: string
6248
6080
  /**
6249
6081
  * 扣费时间:结算扣费时间
6250
- 注意:此字段可能返回 null,表示取不到有效值。
6251
6082
  */
6252
6083
  PayTime?: string
6253
6084
  /**
6254
6085
  * 可用区:资源所属可用区,如广州三区
6255
- 注意:此字段可能返回 null,表示取不到有效值。
6256
6086
  */
6257
6087
  ZoneName?: string
6258
6088
  /**
6259
6089
  * 配置描述
6260
- 注意:此字段可能返回 null,表示取不到有效值。
6261
6090
  */
6262
6091
  ComponentConfig?: string
6263
6092
  /**
6264
6093
  * 标签信息
6265
- 注意:此字段可能返回 null,表示取不到有效值。
6266
6094
  */
6267
6095
  Tags?: string
6268
6096
  }
@@ -6591,12 +6419,10 @@ export interface DescribeAccountBalanceResponse {
6591
6419
  export interface DescribeAllocationBillDetailResponse {
6592
6420
  /**
6593
6421
  * 总条数
6594
- 注意:此字段可能返回 null,表示取不到有效值。
6595
6422
  */
6596
6423
  RecordNum?: number
6597
6424
  /**
6598
6425
  * 分账账单概览金额汇总
6599
- 注意:此字段可能返回 null,表示取不到有效值。
6600
6426
  */
6601
6427
  Total?: AllocationOverviewTotal
6602
6428
  /**
@@ -6615,7 +6441,6 @@ export interface DescribeAllocationBillDetailResponse {
6615
6441
  export interface BusinessSummaryOverviewItem {
6616
6442
  /**
6617
6443
  * 产品编码
6618
- 注意:此字段可能返回 null,表示取不到有效值。
6619
6444
  */
6620
6445
  BusinessCode?: string
6621
6446
  /**
@@ -6676,57 +6501,46 @@ export interface BillTag {
6676
6501
  export interface DescribeAllocateConditionsResponse {
6677
6502
  /**
6678
6503
  * 产品筛选列表
6679
- 注意:此字段可能返回 null,表示取不到有效值。
6680
6504
  */
6681
6505
  Business?: Array<BillBusinessLink>
6682
6506
  /**
6683
6507
  * 子产品筛选列表
6684
- 注意:此字段可能返回 null,表示取不到有效值。
6685
6508
  */
6686
6509
  Product?: Array<BillProduct>
6687
6510
  /**
6688
6511
  * 组件名称筛选列表
6689
- 注意:此字段可能返回 null,表示取不到有效值。
6690
6512
  */
6691
6513
  Item?: Array<BillItem>
6692
6514
  /**
6693
6515
  * 地域筛选列表
6694
- 注意:此字段可能返回 null,表示取不到有效值。
6695
6516
  */
6696
6517
  Region?: Array<BillRegion>
6697
6518
  /**
6698
6519
  * 实例类型筛选列表
6699
- 注意:此字段可能返回 null,表示取不到有效值。
6700
6520
  */
6701
6521
  InstanceType?: Array<BillInstanceType>
6702
6522
  /**
6703
6523
  * 计费模式筛选列表
6704
- 注意:此字段可能返回 null,表示取不到有效值。
6705
6524
  */
6706
6525
  PayMode?: Array<BillPayMode>
6707
6526
  /**
6708
6527
  * 项目筛选列表
6709
- 注意:此字段可能返回 null,表示取不到有效值。
6710
6528
  */
6711
6529
  Project?: Array<BillProject>
6712
6530
  /**
6713
6531
  * 标签筛选列表
6714
- 注意:此字段可能返回 null,表示取不到有效值。
6715
6532
  */
6716
6533
  Tag?: Array<BillTag>
6717
6534
  /**
6718
6535
  * 使用者 UIN 筛选列表
6719
- 注意:此字段可能返回 null,表示取不到有效值。
6720
6536
  */
6721
6537
  OwnerUin?: Array<BillOwnerUin>
6722
6538
  /**
6723
6539
  * 操作者 UIN 筛选列表
6724
- 注意:此字段可能返回 null,表示取不到有效值。
6725
6540
  */
6726
6541
  OperateUin?: Array<BillOperateUin>
6727
6542
  /**
6728
6543
  * 交易类型筛选列表
6729
- 注意:此字段可能返回 null,表示取不到有效值。
6730
6544
  */
6731
6545
  ActionType?: Array<BillActionType>
6732
6546
  /**
@@ -6913,117 +6727,94 @@ export interface BillActionType {
6913
6727
  export interface GatherResourceSummary {
6914
6728
  /**
6915
6729
  * 支付者 UIN:支付者的账号 ID,账号 ID 是用户在腾讯云的唯一账号标识
6916
- 注意:此字段可能返回 null,表示取不到有效值。
6917
6730
  */
6918
6731
  PayerUin?: string
6919
6732
  /**
6920
6733
  * 使用者 UIN:实际使用资源的账号 ID
6921
- 注意:此字段可能返回 null,表示取不到有效值。
6922
6734
  */
6923
6735
  OwnerUin?: string
6924
6736
  /**
6925
6737
  * 操作者 UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的ID或者角色 ID)
6926
- 注意:此字段可能返回 null,表示取不到有效值。
6927
6738
  */
6928
6739
  OperateUin?: string
6929
6740
  /**
6930
6741
  * 实例类型编码
6931
- 注意:此字段可能返回 null,表示取不到有效值。
6932
6742
  */
6933
6743
  InstanceType?: string
6934
6744
  /**
6935
6745
  * 实例类型:购买的产品服务对应的实例类型,包括资源包、RI、SP、竞价实例。常规实例默认展示“-”
6936
- 注意:此字段可能返回 null,表示取不到有效值。
6937
6746
  */
6938
6747
  InstanceTypeName?: string
6939
6748
  /**
6940
6749
  * 资源ID:不同产品因资源形态不同,资源内容不完全相同,如云服务器 CVM 为对应的实例 ID; 若该产品被分拆,则展示产品分拆后的分拆项 ID,如 COS 桶 ID,CDN 域名
6941
- 注意:此字段可能返回 null,表示取不到有效值。
6942
6750
  */
6943
6751
  ResourceId?: string
6944
6752
  /**
6945
6753
  * 实例名称:用户在控制台为资源设置的名称,如未设置默认为空;若该产品被分拆,则展示分拆产品分拆后的分拆项资源别名
6946
- 注意:此字段可能返回 null,表示取不到有效值。
6947
6754
  */
6948
6755
  ResourceName?: string
6949
6756
  /**
6950
6757
  * 分账单元唯一标识
6951
- 注意:此字段可能返回 null,表示取不到有效值。
6952
6758
  */
6953
6759
  TreeNodeUniqKey?: string
6954
6760
  /**
6955
6761
  * 分账单元名称
6956
- 注意:此字段可能返回 null,表示取不到有效值。
6957
6762
  */
6958
6763
  TreeNodeUniqKeyName?: string
6959
6764
  /**
6960
6765
  * 资源命中公摊规则ID
6961
- 注意:此字段可能返回 null,表示取不到有效值。
6962
6766
  */
6963
6767
  RuleId?: number
6964
6768
  /**
6965
6769
  * 资源命中公摊规则名称
6966
- 注意:此字段可能返回 null,表示取不到有效值。
6967
6770
  */
6968
6771
  RuleName?: string
6969
6772
  /**
6970
6773
  * 产品编码
6971
- 注意:此字段可能返回 null,表示取不到有效值。
6972
6774
  */
6973
6775
  BusinessCode?: string
6974
6776
  /**
6975
6777
  * 产品名称:用户所采购的各类云产品
6976
- 注意:此字段可能返回 null,表示取不到有效值。
6977
6778
  */
6978
6779
  BusinessCodeName?: string
6979
6780
  /**
6980
6781
  * 组件名称编码
6981
- 注意:此字段可能返回 null,表示取不到有效值。
6982
6782
  */
6983
6783
  ItemCode?: string
6984
6784
  /**
6985
6785
  * 组件名称:用户购买的产品或服务,所包含的具体组件
6986
- 注意:此字段可能返回 null,表示取不到有效值。
6987
6786
  */
6988
6787
  ItemCodeName?: string
6989
6788
  /**
6990
6789
  * 地域ID
6991
- 注意:此字段可能返回 null,表示取不到有效值。
6992
6790
  */
6993
6791
  RegionId?: number
6994
6792
  /**
6995
6793
  * 地域名称:资源所属地域
6996
- 注意:此字段可能返回 null,表示取不到有效值。
6997
6794
  */
6998
6795
  RegionName?: string
6999
6796
  /**
7000
6797
  * 分账标签:资源绑定的标签
7001
- 注意:此字段可能返回 null,表示取不到有效值。
7002
6798
  */
7003
6799
  Tag?: Array<BillTag>
7004
6800
  /**
7005
6801
  * 优惠后总价:优惠后总价 =(原价 - 预留实例抵扣原价 - 节省计划抵扣原价)* 折扣率
7006
- 注意:此字段可能返回 null,表示取不到有效值。
7007
6802
  */
7008
6803
  RealTotalCost?: string
7009
6804
  /**
7010
6805
  * 现金账户支出(元):通过现金账户支付的金额
7011
- 注意:此字段可能返回 null,表示取不到有效值。
7012
6806
  */
7013
6807
  CashPayAmount?: string
7014
6808
  /**
7015
6809
  * 代金券支出(元):使用各类优惠券(如代金券、现金券等)支付的金额
7016
- 注意:此字段可能返回 null,表示取不到有效值。
7017
6810
  */
7018
6811
  VoucherPayAmount?: string
7019
6812
  /**
7020
6813
  * 赠送账户支出(元):使用赠送金支付的金额
7021
- 注意:此字段可能返回 null,表示取不到有效值。
7022
6814
  */
7023
6815
  IncentivePayAmount?: string
7024
6816
  /**
7025
6817
  * 分成账户支出(元):通过分成金账户支付的金额
7026
- 注意:此字段可能返回 null,表示取不到有效值。
7027
6818
  */
7028
6819
  TransferPayAmount?: string
7029
6820
  /**
@@ -7031,67 +6822,54 @@ export interface GatherResourceSummary {
7031
6822
  0 - 分摊
7032
6823
  1 - 归集
7033
6824
  -1 - 未分配
7034
- 注意:此字段可能返回 null,表示取不到有效值。
7035
6825
  */
7036
6826
  AllocationType?: number
7037
6827
  /**
7038
6828
  * 当前归属单元信息
7039
- 注意:此字段可能返回 null,表示取不到有效值。
7040
6829
  */
7041
6830
  BelongTreeNodeUniqKey?: AllocationTreeNode
7042
6831
  /**
7043
6832
  * 当前资源命中公摊规则信息
7044
- 注意:此字段可能返回 null,表示取不到有效值。
7045
6833
  */
7046
6834
  BelongRule?: AllocationRule
7047
6835
  /**
7048
6836
  * 其它归属单元信息
7049
- 注意:此字段可能返回 null,表示取不到有效值。
7050
6837
  */
7051
6838
  OtherTreeNodeUniqKeys?: Array<AllocationTreeNode>
7052
6839
  /**
7053
6840
  * 其他命中规则信息
7054
- 注意:此字段可能返回 null,表示取不到有效值。
7055
6841
  */
7056
6842
  OtherRules?: Array<AllocationRule>
7057
6843
  /**
7058
6844
  * 项目ID
7059
- 注意:此字段可能返回 null,表示取不到有效值。
7060
6845
  */
7061
6846
  ProjectId?: number
7062
6847
  /**
7063
6848
  * 项目名称:资源归属的项目,用户在控制台给资源自主分配项目,未分配则是默认项目
7064
- 注意:此字段可能返回 null,表示取不到有效值。
7065
6849
  */
7066
6850
  ProjectName?: string
7067
6851
  /**
7068
6852
  * 子产品编码
7069
- 注意:此字段可能返回 null,表示取不到有效值。
7070
6853
  */
7071
6854
  ProductCode?: string
7072
6855
  /**
7073
6856
  * 子产品名称:用户采购的具体产品细分类型
7074
- 注意:此字段可能返回 null,表示取不到有效值。
7075
6857
  */
7076
6858
  ProductCodeName?: string
7077
6859
  /**
7078
6860
  * 计费模式编码
7079
- 注意:此字段可能返回 null,表示取不到有效值。
7080
6861
  */
7081
6862
  PayMode?: string
7082
6863
  /**
7083
6864
  * 计费模式:资源的计费模式,区分为包年包月和按量计费
7084
- 注意:此字段可能返回 null,表示取不到有效值。
7085
6865
  */
7086
6866
  PayModeName?: string
7087
6867
  /**
7088
6868
  * 交易类型编码
7089
- 注意:此字段可能返回 null,表示取不到有效值。
7090
6869
  */
7091
6870
  ActionType?: string
7092
6871
  /**
7093
6872
  * 交易类型:明细交易类型
7094
- 注意:此字段可能返回 null,表示取不到有效值。
7095
6873
  */
7096
6874
  ActionTypeName?: string
7097
6875
  /**
@@ -7179,19 +6957,16 @@ export interface DescribeAllocationSummaryByResourceResponse {
7179
6957
  /**
7180
6958
  * 总条数
7181
6959
 
7182
- 注意:此字段可能返回 null,表示取不到有效值。
7183
6960
  */
7184
6961
  RecordNum?: number
7185
6962
  /**
7186
6963
  * 分账账单概览金额汇总
7187
6964
 
7188
- 注意:此字段可能返回 null,表示取不到有效值。
7189
6965
  */
7190
6966
  Total?: AllocationOverviewTotal
7191
6967
  /**
7192
6968
  * 分账账单按资源汇总明细
7193
6969
 
7194
- 注意:此字段可能返回 null,表示取不到有效值。
7195
6970
  */
7196
6971
  Detail?: Array<AllocationSummaryByResource>
7197
6972
  /**
@@ -7483,17 +7258,14 @@ export interface BillPayMode {
7483
7258
  export interface DescribeAllocationTrendByMonthResponse {
7484
7259
  /**
7485
7260
  * 当月费用信息
7486
- 注意:此字段可能返回 null,表示取不到有效值。
7487
7261
  */
7488
7262
  Current?: AllocationBillTrendDetail
7489
7263
  /**
7490
7264
  * 之前月份费用信息
7491
- 注意:此字段可能返回 null,表示取不到有效值。
7492
7265
  */
7493
7266
  Previous?: Array<AllocationBillTrendDetail>
7494
7267
  /**
7495
7268
  * 费用统计信息
7496
- 注意:此字段可能返回 null,表示取不到有效值。
7497
7269
  */
7498
7270
  Stat?: AllocationStat
7499
7271
  /**
@@ -7742,7 +7514,6 @@ export interface DescribeCostSummaryByRegionResponse {
7742
7514
  Data?: Array<ConsumptionRegionSummaryDataItem>
7743
7515
  /**
7744
7516
  * 记录数量,NeedRecordNum为0时返回null
7745
- 注意:此字段可能返回 null,表示取不到有效值。
7746
7517
  */
7747
7518
  RecordNum?: number
7748
7519
  /**