@volcengine/billing 1.0.7 → 1.0.10
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.
- package/dist/cjs/index.js +55 -25
- package/dist/esm/api.d.ts +33 -0
- package/dist/esm/api.d.ts.map +1 -1
- package/dist/esm/index.mjs +22 -1
- package/dist/esm/types/charge-item-for-create-drop-shipping-order-input.d.ts +30 -0
- package/dist/esm/types/charge-item-for-create-drop-shipping-order-input.d.ts.map +1 -0
- package/dist/esm/types/charge-item-for-get-drop-shipping-order-output.d.ts +30 -0
- package/dist/esm/types/charge-item-for-get-drop-shipping-order-output.d.ts.map +1 -0
- package/dist/esm/types/charge-item-for-pre-check-drop-shipping-order-input.d.ts +30 -0
- package/dist/esm/types/charge-item-for-pre-check-drop-shipping-order-input.d.ts.map +1 -0
- package/dist/esm/types/config-item-for-create-drop-shipping-order-input.d.ts +41 -0
- package/dist/esm/types/config-item-for-create-drop-shipping-order-input.d.ts.map +1 -0
- package/dist/esm/types/config-item-for-get-drop-shipping-order-output.d.ts +41 -0
- package/dist/esm/types/config-item-for-get-drop-shipping-order-output.d.ts.map +1 -0
- package/dist/esm/types/config-item-for-pre-check-drop-shipping-order-input.d.ts +41 -0
- package/dist/esm/types/config-item-for-pre-check-drop-shipping-order-input.d.ts.map +1 -0
- package/dist/esm/types/create-drop-shipping-order-request.d.ts +46 -0
- package/dist/esm/types/create-drop-shipping-order-request.d.ts.map +1 -0
- package/dist/esm/types/create-drop-shipping-order-response.d.ts +50 -0
- package/dist/esm/types/create-drop-shipping-order-response.d.ts.map +1 -0
- package/dist/esm/types/get-drop-shipping-order-request.d.ts +35 -0
- package/dist/esm/types/get-drop-shipping-order-request.d.ts.map +1 -0
- package/dist/esm/types/get-drop-shipping-order-response.d.ts +66 -0
- package/dist/esm/types/get-drop-shipping-order-response.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +12 -0
- package/dist/esm/types/index.d.ts.map +1 -1
- package/dist/esm/types/list-amortized-cost-bill-detail-request.d.ts +5 -0
- package/dist/esm/types/list-amortized-cost-bill-detail-request.d.ts.map +1 -1
- package/dist/esm/types/list-bill-detail-request.d.ts +5 -0
- package/dist/esm/types/list-bill-detail-request.d.ts.map +1 -1
- package/dist/esm/types/list-for-list-amortized-cost-bill-daily-output.d.ts +15 -0
- package/dist/esm/types/list-for-list-amortized-cost-bill-daily-output.d.ts.map +1 -1
- package/dist/esm/types/list-for-list-amortized-cost-bill-detail-output.d.ts +20 -0
- package/dist/esm/types/list-for-list-amortized-cost-bill-detail-output.d.ts.map +1 -1
- package/dist/esm/types/list-for-list-amortized-cost-bill-monthly-output.d.ts +25 -0
- package/dist/esm/types/list-for-list-amortized-cost-bill-monthly-output.d.ts.map +1 -1
- package/dist/esm/types/list-for-list-bill-detail-output.d.ts +30 -0
- package/dist/esm/types/list-for-list-bill-detail-output.d.ts.map +1 -1
- package/dist/esm/types/list-for-list-bill-output.d.ts +5 -0
- package/dist/esm/types/list-for-list-bill-output.d.ts.map +1 -1
- package/dist/esm/types/list-for-list-bill-overview-by-category-output.d.ts +5 -0
- package/dist/esm/types/list-for-list-bill-overview-by-category-output.d.ts.map +1 -1
- package/dist/esm/types/list-for-list-bill-overview-by-prod-output.d.ts +5 -0
- package/dist/esm/types/list-for-list-bill-overview-by-prod-output.d.ts.map +1 -1
- package/dist/esm/types/list-for-list-split-bill-detail-output.d.ts +15 -0
- package/dist/esm/types/list-for-list-split-bill-detail-output.d.ts.map +1 -1
- package/dist/esm/types/list-split-bill-detail-request.d.ts +5 -0
- package/dist/esm/types/list-split-bill-detail-request.d.ts.map +1 -1
- package/dist/esm/types/order-fail-refund-info-for-get-order-output.d.ts +5 -0
- package/dist/esm/types/order-fail-refund-info-for-get-order-output.d.ts.map +1 -1
- package/dist/esm/types/order-fail-refund-info-for-list-order-product-details-output.d.ts +5 -0
- package/dist/esm/types/order-fail-refund-info-for-list-order-product-details-output.d.ts.map +1 -1
- package/dist/esm/types/order-fail-refund-info-for-list-orders-output.d.ts +5 -0
- package/dist/esm/types/order-fail-refund-info-for-list-orders-output.d.ts.map +1 -1
- package/dist/esm/types/order-product-info-for-list-order-product-details-output.d.ts +15 -0
- package/dist/esm/types/order-product-info-for-list-order-product-details-output.d.ts.map +1 -1
- package/dist/esm/types/pre-check-drop-shipping-order-request.d.ts +41 -0
- package/dist/esm/types/pre-check-drop-shipping-order-request.d.ts.map +1 -0
- package/dist/esm/types/pre-check-drop-shipping-order-response.d.ts +35 -0
- package/dist/esm/types/pre-check-drop-shipping-order-response.d.ts.map +1 -0
- package/package.json +2 -2
package/dist/cjs/index.js
CHANGED
|
@@ -24,61 +24,64 @@ var __webpack_require__ = {};
|
|
|
24
24
|
var __webpack_exports__ = {};
|
|
25
25
|
__webpack_require__.r(__webpack_exports__);
|
|
26
26
|
__webpack_require__.d(__webpack_exports__, {
|
|
27
|
-
|
|
28
|
-
BILLINGClient: ()=>BILLINGClient,
|
|
29
|
-
SetRenewalTypeCommand: ()=>SetRenewalTypeCommand,
|
|
30
|
-
CreateFinancialRelationCommand: ()=>CreateFinancialRelationCommand,
|
|
27
|
+
ListCostAnalysisOpenApiCommand: ()=>ListCostAnalysisOpenApiCommand,
|
|
31
28
|
ListBudgetFilterProductCommand: ()=>ListBudgetFilterProductCommand,
|
|
32
|
-
DeleteBudgetCommand: ()=>DeleteBudgetCommand,
|
|
33
|
-
ListBudgetFilterPayerIDCommand: ()=>ListBudgetFilterPayerIDCommand,
|
|
34
|
-
QueryBalanceAcctCommand: ()=>QueryBalanceAcctCommand,
|
|
35
29
|
CommonBuyCommand: ()=>CommonBuyCommand,
|
|
36
30
|
ListInvitationCommand: ()=>ListInvitationCommand,
|
|
37
|
-
ListBillDetailCommand: ()=>ListBillDetailCommand,
|
|
38
31
|
ListBudgetFilterOwnerIDCommand: ()=>ListBudgetFilterOwnerIDCommand,
|
|
39
32
|
ListPackageUsageDetailsCommand: ()=>ListPackageUsageDetailsCommand,
|
|
40
33
|
PayOrderCommand: ()=>PayOrderCommand,
|
|
34
|
+
RenewInstanceCommand: ()=>RenewInstanceCommand,
|
|
35
|
+
ListBudgetCommand: ()=>ListBudgetCommand,
|
|
36
|
+
ListResourcePackagesCommand: ()=>ListResourcePackagesCommand,
|
|
37
|
+
CreateDropShippingOrderCommand: ()=>CreateDropShippingOrderCommand,
|
|
38
|
+
ListBudgetFilterTagValueCommand: ()=>ListBudgetFilterTagValueCommand,
|
|
39
|
+
ListSplitBillDetailCommand: ()=>ListSplitBillDetailCommand,
|
|
40
|
+
ListAmortizedCostBillDailyCommand: ()=>ListAmortizedCostBillDailyCommand,
|
|
41
|
+
ListBillOverviewByProdCommand: ()=>ListBillOverviewByProdCommand,
|
|
42
|
+
ListAvailableInstancesCommand: ()=>ListAvailableInstancesCommand,
|
|
43
|
+
ListOrdersCommand: ()=>ListOrdersCommand,
|
|
44
|
+
ListOrderProductDetailsCommand: ()=>ListOrderProductDetailsCommand,
|
|
41
45
|
UpdateAuthCommand: ()=>UpdateAuthCommand,
|
|
46
|
+
QueryTagValueByTagKeyCommand: ()=>QueryTagValueByTagKeyCommand,
|
|
47
|
+
ListAmortizedCostBillDetailCommand: ()=>ListAmortizedCostBillDetailCommand,
|
|
48
|
+
ListBudgetFilterProjectCommand: ()=>ListBudgetFilterProjectCommand,
|
|
49
|
+
ListBudgetFilterZoneCodeCommand: ()=>ListBudgetFilterZoneCodeCommand,
|
|
50
|
+
HandleInvitationCommand: ()=>HandleInvitationCommand,
|
|
51
|
+
SetRenewalTypeCommand: ()=>SetRenewalTypeCommand,
|
|
52
|
+
ListBillOverviewByCategoryCommand: ()=>ListBillOverviewByCategoryCommand,
|
|
53
|
+
BILLINGClient: ()=>BILLINGClient,
|
|
54
|
+
CreateFinancialRelationCommand: ()=>CreateFinancialRelationCommand,
|
|
55
|
+
DeleteBudgetCommand: ()=>DeleteBudgetCommand,
|
|
56
|
+
ListBudgetFilterPayerIDCommand: ()=>ListBudgetFilterPayerIDCommand,
|
|
57
|
+
QueryBalanceAcctCommand: ()=>QueryBalanceAcctCommand,
|
|
58
|
+
ListBillDetailCommand: ()=>ListBillDetailCommand,
|
|
42
59
|
ListCouponsCommand: ()=>ListCouponsCommand,
|
|
43
60
|
ListBudgetFilterSubjectInfoCommand: ()=>ListBudgetFilterSubjectInfoCommand,
|
|
44
61
|
CancelInvitationCommand: ()=>CancelInvitationCommand,
|
|
45
|
-
ListBudgetCommand: ()=>ListBudgetCommand,
|
|
46
62
|
QueryPriceForPayAsYouGoCommand: ()=>QueryPriceForPayAsYouGoCommand,
|
|
47
|
-
RenewInstanceCommand: ()=>RenewInstanceCommand,
|
|
48
63
|
UnsubscribeInstanceCommand: ()=>UnsubscribeInstanceCommand,
|
|
49
64
|
ListAmortizedCostBillMonthlyCommand: ()=>ListAmortizedCostBillMonthlyCommand,
|
|
50
|
-
ListBudgetFilterTagValueCommand: ()=>ListBudgetFilterTagValueCommand,
|
|
51
|
-
ListResourcePackagesCommand: ()=>ListResourcePackagesCommand,
|
|
52
|
-
ListSplitBillDetailCommand: ()=>ListSplitBillDetailCommand,
|
|
53
65
|
CleanUpFinancialRelationCommand: ()=>CleanUpFinancialRelationCommand,
|
|
54
66
|
QueryPriceForRenewCommand: ()=>QueryPriceForRenewCommand,
|
|
55
|
-
ListAmortizedCostBillDailyCommand: ()=>ListAmortizedCostBillDailyCommand,
|
|
56
67
|
DeleteFinancialRelationCommand: ()=>DeleteFinancialRelationCommand,
|
|
57
68
|
CreateBudgetCommand: ()=>CreateBudgetCommand,
|
|
58
69
|
UpdateBudgetCommand: ()=>UpdateBudgetCommand,
|
|
59
|
-
ListBillOverviewByProdCommand: ()=>ListBillOverviewByProdCommand,
|
|
60
|
-
ListAvailableInstancesCommand: ()=>ListAvailableInstancesCommand,
|
|
61
70
|
ListBudgetFilterBillingModeCommand: ()=>ListBudgetFilterBillingModeCommand,
|
|
71
|
+
GetDropShippingOrderCommand: ()=>GetDropShippingOrderCommand,
|
|
62
72
|
ListRecipientInformationCommand: ()=>ListRecipientInformationCommand,
|
|
63
|
-
ListOrdersCommand: ()=>ListOrdersCommand,
|
|
64
73
|
ListCouponUsageRecordsCommand: ()=>ListCouponUsageRecordsCommand,
|
|
65
74
|
ListBudgetFilterRegionCodeCommand: ()=>ListBudgetFilterRegionCodeCommand,
|
|
66
|
-
ListOrderProductDetailsCommand: ()=>ListOrderProductDetailsCommand,
|
|
67
75
|
CancelOrderCommand: ()=>CancelOrderCommand,
|
|
68
76
|
GetFilterInfoForCostAnalysisCommand: ()=>GetFilterInfoForCostAnalysisCommand,
|
|
69
|
-
ListAmortizedCostBillDetailCommand: ()=>ListAmortizedCostBillDetailCommand,
|
|
70
77
|
ListBillCommand: ()=>ListBillCommand,
|
|
71
|
-
HandleInvitationCommand: ()=>HandleInvitationCommand,
|
|
72
|
-
ListBudgetFilterProjectCommand: ()=>ListBudgetFilterProjectCommand,
|
|
73
78
|
ListBudgetFilterTagKeyCommand: ()=>ListBudgetFilterTagKeyCommand,
|
|
74
|
-
ListBudgetFilterZoneCodeCommand: ()=>ListBudgetFilterZoneCodeCommand,
|
|
75
79
|
ListFinancialRelationCommand: ()=>ListFinancialRelationCommand,
|
|
76
80
|
QueryPriceForSubscriptionCommand: ()=>QueryPriceForSubscriptionCommand,
|
|
77
81
|
GetOrderCommand: ()=>GetOrderCommand,
|
|
78
|
-
ListBillOverviewByCategoryCommand: ()=>ListBillOverviewByCategoryCommand,
|
|
79
82
|
QueryBudgetDetailCommand: ()=>QueryBudgetDetailCommand,
|
|
80
|
-
|
|
81
|
-
|
|
83
|
+
PreCheckDropShippingOrderCommand: ()=>PreCheckDropShippingOrderCommand,
|
|
84
|
+
ListBudgetAmountByBudgetIDCommand: ()=>ListBudgetAmountByBudgetIDCommand
|
|
82
85
|
});
|
|
83
86
|
const sdk_core_namespaceObject = require("@volcengine/sdk-core");
|
|
84
87
|
function _define_property(obj, key, value) {
|
|
@@ -135,6 +138,13 @@ class CreateBudgetCommand extends sdk_core_namespaceObject.Command {
|
|
|
135
138
|
}
|
|
136
139
|
}
|
|
137
140
|
_define_property(CreateBudgetCommand, "metaPath", '/CreateBudget/2022-01-01/billing/post/application_json/');
|
|
141
|
+
class CreateDropShippingOrderCommand extends sdk_core_namespaceObject.Command {
|
|
142
|
+
constructor(input){
|
|
143
|
+
super(input);
|
|
144
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateDropShippingOrderCommand.metaPath);
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
_define_property(CreateDropShippingOrderCommand, "metaPath", '/CreateDropShippingOrder/2022-01-01/billing/post/application_json/');
|
|
138
148
|
class CreateFinancialRelationCommand extends sdk_core_namespaceObject.Command {
|
|
139
149
|
constructor(input){
|
|
140
150
|
super(input);
|
|
@@ -156,6 +166,13 @@ class DeleteFinancialRelationCommand extends sdk_core_namespaceObject.Command {
|
|
|
156
166
|
}
|
|
157
167
|
}
|
|
158
168
|
_define_property(DeleteFinancialRelationCommand, "metaPath", '/DeleteFinancialRelation/2022-01-01/billing/post/application_json/');
|
|
169
|
+
class GetDropShippingOrderCommand extends sdk_core_namespaceObject.Command {
|
|
170
|
+
constructor(input){
|
|
171
|
+
super(input);
|
|
172
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetDropShippingOrderCommand.metaPath);
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
_define_property(GetDropShippingOrderCommand, "metaPath", '/GetDropShippingOrder/2022-01-01/billing/post/application_json/');
|
|
159
176
|
class GetFilterInfoForCostAnalysisCommand extends sdk_core_namespaceObject.Command {
|
|
160
177
|
constructor(input){
|
|
161
178
|
super(input);
|
|
@@ -401,6 +418,13 @@ class PayOrderCommand extends sdk_core_namespaceObject.Command {
|
|
|
401
418
|
}
|
|
402
419
|
}
|
|
403
420
|
_define_property(PayOrderCommand, "metaPath", '/PayOrder/2022-01-01/billing/post/application_json/');
|
|
421
|
+
class PreCheckDropShippingOrderCommand extends sdk_core_namespaceObject.Command {
|
|
422
|
+
constructor(input){
|
|
423
|
+
super(input);
|
|
424
|
+
this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(PreCheckDropShippingOrderCommand.metaPath);
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
_define_property(PreCheckDropShippingOrderCommand, "metaPath", '/PreCheckDropShippingOrder/2022-01-01/billing/post/application_json/');
|
|
404
428
|
class QueryBalanceAcctCommand extends sdk_core_namespaceObject.Command {
|
|
405
429
|
constructor(input){
|
|
406
430
|
super(input);
|
|
@@ -484,9 +508,11 @@ exports.CancelOrderCommand = __webpack_exports__.CancelOrderCommand;
|
|
|
484
508
|
exports.CleanUpFinancialRelationCommand = __webpack_exports__.CleanUpFinancialRelationCommand;
|
|
485
509
|
exports.CommonBuyCommand = __webpack_exports__.CommonBuyCommand;
|
|
486
510
|
exports.CreateBudgetCommand = __webpack_exports__.CreateBudgetCommand;
|
|
511
|
+
exports.CreateDropShippingOrderCommand = __webpack_exports__.CreateDropShippingOrderCommand;
|
|
487
512
|
exports.CreateFinancialRelationCommand = __webpack_exports__.CreateFinancialRelationCommand;
|
|
488
513
|
exports.DeleteBudgetCommand = __webpack_exports__.DeleteBudgetCommand;
|
|
489
514
|
exports.DeleteFinancialRelationCommand = __webpack_exports__.DeleteFinancialRelationCommand;
|
|
515
|
+
exports.GetDropShippingOrderCommand = __webpack_exports__.GetDropShippingOrderCommand;
|
|
490
516
|
exports.GetFilterInfoForCostAnalysisCommand = __webpack_exports__.GetFilterInfoForCostAnalysisCommand;
|
|
491
517
|
exports.GetOrderCommand = __webpack_exports__.GetOrderCommand;
|
|
492
518
|
exports.HandleInvitationCommand = __webpack_exports__.HandleInvitationCommand;
|
|
@@ -522,6 +548,7 @@ exports.ListRecipientInformationCommand = __webpack_exports__.ListRecipientInfor
|
|
|
522
548
|
exports.ListResourcePackagesCommand = __webpack_exports__.ListResourcePackagesCommand;
|
|
523
549
|
exports.ListSplitBillDetailCommand = __webpack_exports__.ListSplitBillDetailCommand;
|
|
524
550
|
exports.PayOrderCommand = __webpack_exports__.PayOrderCommand;
|
|
551
|
+
exports.PreCheckDropShippingOrderCommand = __webpack_exports__.PreCheckDropShippingOrderCommand;
|
|
525
552
|
exports.QueryBalanceAcctCommand = __webpack_exports__.QueryBalanceAcctCommand;
|
|
526
553
|
exports.QueryBudgetDetailCommand = __webpack_exports__.QueryBudgetDetailCommand;
|
|
527
554
|
exports.QueryPriceForPayAsYouGoCommand = __webpack_exports__.QueryPriceForPayAsYouGoCommand;
|
|
@@ -540,9 +567,11 @@ for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
|
540
567
|
"CleanUpFinancialRelationCommand",
|
|
541
568
|
"CommonBuyCommand",
|
|
542
569
|
"CreateBudgetCommand",
|
|
570
|
+
"CreateDropShippingOrderCommand",
|
|
543
571
|
"CreateFinancialRelationCommand",
|
|
544
572
|
"DeleteBudgetCommand",
|
|
545
573
|
"DeleteFinancialRelationCommand",
|
|
574
|
+
"GetDropShippingOrderCommand",
|
|
546
575
|
"GetFilterInfoForCostAnalysisCommand",
|
|
547
576
|
"GetOrderCommand",
|
|
548
577
|
"HandleInvitationCommand",
|
|
@@ -578,6 +607,7 @@ for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
|
578
607
|
"ListResourcePackagesCommand",
|
|
579
608
|
"ListSplitBillDetailCommand",
|
|
580
609
|
"PayOrderCommand",
|
|
610
|
+
"PreCheckDropShippingOrderCommand",
|
|
581
611
|
"QueryBalanceAcctCommand",
|
|
582
612
|
"QueryBudgetDetailCommand",
|
|
583
613
|
"QueryPriceForPayAsYouGoCommand",
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -20,12 +20,16 @@ import { CommonBuyRequest } from './types/index';
|
|
|
20
20
|
import { CommonBuyResponse } from './types/index';
|
|
21
21
|
import { CreateBudgetRequest } from './types/index';
|
|
22
22
|
import { CreateBudgetResponse } from './types/index';
|
|
23
|
+
import { CreateDropShippingOrderRequest } from './types/index';
|
|
24
|
+
import { CreateDropShippingOrderResponse } from './types/index';
|
|
23
25
|
import { CreateFinancialRelationRequest } from './types/index';
|
|
24
26
|
import { CreateFinancialRelationResponse } from './types/index';
|
|
25
27
|
import { DeleteBudgetRequest } from './types/index';
|
|
26
28
|
import { DeleteBudgetResponse } from './types/index';
|
|
27
29
|
import { DeleteFinancialRelationRequest } from './types/index';
|
|
28
30
|
import { DeleteFinancialRelationResponse } from './types/index';
|
|
31
|
+
import { GetDropShippingOrderRequest } from './types/index';
|
|
32
|
+
import { GetDropShippingOrderResponse } from './types/index';
|
|
29
33
|
import { GetFilterInfoForCostAnalysisRequest } from './types/index';
|
|
30
34
|
import { GetFilterInfoForCostAnalysisResponse } from './types/index';
|
|
31
35
|
import { GetOrderRequest } from './types/index';
|
|
@@ -96,6 +100,8 @@ import { ListSplitBillDetailRequest } from './types/index';
|
|
|
96
100
|
import { ListSplitBillDetailResponse } from './types/index';
|
|
97
101
|
import { PayOrderRequest } from './types/index';
|
|
98
102
|
import { PayOrderResponse } from './types/index';
|
|
103
|
+
import { PreCheckDropShippingOrderRequest } from './types/index';
|
|
104
|
+
import { PreCheckDropShippingOrderResponse } from './types/index';
|
|
99
105
|
import { QueryBalanceAcctRequest } from './types/index';
|
|
100
106
|
import { QueryBalanceAcctResponse } from './types/index';
|
|
101
107
|
import { QueryBudgetDetailRequest } from './types/index';
|
|
@@ -123,9 +129,11 @@ export type CancelOrderCommandOutput = CommandOutput<CancelOrderResponse>;
|
|
|
123
129
|
export type CleanUpFinancialRelationCommandOutput = CommandOutput<CleanUpFinancialRelationResponse>;
|
|
124
130
|
export type CommonBuyCommandOutput = CommandOutput<CommonBuyResponse>;
|
|
125
131
|
export type CreateBudgetCommandOutput = CommandOutput<CreateBudgetResponse>;
|
|
132
|
+
export type CreateDropShippingOrderCommandOutput = CommandOutput<CreateDropShippingOrderResponse>;
|
|
126
133
|
export type CreateFinancialRelationCommandOutput = CommandOutput<CreateFinancialRelationResponse>;
|
|
127
134
|
export type DeleteBudgetCommandOutput = CommandOutput<DeleteBudgetResponse>;
|
|
128
135
|
export type DeleteFinancialRelationCommandOutput = CommandOutput<DeleteFinancialRelationResponse>;
|
|
136
|
+
export type GetDropShippingOrderCommandOutput = CommandOutput<GetDropShippingOrderResponse>;
|
|
129
137
|
export type GetFilterInfoForCostAnalysisCommandOutput = CommandOutput<GetFilterInfoForCostAnalysisResponse>;
|
|
130
138
|
export type GetOrderCommandOutput = CommandOutput<GetOrderResponse>;
|
|
131
139
|
export type HandleInvitationCommandOutput = CommandOutput<HandleInvitationResponse>;
|
|
@@ -161,6 +169,7 @@ export type ListRecipientInformationCommandOutput = CommandOutput<ListRecipientI
|
|
|
161
169
|
export type ListResourcePackagesCommandOutput = CommandOutput<ListResourcePackagesResponse>;
|
|
162
170
|
export type ListSplitBillDetailCommandOutput = CommandOutput<ListSplitBillDetailResponse>;
|
|
163
171
|
export type PayOrderCommandOutput = CommandOutput<PayOrderResponse>;
|
|
172
|
+
export type PreCheckDropShippingOrderCommandOutput = CommandOutput<PreCheckDropShippingOrderResponse>;
|
|
164
173
|
export type QueryBalanceAcctCommandOutput = CommandOutput<QueryBalanceAcctResponse>;
|
|
165
174
|
export type QueryBudgetDetailCommandOutput = CommandOutput<QueryBudgetDetailResponse>;
|
|
166
175
|
export type QueryPriceForPayAsYouGoCommandOutput = CommandOutput<QueryPriceForPayAsYouGoResponse>;
|
|
@@ -213,6 +222,13 @@ export declare class CreateBudgetCommand extends Command<CreateBudgetRequest, Cr
|
|
|
213
222
|
static readonly metaPath = "/CreateBudget/2022-01-01/billing/post/application_json/";
|
|
214
223
|
constructor(input: CreateBudgetRequest);
|
|
215
224
|
}
|
|
225
|
+
/**
|
|
226
|
+
* Command to CreateDropShippingOrder
|
|
227
|
+
*/
|
|
228
|
+
export declare class CreateDropShippingOrderCommand extends Command<CreateDropShippingOrderRequest, CreateDropShippingOrderCommandOutput, 'CreateDropShippingOrderCommand'> {
|
|
229
|
+
static readonly metaPath = "/CreateDropShippingOrder/2022-01-01/billing/post/application_json/";
|
|
230
|
+
constructor(input: CreateDropShippingOrderRequest);
|
|
231
|
+
}
|
|
216
232
|
/**
|
|
217
233
|
* Command to CreateFinancialRelation
|
|
218
234
|
*/
|
|
@@ -234,6 +250,13 @@ export declare class DeleteFinancialRelationCommand extends Command<DeleteFinanc
|
|
|
234
250
|
static readonly metaPath = "/DeleteFinancialRelation/2022-01-01/billing/post/application_json/";
|
|
235
251
|
constructor(input: DeleteFinancialRelationRequest);
|
|
236
252
|
}
|
|
253
|
+
/**
|
|
254
|
+
* Command to GetDropShippingOrder
|
|
255
|
+
*/
|
|
256
|
+
export declare class GetDropShippingOrderCommand extends Command<GetDropShippingOrderRequest, GetDropShippingOrderCommandOutput, 'GetDropShippingOrderCommand'> {
|
|
257
|
+
static readonly metaPath = "/GetDropShippingOrder/2022-01-01/billing/post/application_json/";
|
|
258
|
+
constructor(input: GetDropShippingOrderRequest);
|
|
259
|
+
}
|
|
237
260
|
/**
|
|
238
261
|
* Command to GetFilterInfoForCostAnalysis
|
|
239
262
|
*/
|
|
@@ -479,6 +502,13 @@ export declare class PayOrderCommand extends Command<PayOrderRequest, PayOrderCo
|
|
|
479
502
|
static readonly metaPath = "/PayOrder/2022-01-01/billing/post/application_json/";
|
|
480
503
|
constructor(input: PayOrderRequest);
|
|
481
504
|
}
|
|
505
|
+
/**
|
|
506
|
+
* Command to PreCheckDropShippingOrder
|
|
507
|
+
*/
|
|
508
|
+
export declare class PreCheckDropShippingOrderCommand extends Command<PreCheckDropShippingOrderRequest, PreCheckDropShippingOrderCommandOutput, 'PreCheckDropShippingOrderCommand'> {
|
|
509
|
+
static readonly metaPath = "/PreCheckDropShippingOrder/2022-01-01/billing/post/application_json/";
|
|
510
|
+
constructor(input: PreCheckDropShippingOrderRequest);
|
|
511
|
+
}
|
|
482
512
|
/**
|
|
483
513
|
* Command to QueryBalanceAcct
|
|
484
514
|
*/
|
|
@@ -563,9 +593,11 @@ declare const _default: {
|
|
|
563
593
|
CleanUpFinancialRelationCommand: typeof CleanUpFinancialRelationCommand;
|
|
564
594
|
CommonBuyCommand: typeof CommonBuyCommand;
|
|
565
595
|
CreateBudgetCommand: typeof CreateBudgetCommand;
|
|
596
|
+
CreateDropShippingOrderCommand: typeof CreateDropShippingOrderCommand;
|
|
566
597
|
CreateFinancialRelationCommand: typeof CreateFinancialRelationCommand;
|
|
567
598
|
DeleteBudgetCommand: typeof DeleteBudgetCommand;
|
|
568
599
|
DeleteFinancialRelationCommand: typeof DeleteFinancialRelationCommand;
|
|
600
|
+
GetDropShippingOrderCommand: typeof GetDropShippingOrderCommand;
|
|
569
601
|
GetFilterInfoForCostAnalysisCommand: typeof GetFilterInfoForCostAnalysisCommand;
|
|
570
602
|
GetOrderCommand: typeof GetOrderCommand;
|
|
571
603
|
HandleInvitationCommand: typeof HandleInvitationCommand;
|
|
@@ -601,6 +633,7 @@ declare const _default: {
|
|
|
601
633
|
ListResourcePackagesCommand: typeof ListResourcePackagesCommand;
|
|
602
634
|
ListSplitBillDetailCommand: typeof ListSplitBillDetailCommand;
|
|
603
635
|
PayOrderCommand: typeof PayOrderCommand;
|
|
636
|
+
PreCheckDropShippingOrderCommand: typeof PreCheckDropShippingOrderCommand;
|
|
604
637
|
QueryBalanceAcctCommand: typeof QueryBalanceAcctCommand;
|
|
605
638
|
QueryBudgetDetailCommand: typeof QueryBudgetDetailCommand;
|
|
606
639
|
QueryPriceForPayAsYouGoCommand: typeof QueryPriceForPayAsYouGoCommand;
|
package/dist/esm/api.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../src/api.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../src/api.ts"],"names":[],"mappings":"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"}
|
package/dist/esm/index.mjs
CHANGED
|
@@ -53,6 +53,13 @@ class CreateBudgetCommand extends Command {
|
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
_define_property(CreateBudgetCommand, "metaPath", '/CreateBudget/2022-01-01/billing/post/application_json/');
|
|
56
|
+
class CreateDropShippingOrderCommand extends Command {
|
|
57
|
+
constructor(input){
|
|
58
|
+
super(input);
|
|
59
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateDropShippingOrderCommand.metaPath);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
_define_property(CreateDropShippingOrderCommand, "metaPath", '/CreateDropShippingOrder/2022-01-01/billing/post/application_json/');
|
|
56
63
|
class CreateFinancialRelationCommand extends Command {
|
|
57
64
|
constructor(input){
|
|
58
65
|
super(input);
|
|
@@ -74,6 +81,13 @@ class DeleteFinancialRelationCommand extends Command {
|
|
|
74
81
|
}
|
|
75
82
|
}
|
|
76
83
|
_define_property(DeleteFinancialRelationCommand, "metaPath", '/DeleteFinancialRelation/2022-01-01/billing/post/application_json/');
|
|
84
|
+
class GetDropShippingOrderCommand extends Command {
|
|
85
|
+
constructor(input){
|
|
86
|
+
super(input);
|
|
87
|
+
this.requestConfig = buildRequestConfigFromMetaPath(GetDropShippingOrderCommand.metaPath);
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
_define_property(GetDropShippingOrderCommand, "metaPath", '/GetDropShippingOrder/2022-01-01/billing/post/application_json/');
|
|
77
91
|
class GetFilterInfoForCostAnalysisCommand extends Command {
|
|
78
92
|
constructor(input){
|
|
79
93
|
super(input);
|
|
@@ -319,6 +333,13 @@ class PayOrderCommand extends Command {
|
|
|
319
333
|
}
|
|
320
334
|
}
|
|
321
335
|
_define_property(PayOrderCommand, "metaPath", '/PayOrder/2022-01-01/billing/post/application_json/');
|
|
336
|
+
class PreCheckDropShippingOrderCommand extends Command {
|
|
337
|
+
constructor(input){
|
|
338
|
+
super(input);
|
|
339
|
+
this.requestConfig = buildRequestConfigFromMetaPath(PreCheckDropShippingOrderCommand.metaPath);
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
_define_property(PreCheckDropShippingOrderCommand, "metaPath", '/PreCheckDropShippingOrder/2022-01-01/billing/post/application_json/');
|
|
322
343
|
class QueryBalanceAcctCommand extends Command {
|
|
323
344
|
constructor(input){
|
|
324
345
|
super(input);
|
|
@@ -396,4 +417,4 @@ class UpdateBudgetCommand extends Command {
|
|
|
396
417
|
}
|
|
397
418
|
}
|
|
398
419
|
_define_property(UpdateBudgetCommand, "metaPath", '/UpdateBudget/2022-01-01/billing/post/application_json/');
|
|
399
|
-
export { BILLINGClient, CancelInvitationCommand, CancelOrderCommand, CleanUpFinancialRelationCommand, CommonBuyCommand, CreateBudgetCommand, CreateFinancialRelationCommand, DeleteBudgetCommand, DeleteFinancialRelationCommand, GetFilterInfoForCostAnalysisCommand, GetOrderCommand, HandleInvitationCommand, ListAmortizedCostBillDailyCommand, ListAmortizedCostBillDetailCommand, ListAmortizedCostBillMonthlyCommand, ListAvailableInstancesCommand, ListBillCommand, ListBillDetailCommand, ListBillOverviewByCategoryCommand, ListBillOverviewByProdCommand, ListBudgetAmountByBudgetIDCommand, ListBudgetCommand, ListBudgetFilterBillingModeCommand, ListBudgetFilterOwnerIDCommand, ListBudgetFilterPayerIDCommand, ListBudgetFilterProductCommand, ListBudgetFilterProjectCommand, ListBudgetFilterRegionCodeCommand, ListBudgetFilterSubjectInfoCommand, ListBudgetFilterTagKeyCommand, ListBudgetFilterTagValueCommand, ListBudgetFilterZoneCodeCommand, ListCostAnalysisOpenApiCommand, ListCouponUsageRecordsCommand, ListCouponsCommand, ListFinancialRelationCommand, ListInvitationCommand, ListOrderProductDetailsCommand, ListOrdersCommand, ListPackageUsageDetailsCommand, ListRecipientInformationCommand, ListResourcePackagesCommand, ListSplitBillDetailCommand, PayOrderCommand, QueryBalanceAcctCommand, QueryBudgetDetailCommand, QueryPriceForPayAsYouGoCommand, QueryPriceForRenewCommand, QueryPriceForSubscriptionCommand, QueryTagValueByTagKeyCommand, RenewInstanceCommand, SetRenewalTypeCommand, UnsubscribeInstanceCommand, UpdateAuthCommand, UpdateBudgetCommand };
|
|
420
|
+
export { BILLINGClient, CancelInvitationCommand, CancelOrderCommand, CleanUpFinancialRelationCommand, CommonBuyCommand, CreateBudgetCommand, CreateDropShippingOrderCommand, CreateFinancialRelationCommand, DeleteBudgetCommand, DeleteFinancialRelationCommand, GetDropShippingOrderCommand, GetFilterInfoForCostAnalysisCommand, GetOrderCommand, HandleInvitationCommand, ListAmortizedCostBillDailyCommand, ListAmortizedCostBillDetailCommand, ListAmortizedCostBillMonthlyCommand, ListAvailableInstancesCommand, ListBillCommand, ListBillDetailCommand, ListBillOverviewByCategoryCommand, ListBillOverviewByProdCommand, ListBudgetAmountByBudgetIDCommand, ListBudgetCommand, ListBudgetFilterBillingModeCommand, ListBudgetFilterOwnerIDCommand, ListBudgetFilterPayerIDCommand, ListBudgetFilterProductCommand, ListBudgetFilterProjectCommand, ListBudgetFilterRegionCodeCommand, ListBudgetFilterSubjectInfoCommand, ListBudgetFilterTagKeyCommand, ListBudgetFilterTagValueCommand, ListBudgetFilterZoneCodeCommand, ListCostAnalysisOpenApiCommand, ListCouponUsageRecordsCommand, ListCouponsCommand, ListFinancialRelationCommand, ListInvitationCommand, ListOrderProductDetailsCommand, ListOrdersCommand, ListPackageUsageDetailsCommand, ListRecipientInformationCommand, ListResourcePackagesCommand, ListSplitBillDetailCommand, PayOrderCommand, PreCheckDropShippingOrderCommand, QueryBalanceAcctCommand, QueryBudgetDetailCommand, QueryPriceForPayAsYouGoCommand, QueryPriceForRenewCommand, QueryPriceForSubscriptionCommand, QueryTagValueByTagKeyCommand, RenewInstanceCommand, SetRenewalTypeCommand, UnsubscribeInstanceCommand, UpdateAuthCommand, UpdateBudgetCommand };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* billing
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ChargeItemForCreateDropShippingOrderInput
|
|
17
|
+
*/
|
|
18
|
+
export interface ChargeItemForCreateDropShippingOrderInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ChargeItemForCreateDropShippingOrderInput
|
|
22
|
+
*/
|
|
23
|
+
ChargeItemCode?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ChargeItemForCreateDropShippingOrderInput
|
|
27
|
+
*/
|
|
28
|
+
Count?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=charge-item-for-create-drop-shipping-order-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"charge-item-for-create-drop-shipping-order-input.d.ts","sourceRoot":"","sources":["../../../src/types/charge-item-for-create-drop-shipping-order-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,yCAAyC;IAEtD;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* billing
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ChargeItemForGetDropShippingOrderOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ChargeItemForGetDropShippingOrderOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ChargeItemForGetDropShippingOrderOutput
|
|
22
|
+
*/
|
|
23
|
+
ChargeItemCode?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ChargeItemForGetDropShippingOrderOutput
|
|
27
|
+
*/
|
|
28
|
+
Count?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=charge-item-for-get-drop-shipping-order-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"charge-item-for-get-drop-shipping-order-output.d.ts","sourceRoot":"","sources":["../../../src/types/charge-item-for-get-drop-shipping-order-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,uCAAuC;IAEpD;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* billing
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ChargeItemForPreCheckDropShippingOrderInput
|
|
17
|
+
*/
|
|
18
|
+
export interface ChargeItemForPreCheckDropShippingOrderInput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ChargeItemForPreCheckDropShippingOrderInput
|
|
22
|
+
*/
|
|
23
|
+
ChargeItemCode?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ChargeItemForPreCheckDropShippingOrderInput
|
|
27
|
+
*/
|
|
28
|
+
Count?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=charge-item-for-pre-check-drop-shipping-order-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"charge-item-for-pre-check-drop-shipping-order-input.d.ts","sourceRoot":"","sources":["../../../src/types/charge-item-for-pre-check-drop-shipping-order-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,2CAA2C;IAExD;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* billing
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { ChargeItemForCreateDropShippingOrderInput } from './charge-item-for-create-drop-shipping-order-input';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ConfigItemForCreateDropShippingOrderInput
|
|
18
|
+
*/
|
|
19
|
+
export interface ConfigItemForCreateDropShippingOrderInput {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<ChargeItemForCreateDropShippingOrderInput>}
|
|
22
|
+
* @memberof ConfigItemForCreateDropShippingOrderInput
|
|
23
|
+
*/
|
|
24
|
+
ChargeItems?: Array<ChargeItemForCreateDropShippingOrderInput>;
|
|
25
|
+
/**
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ConfigItemForCreateDropShippingOrderInput
|
|
28
|
+
*/
|
|
29
|
+
ConfigurationCode?: string;
|
|
30
|
+
/**
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof ConfigItemForCreateDropShippingOrderInput
|
|
33
|
+
*/
|
|
34
|
+
Duration?: number;
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof ConfigItemForCreateDropShippingOrderInput
|
|
38
|
+
*/
|
|
39
|
+
Product?: string;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=config-item-for-create-drop-shipping-order-input.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config-item-for-create-drop-shipping-order-input.d.ts","sourceRoot":"","sources":["../../../src/types/config-item-for-create-drop-shipping-order-input.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,yCAAyC,EAAE,MAAM,oDAAoD,CAAC;AAC9G;;;;;EAKE;AACH,MAAM,WAAW,yCAAyC;IAEtD;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,yCAAyC,CAAC,CAAC;IAE/D;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* billing
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { ChargeItemForGetDropShippingOrderOutput } from './charge-item-for-get-drop-shipping-order-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ConfigItemForGetDropShippingOrderOutput
|
|
18
|
+
*/
|
|
19
|
+
export interface ConfigItemForGetDropShippingOrderOutput {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<ChargeItemForGetDropShippingOrderOutput>}
|
|
22
|
+
* @memberof ConfigItemForGetDropShippingOrderOutput
|
|
23
|
+
*/
|
|
24
|
+
ChargeItems?: Array<ChargeItemForGetDropShippingOrderOutput>;
|
|
25
|
+
/**
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ConfigItemForGetDropShippingOrderOutput
|
|
28
|
+
*/
|
|
29
|
+
ConfigurationCode?: string;
|
|
30
|
+
/**
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof ConfigItemForGetDropShippingOrderOutput
|
|
33
|
+
*/
|
|
34
|
+
Duration?: number;
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof ConfigItemForGetDropShippingOrderOutput
|
|
38
|
+
*/
|
|
39
|
+
Product?: string;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=config-item-for-get-drop-shipping-order-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config-item-for-get-drop-shipping-order-output.d.ts","sourceRoot":"","sources":["../../../src/types/config-item-for-get-drop-shipping-order-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,uCAAuC,EAAE,MAAM,kDAAkD,CAAC;AAC1G;;;;;EAKE;AACH,MAAM,WAAW,uCAAuC;IAEpD;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,uCAAuC,CAAC,CAAC;IAE7D;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* billing
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { ChargeItemForPreCheckDropShippingOrderInput } from './charge-item-for-pre-check-drop-shipping-order-input';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ConfigItemForPreCheckDropShippingOrderInput
|
|
18
|
+
*/
|
|
19
|
+
export interface ConfigItemForPreCheckDropShippingOrderInput {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<ChargeItemForPreCheckDropShippingOrderInput>}
|
|
22
|
+
* @memberof ConfigItemForPreCheckDropShippingOrderInput
|
|
23
|
+
*/
|
|
24
|
+
ChargeItems?: Array<ChargeItemForPreCheckDropShippingOrderInput>;
|
|
25
|
+
/**
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ConfigItemForPreCheckDropShippingOrderInput
|
|
28
|
+
*/
|
|
29
|
+
ConfigurationCode?: string;
|
|
30
|
+
/**
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof ConfigItemForPreCheckDropShippingOrderInput
|
|
33
|
+
*/
|
|
34
|
+
Duration?: number;
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof ConfigItemForPreCheckDropShippingOrderInput
|
|
38
|
+
*/
|
|
39
|
+
Product?: string;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=config-item-for-pre-check-drop-shipping-order-input.d.ts.map
|