|
183 | 183 | 'cashCouponFee' => [ 'type' => 'double', 'locationName' => 'cashCouponFee', ], |
184 | 184 | 'freeCashCouponFee' => [ 'type' => 'double', 'locationName' => 'freeCashCouponFee', ], |
185 | 185 | 'payCashCouponFee' => [ 'type' => 'double', 'locationName' => 'payCashCouponFee', ], |
| 186 | + 'wire' => [ 'type' => 'double', 'locationName' => 'wire', ], |
186 | 187 | 'consumeTime' => [ 'type' => 'string', 'locationName' => 'consumeTime', ], |
187 | 188 | 'transactionNo' => [ 'type' => 'string', 'locationName' => 'transactionNo', ], |
188 | 189 | 'refundNo' => [ 'type' => 'string', 'locationName' => 'refundNo', ], |
|
217 | 218 | 'pin' => [ 'type' => 'string', 'locationName' => 'pin', ], |
218 | 219 | 'serviceCode' => [ 'type' => 'string', 'locationName' => 'serviceCode', ], |
219 | 220 | 'resourceId' => [ 'type' => 'string', 'locationName' => 'resourceId', ], |
| 221 | + 'billFee' => [ 'type' => 'double', 'locationName' => 'billFee', ], |
| 222 | + 'discountFee' => [ 'type' => 'double', 'locationName' => 'discountFee', ], |
220 | 223 | 'actualFee' => [ 'type' => 'double', 'locationName' => 'actualFee', ], |
221 | 224 | 'adjustFee' => [ 'type' => 'double', 'locationName' => 'adjustFee', ], |
| 225 | + 'cashPayFee' => [ 'type' => 'double', 'locationName' => 'cashPayFee', ], |
| 226 | + 'balancePayFee' => [ 'type' => 'double', 'locationName' => 'balancePayFee', ], |
| 227 | + 'cashCouponFee' => [ 'type' => 'double', 'locationName' => 'cashCouponFee', ], |
| 228 | + 'couponNumber' => [ 'type' => 'string', 'locationName' => 'couponNumber', ], |
222 | 229 | 'property' => [ 'type' => 'string', 'locationName' => 'property', ], |
223 | 230 | 'usage' => [ 'type' => 'double', 'locationName' => 'usage', ], |
224 | 231 | 'adjustUsage' => [ 'type' => 'double', 'locationName' => 'adjustUsage', ], |
|
256 | 263 | 'cashCouponFee' => [ 'type' => 'double', 'locationName' => 'cashCouponFee', ], |
257 | 264 | 'balancePayFee' => [ 'type' => 'double', 'locationName' => 'balancePayFee', ], |
258 | 265 | 'cashPayFee' => [ 'type' => 'double', 'locationName' => 'cashPayFee', ], |
| 266 | + 'wire' => [ 'type' => 'double', 'locationName' => 'wire', ], |
259 | 267 | 'unitPrice' => [ 'type' => 'double', 'locationName' => 'unitPrice', ], |
260 | 268 | 'priceUnit' => [ 'type' => 'string', 'locationName' => 'priceUnit', ], |
261 | 269 | 'payState' => [ 'type' => 'integer', 'locationName' => 'payState', ], |
|
370 | 378 | 'cashCouponFee' => [ 'type' => 'double', 'locationName' => 'cashCouponFee', ], |
371 | 379 | 'freeCashCouponFee' => [ 'type' => 'double', 'locationName' => 'freeCashCouponFee', ], |
372 | 380 | 'payCashCouponFee' => [ 'type' => 'double', 'locationName' => 'payCashCouponFee', ], |
| 381 | + 'wire' => [ 'type' => 'double', 'locationName' => 'wire', ], |
373 | 382 | 'consumeTime' => [ 'type' => 'string', 'locationName' => 'consumeTime', ], |
374 | 383 | 'transactionNo' => [ 'type' => 'string', 'locationName' => 'transactionNo', ], |
375 | 384 | 'refundNo' => [ 'type' => 'string', 'locationName' => 'refundNo', ], |
376 | 385 | 'site' => [ 'type' => 'integer', 'locationName' => 'site', ], |
377 | 386 | 'org' => [ 'type' => 'string', 'locationName' => 'org', ], |
| 387 | + 'orgName' => [ 'type' => 'string', 'locationName' => 'orgName', ], |
| 388 | + 'contractNumber' => [ 'type' => 'string', 'locationName' => 'contractNumber', ], |
378 | 389 | 'tradeType' => [ 'type' => 'integer', 'locationName' => 'tradeType', ], |
379 | 390 | 'billType' => [ 'type' => 'integer', 'locationName' => 'billType', ], |
380 | 391 | 'formulaDesc' => [ 'type' => 'string', 'locationName' => 'formulaDesc', ], |
|
675 | 686 | 'cashPayFee' => [ 'type' => 'double', 'locationName' => 'cashPayFee', ], |
676 | 687 | ], |
677 | 688 | ], |
| 689 | + 'NewCustomerBillSummaryCondition' => [ |
| 690 | + 'type' => 'structure', |
| 691 | + 'members' => [ |
| 692 | + 'pinList' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
| 693 | + 'billDate' => [ 'type' => 'string', 'locationName' => 'billDate', ], |
| 694 | + ], |
| 695 | + ], |
678 | 696 | 'OrderCompensateFeeVo' => [ |
679 | 697 | 'type' => 'structure', |
680 | 698 | 'members' => [ |
|
704 | 722 | 'serviceCode' => [ 'type' => 'string', 'locationName' => 'serviceCode', ], |
705 | 723 | 'site' => [ 'type' => 'integer', 'locationName' => 'site', ], |
706 | 724 | 'region' => [ 'type' => 'string', 'locationName' => 'region', ], |
| 725 | + 'az' => [ 'type' => 'string', 'locationName' => 'az', ], |
707 | 726 | 'billingType' => [ 'type' => 'integer', 'locationName' => 'billingType', ], |
708 | 727 | 'timeSpan' => [ 'type' => 'integer', 'locationName' => 'timeSpan', ], |
709 | 728 | 'timeUnit' => [ 'type' => 'integer', 'locationName' => 'timeUnit', ], |
|
768 | 787 | 'endTime' => [ 'type' => 'string', 'locationName' => 'endTime', ], |
769 | 788 | 'taskId' => [ 'type' => 'string', 'locationName' => 'taskId', ], |
770 | 789 | 'sourceId' => [ 'type' => 'string', 'locationName' => 'sourceId', ], |
| 790 | + 'az' => [ 'type' => 'string', 'locationName' => 'az', ], |
| 791 | + 'protectionPeriod' => [ 'type' => 'integer', 'locationName' => 'protectionPeriod', ], |
771 | 792 | ], |
772 | 793 | ], |
773 | 794 | 'PushBillsReq' => [ |
|
799 | 820 | 'type' => 'structure', |
800 | 821 | 'members' => [ |
801 | 822 | 'resourceId' => [ 'type' => 'string', 'locationName' => 'resourceId', ], |
| 823 | + 'status' => [ 'type' => 'integer', 'locationName' => 'status', ], |
| 824 | + 'message' => [ 'type' => 'string', 'locationName' => 'message', ], |
802 | 825 | 'fee' => [ 'type' => 'double', 'locationName' => 'fee', ], |
803 | 826 | 'cashFee' => [ 'type' => 'double', 'locationName' => 'cashFee', ], |
804 | 827 | 'balanceFee' => [ 'type' => 'double', 'locationName' => 'balanceFee', ], |
805 | 828 | 'couponFee' => [ 'type' => 'double', 'locationName' => 'couponFee', ], |
806 | 829 | 'orderFees' => [ 'type' => 'list', 'member' => [ 'shape' => 'RefundOrderFee', ], ], |
807 | 830 | ], |
808 | 831 | ], |
| 832 | + 'RefundCoupon' => [ |
| 833 | + 'type' => 'structure', |
| 834 | + 'members' => [ |
| 835 | + 'couponNumber' => [ 'type' => 'string', 'locationName' => 'couponNumber', ], |
| 836 | + 'payType' => [ 'type' => 'integer', 'locationName' => 'payType', ], |
| 837 | + 'couponRefundFee' => [ 'type' => 'double', 'locationName' => 'couponRefundFee', ], |
| 838 | + ], |
| 839 | + ], |
809 | 840 | 'RefundOrderFee' => [ |
810 | 841 | 'type' => 'structure', |
811 | 842 | 'members' => [ |
|
814 | 845 | 'cashFee' => [ 'type' => 'double', 'locationName' => 'cashFee', ], |
815 | 846 | 'balanceFee' => [ 'type' => 'double', 'locationName' => 'balanceFee', ], |
816 | 847 | 'couponFee' => [ 'type' => 'double', 'locationName' => 'couponFee', ], |
| 848 | + 'couponList' => [ 'type' => 'list', 'member' => [ 'shape' => 'RefundCoupon', ], ], |
817 | 849 | ], |
818 | 850 | ], |
819 | 851 | 'ResourceAeVo' => [ |
|
891 | 923 | 'endTime' => [ 'type' => 'string', 'locationName' => 'endTime', ], |
892 | 924 | ], |
893 | 925 | ], |
| 926 | + 'OrderFee' => [ |
| 927 | + 'type' => 'structure', |
| 928 | + 'members' => [ |
| 929 | + 'transactionNo' => [ 'type' => 'string', 'locationName' => 'transactionNo', ], |
| 930 | + 'actualFee' => [ 'type' => 'double', 'locationName' => 'actualFee', ], |
| 931 | + 'cashPayFee' => [ 'type' => 'double', 'locationName' => 'cashPayFee', ], |
| 932 | + 'balancePayFee' => [ 'type' => 'double', 'locationName' => 'balancePayFee', ], |
| 933 | + 'cashCouponFee' => [ 'type' => 'double', 'locationName' => 'cashCouponFee', ], |
| 934 | + 'startTime' => [ 'type' => 'string', 'locationName' => 'startTime', ], |
| 935 | + 'endTime' => [ 'type' => 'string', 'locationName' => 'endTime', ], |
| 936 | + 'formula' => [ 'type' => 'string', 'locationName' => 'formula', ], |
| 937 | + 'timeUnit' => [ 'type' => 'integer', 'locationName' => 'timeUnit', ], |
| 938 | + 'timeSpan' => [ 'type' => 'integer', 'locationName' => 'timeSpan', ], |
| 939 | + 'refundCouponList' => [ 'type' => 'list', 'member' => [ 'shape' => 'RefundCoupon', ], ], |
| 940 | + ], |
| 941 | + ], |
| 942 | + 'ResourceCanRefundVo' => [ |
| 943 | + 'type' => 'structure', |
| 944 | + 'members' => [ |
| 945 | + 'billingType' => [ 'type' => 'integer', 'locationName' => 'billingType', ], |
| 946 | + 'billingTypeName' => [ 'type' => 'string', 'locationName' => 'billingTypeName', ], |
| 947 | + 'resourceId' => [ 'type' => 'string', 'locationName' => 'resourceId', ], |
| 948 | + 'status' => [ 'type' => 'integer', 'locationName' => 'status', ], |
| 949 | + 'statusName' => [ 'type' => 'string', 'locationName' => 'statusName', ], |
| 950 | + 'formulaStr' => [ 'type' => 'string', 'locationName' => 'formulaStr', ], |
| 951 | + 'endTime' => [ 'type' => 'string', 'locationName' => 'endTime', ], |
| 952 | + 'canRefund' => [ 'type' => 'boolean', 'locationName' => 'canRefund', ], |
| 953 | + 'reason' => [ 'type' => 'string', 'locationName' => 'reason', ], |
| 954 | + 'refundFee' => [ 'type' => 'decimal', 'locationName' => 'refundFee', ], |
| 955 | + 'cashPayFee' => [ 'type' => 'decimal', 'locationName' => 'cashPayFee', ], |
| 956 | + 'balancePayFee' => [ 'type' => 'decimal', 'locationName' => 'balancePayFee', ], |
| 957 | + 'cashCouponFee' => [ 'type' => 'decimal', 'locationName' => 'cashCouponFee', ], |
| 958 | + 'orderFees' => [ 'type' => 'list', 'member' => [ 'shape' => 'OrderFee', ], ], |
| 959 | + ], |
| 960 | + ], |
894 | 961 | 'ResourceCountBo' => [ |
895 | 962 | 'type' => 'structure', |
896 | 963 | 'members' => [ |
|
902 | 969 | 'count' => [ 'type' => 'integer', 'locationName' => 'count', ], |
903 | 970 | ], |
904 | 971 | ], |
| 972 | + 'ResourceDiffPrice' => [ |
| 973 | + 'type' => 'structure', |
| 974 | + 'members' => [ |
| 975 | + 'resourceId' => [ 'type' => 'string', 'locationName' => 'resourceId', ], |
| 976 | + 'diffPrice' => [ 'type' => 'double', 'locationName' => 'diffPrice', ], |
| 977 | + ], |
| 978 | + ], |
905 | 979 | 'ResourceOperateRecordReq' => [ |
906 | 980 | 'type' => 'structure', |
907 | 981 | 'members' => [ |
|
955 | 1029 | 'offset' => [ 'type' => 'integer', 'locationName' => 'offset', ], |
956 | 1030 | ], |
957 | 1031 | ], |
| 1032 | + 'ResourceOrderSnapshotQueryCondition' => [ |
| 1033 | + 'type' => 'structure', |
| 1034 | + 'members' => [ |
| 1035 | + 'resourceIdList' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
| 1036 | + 'processTypes' => [ 'type' => 'list', 'member' => [ 'type' => 'integer', ], ], |
| 1037 | + ], |
| 1038 | + ], |
| 1039 | + 'ResourceOrderSnapshotVo' => [ |
| 1040 | + 'type' => 'structure', |
| 1041 | + 'members' => [ |
| 1042 | + 'id' => [ 'type' => 'integer', 'locationName' => 'id', ], |
| 1043 | + 'transactionNo' => [ 'type' => 'string', 'locationName' => 'transactionNo', ], |
| 1044 | + 'resourceOrderId' => [ 'type' => 'integer', 'locationName' => 'resourceOrderId', ], |
| 1045 | + 'resourceId' => [ 'type' => 'string', 'locationName' => 'resourceId', ], |
| 1046 | + 'billingType' => [ 'type' => 'integer', 'locationName' => 'billingType', ], |
| 1047 | + 'timeUnit' => [ 'type' => 'integer', 'locationName' => 'timeUnit', ], |
| 1048 | + 'timeSpan' => [ 'type' => 'integer', 'locationName' => 'timeSpan', ], |
| 1049 | + 'status' => [ 'type' => 'integer', 'locationName' => 'status', ], |
| 1050 | + 'billingStatus' => [ 'type' => 'integer', 'locationName' => 'billingStatus', ], |
| 1051 | + 'networkOperator' => [ 'type' => 'integer', 'locationName' => 'networkOperator', ], |
| 1052 | + 'pin' => [ 'type' => 'string', 'locationName' => 'pin', ], |
| 1053 | + 'appCode' => [ 'type' => 'string', 'locationName' => 'appCode', ], |
| 1054 | + 'serviceCode' => [ 'type' => 'string', 'locationName' => 'serviceCode', ], |
| 1055 | + 'site' => [ 'type' => 'integer', 'locationName' => 'site', ], |
| 1056 | + 'region' => [ 'type' => 'string', 'locationName' => 'region', ], |
| 1057 | + 'formula' => [ 'type' => 'string', 'locationName' => 'formula', ], |
| 1058 | + 'isOnTrial' => [ 'type' => 'integer', 'locationName' => 'isOnTrial', ], |
| 1059 | + 'startTime' => [ 'type' => 'string', 'locationName' => 'startTime', ], |
| 1060 | + 'endTime' => [ 'type' => 'string', 'locationName' => 'endTime', ], |
| 1061 | + 'priceSnapshot' => [ 'type' => 'string', 'locationName' => 'priceSnapshot', ], |
| 1062 | + 'opType' => [ 'type' => 'integer', 'locationName' => 'opType', ], |
| 1063 | + 'processType' => [ 'type' => 'integer', 'locationName' => 'processType', ], |
| 1064 | + 'operatorName' => [ 'type' => 'string', 'locationName' => 'operatorName', ], |
| 1065 | + 'operatorType' => [ 'type' => 'integer', 'locationName' => 'operatorType', ], |
| 1066 | + 'createTime' => [ 'type' => 'string', 'locationName' => 'createTime', ], |
| 1067 | + 'updateTime' => [ 'type' => 'string', 'locationName' => 'updateTime', ], |
| 1068 | + 'opComment' => [ 'type' => 'string', 'locationName' => 'opComment', ], |
| 1069 | + 'billingMode' => [ 'type' => 'integer', 'locationName' => 'billingMode', ], |
| 1070 | + ], |
| 1071 | + ], |
| 1072 | + 'ResourceOrderSnapshotsVo' => [ |
| 1073 | + 'type' => 'structure', |
| 1074 | + 'members' => [ |
| 1075 | + 'resourceId' => [ 'type' => 'string', 'locationName' => 'resourceId', ], |
| 1076 | + 'resourceOrderSnapshotVos' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResourceOrderSnapshotVo', ], ], |
| 1077 | + ], |
| 1078 | + ], |
958 | 1079 | 'ResourceOrderStatusCondition' => [ |
959 | 1080 | 'type' => 'structure', |
960 | 1081 | 'members' => [ |
|
1141 | 1262 | 'billDate' => [ 'type' => 'integer', 'locationName' => 'billDate', ], |
1142 | 1263 | 'region' => [ 'type' => 'string', 'locationName' => 'region', ], |
1143 | 1264 | 'billingType' => [ 'type' => 'integer', 'locationName' => 'billingType', ], |
| 1265 | + 'billFee' => [ 'type' => 'double', 'locationName' => 'billFee', ], |
| 1266 | + 'discountFee' => [ 'type' => 'double', 'locationName' => 'discountFee', ], |
1144 | 1267 | 'adjustFee' => [ 'type' => 'double', 'locationName' => 'adjustFee', ], |
| 1268 | + 'cashPayFee' => [ 'type' => 'double', 'locationName' => 'cashPayFee', ], |
| 1269 | + 'balancePayFee' => [ 'type' => 'double', 'locationName' => 'balancePayFee', ], |
| 1270 | + 'cashCouponFee' => [ 'type' => 'double', 'locationName' => 'cashCouponFee', ], |
| 1271 | + 'couponNumber' => [ 'type' => 'string', 'locationName' => 'couponNumber', ], |
1145 | 1272 | ], |
1146 | 1273 | ], |
1147 | 1274 | 'UpdateBillingStatusReq' => [ |
|
0 commit comments