@chotot/ct-logic-uni-rev-payment-v1 1.133.0
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/ad_service.proto +53 -0
- package/ad_service_pb.d.ts +248 -0
- package/ad_service_pb.js +99 -0
- package/cart.proto +122 -0
- package/cart_pb.d.ts +656 -0
- package/cart_pb.js +237 -0
- package/configuration.proto +147 -0
- package/configuration_pb.d.ts +716 -0
- package/configuration_pb.js +237 -0
- package/crepro_campaign.proto +277 -0
- package/crepro_campaign_pb.d.ts +1266 -0
- package/crepro_campaign_pb.js +436 -0
- package/crepro_code.proto +77 -0
- package/crepro_code_pb.d.ts +355 -0
- package/crepro_code_pb.js +130 -0
- package/crepro_log.proto +32 -0
- package/crepro_log_pb.d.ts +142 -0
- package/crepro_log_pb.js +51 -0
- package/crepro_redemption.proto +76 -0
- package/crepro_redemption_pb.d.ts +352 -0
- package/crepro_redemption_pb.js +119 -0
- package/dongtot.proto +758 -0
- package/dongtot_pb.d.ts +4169 -0
- package/dongtot_pb.js +1357 -0
- package/dongtot_service-LogicUniRevPaymentDongTotService_connectquery.d.ts +350 -0
- package/dongtot_service-LogicUniRevPaymentDongTotService_connectquery.js +551 -0
- package/dongtot_service.proto +154 -0
- package/dongtot_service_connect.d.ts +316 -0
- package/dongtot_service_connect.js +316 -0
- package/econtract.proto +675 -0
- package/econtract_pb.d.ts +3522 -0
- package/econtract_pb.js +1176 -0
- package/econtract_service-LogicUniRevPaymentEcontractService_connectquery.d.ts +419 -0
- package/econtract_service-LogicUniRevPaymentEcontractService_connectquery.js +673 -0
- package/econtract_service.proto +71 -0
- package/econtract_service_connect.d.ts +381 -0
- package/econtract_service_connect.js +381 -0
- package/fundiin.proto +53 -0
- package/fundiin_pb.d.ts +255 -0
- package/fundiin_pb.js +85 -0
- package/google_billing.proto +65 -0
- package/google_billing_pb.d.ts +372 -0
- package/google_billing_pb.js +146 -0
- package/iap.proto +53 -0
- package/iap_pb.d.ts +281 -0
- package/iap_pb.js +109 -0
- package/momo.proto +92 -0
- package/momo_pb.d.ts +481 -0
- package/momo_pb.js +150 -0
- package/napas.proto +110 -0
- package/napas_pb.d.ts +587 -0
- package/napas_pb.js +192 -0
- package/order.proto +81 -0
- package/order_pb.d.ts +372 -0
- package/order_pb.js +123 -0
- package/package.json +10 -0
- package/package.proto +382 -0
- package/package_pb.d.ts +1907 -0
- package/package_pb.js +621 -0
- package/payment_promotion.proto +170 -0
- package/payment_promotion_pb.d.ts +893 -0
- package/payment_promotion_pb.js +311 -0
- package/payment_promotion_service-LogicUniRevPaymentPromotionService_connectquery.d.ts +112 -0
- package/payment_promotion_service-LogicUniRevPaymentPromotionService_connectquery.js +171 -0
- package/payment_promotion_service.proto +73 -0
- package/payment_promotion_service_connect.d.ts +102 -0
- package/payment_promotion_service_connect.js +102 -0
- package/payoo.proto +55 -0
- package/payoo_pb.d.ts +282 -0
- package/payoo_pb.js +105 -0
- package/pricer.proto +154 -0
- package/pricer_pb.d.ts +823 -0
- package/pricer_pb.js +260 -0
- package/rabbit_mq.proto +51 -0
- package/rabbit_mq_pb.d.ts +257 -0
- package/rabbit_mq_pb.js +78 -0
- package/refund_order.proto +37 -0
- package/refund_order_pb.d.ts +184 -0
- package/refund_order_pb.js +63 -0
- package/scripts/modify_package_json.js +50 -0
- package/service-LogicUniRevPaymentService_connectquery.d.ts +1239 -0
- package/service-LogicUniRevPaymentService_connectquery.js +1968 -0
- package/service.proto +643 -0
- package/service_connect.d.ts +1120 -0
- package/service_connect.js +1120 -0
- package/subscription.proto +24 -0
- package/subscription_pb.d.ts +98 -0
- package/subscription_pb.js +37 -0
- package/template.proto +76 -0
- package/template_pb.d.ts +387 -0
- package/template_pb.js +140 -0
- package/transaction.proto +513 -0
- package/transaction_pb.d.ts +2717 -0
- package/transaction_pb.js +856 -0
- package/virtual_account.proto +265 -0
- package/virtual_account_pb.d.ts +1442 -0
- package/virtual_account_pb.js +478 -0
- package/zalopay.proto +78 -0
- package/zalopay_pb.d.ts +423 -0
- package/zalopay_pb.js +153 -0
|
@@ -0,0 +1,716 @@
|
|
|
1
|
+
// general
|
|
2
|
+
|
|
3
|
+
// @generated by protoc-gen-es v1.3.1 with parameter "target=js+dts"
|
|
4
|
+
// @generated from file ct-logic-uni-rev-payment/v1/configuration.proto (package ct_logic_uni_rev_payment.v1, syntax proto3)
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// @ts-nocheck
|
|
7
|
+
|
|
8
|
+
import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
|
|
9
|
+
import { Message, proto3 } from "@bufbuild/protobuf";
|
|
10
|
+
import type { InvoiceInfo } from "./econtract_pb.js";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* @generated from message ct_logic_uni_rev_payment.v1.ForceUpdateInfoRequest
|
|
14
|
+
*/
|
|
15
|
+
export declare class ForceUpdateInfoRequest extends Message<ForceUpdateInfoRequest> {
|
|
16
|
+
/**
|
|
17
|
+
* @generated from field: int64 category_id = 1;
|
|
18
|
+
*/
|
|
19
|
+
categoryId: bigint;
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* @generated from field: string app_version = 2;
|
|
23
|
+
*/
|
|
24
|
+
appVersion: string;
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* @generated from field: string app_platform = 3;
|
|
28
|
+
*/
|
|
29
|
+
appPlatform: string;
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* @generated from field: string screen_name = 4;
|
|
33
|
+
*/
|
|
34
|
+
screenName: string;
|
|
35
|
+
|
|
36
|
+
constructor(data?: PartialMessage<ForceUpdateInfoRequest>);
|
|
37
|
+
|
|
38
|
+
static readonly runtime: typeof proto3;
|
|
39
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.ForceUpdateInfoRequest";
|
|
40
|
+
static readonly fields: FieldList;
|
|
41
|
+
|
|
42
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ForceUpdateInfoRequest;
|
|
43
|
+
|
|
44
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ForceUpdateInfoRequest;
|
|
45
|
+
|
|
46
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ForceUpdateInfoRequest;
|
|
47
|
+
|
|
48
|
+
static equals(a: ForceUpdateInfoRequest | PlainMessage<ForceUpdateInfoRequest> | undefined, b: ForceUpdateInfoRequest | PlainMessage<ForceUpdateInfoRequest> | undefined): boolean;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* @generated from message ct_logic_uni_rev_payment.v1.ForceUpdateInfoResponse
|
|
53
|
+
*/
|
|
54
|
+
export declare class ForceUpdateInfoResponse extends Message<ForceUpdateInfoResponse> {
|
|
55
|
+
/**
|
|
56
|
+
* @generated from field: bool is_forced_update = 1;
|
|
57
|
+
*/
|
|
58
|
+
isForcedUpdate: boolean;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @generated from field: int64 force_update_mode = 2;
|
|
62
|
+
*/
|
|
63
|
+
forceUpdateMode: bigint;
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* @generated from field: string message = 3;
|
|
67
|
+
*/
|
|
68
|
+
message: string;
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* @generated from field: string button_text = 4;
|
|
72
|
+
*/
|
|
73
|
+
buttonText: string;
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* @generated from field: int64 id = 5;
|
|
77
|
+
*/
|
|
78
|
+
id: bigint;
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* @generated from field: string title = 6;
|
|
82
|
+
*/
|
|
83
|
+
title: string;
|
|
84
|
+
|
|
85
|
+
constructor(data?: PartialMessage<ForceUpdateInfoResponse>);
|
|
86
|
+
|
|
87
|
+
static readonly runtime: typeof proto3;
|
|
88
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.ForceUpdateInfoResponse";
|
|
89
|
+
static readonly fields: FieldList;
|
|
90
|
+
|
|
91
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ForceUpdateInfoResponse;
|
|
92
|
+
|
|
93
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ForceUpdateInfoResponse;
|
|
94
|
+
|
|
95
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ForceUpdateInfoResponse;
|
|
96
|
+
|
|
97
|
+
static equals(a: ForceUpdateInfoResponse | PlainMessage<ForceUpdateInfoResponse> | undefined, b: ForceUpdateInfoResponse | PlainMessage<ForceUpdateInfoResponse> | undefined): boolean;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
/**
|
|
101
|
+
* @generated from message ct_logic_uni_rev_payment.v1.PaymentGatewayInfoRequest
|
|
102
|
+
*/
|
|
103
|
+
export declare class PaymentGatewayInfoRequest extends Message<PaymentGatewayInfoRequest> {
|
|
104
|
+
/**
|
|
105
|
+
* @generated from field: string platform = 1;
|
|
106
|
+
*/
|
|
107
|
+
platform: string;
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* @generated from field: string app_version = 2;
|
|
111
|
+
*/
|
|
112
|
+
appVersion: string;
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* either payment_code, order_id is required
|
|
116
|
+
*
|
|
117
|
+
* @generated from field: string payment_code = 3;
|
|
118
|
+
*/
|
|
119
|
+
paymentCode: string;
|
|
120
|
+
|
|
121
|
+
/**
|
|
122
|
+
* either payment_code or order_id is required
|
|
123
|
+
*
|
|
124
|
+
* @generated from field: int64 order_id = 4;
|
|
125
|
+
*/
|
|
126
|
+
orderId: bigint;
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* @generated from field: string page_type = 5;
|
|
130
|
+
*/
|
|
131
|
+
pageType: string;
|
|
132
|
+
|
|
133
|
+
/**
|
|
134
|
+
* @generated from field: int64 account_id = 6;
|
|
135
|
+
*/
|
|
136
|
+
accountId: bigint;
|
|
137
|
+
|
|
138
|
+
constructor(data?: PartialMessage<PaymentGatewayInfoRequest>);
|
|
139
|
+
|
|
140
|
+
static readonly runtime: typeof proto3;
|
|
141
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.PaymentGatewayInfoRequest";
|
|
142
|
+
static readonly fields: FieldList;
|
|
143
|
+
|
|
144
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaymentGatewayInfoRequest;
|
|
145
|
+
|
|
146
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaymentGatewayInfoRequest;
|
|
147
|
+
|
|
148
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaymentGatewayInfoRequest;
|
|
149
|
+
|
|
150
|
+
static equals(a: PaymentGatewayInfoRequest | PlainMessage<PaymentGatewayInfoRequest> | undefined, b: PaymentGatewayInfoRequest | PlainMessage<PaymentGatewayInfoRequest> | undefined): boolean;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* @generated from message ct_logic_uni_rev_payment.v1.PaymentGatewayInfo
|
|
155
|
+
*/
|
|
156
|
+
export declare class PaymentGatewayInfo extends Message<PaymentGatewayInfo> {
|
|
157
|
+
/**
|
|
158
|
+
* @generated from field: string payment_gateway_key = 1;
|
|
159
|
+
*/
|
|
160
|
+
paymentGatewayKey: string;
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* @generated from field: string state = 2;
|
|
164
|
+
*/
|
|
165
|
+
state: string;
|
|
166
|
+
|
|
167
|
+
/**
|
|
168
|
+
* @generated from field: string message = 3;
|
|
169
|
+
*/
|
|
170
|
+
message: string;
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* @generated from field: string payment_method_key = 4;
|
|
174
|
+
*/
|
|
175
|
+
paymentMethodKey: string;
|
|
176
|
+
|
|
177
|
+
/**
|
|
178
|
+
* @generated from field: string payment_method_name = 5;
|
|
179
|
+
*/
|
|
180
|
+
paymentMethodName: string;
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* short description below payment method name
|
|
184
|
+
*
|
|
185
|
+
* @generated from field: string payment_method_desc = 6;
|
|
186
|
+
*/
|
|
187
|
+
paymentMethodDesc: string;
|
|
188
|
+
|
|
189
|
+
/**
|
|
190
|
+
* @generated from field: string payment_method_icon = 7;
|
|
191
|
+
*/
|
|
192
|
+
paymentMethodIcon: string;
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* @generated from field: int64 charged_amount = 8;
|
|
196
|
+
*/
|
|
197
|
+
chargedAmount: bigint;
|
|
198
|
+
|
|
199
|
+
/**
|
|
200
|
+
* @generated from field: string unit = 9;
|
|
201
|
+
*/
|
|
202
|
+
unit: string;
|
|
203
|
+
|
|
204
|
+
/**
|
|
205
|
+
* @generated from field: bool support_invoice = 10;
|
|
206
|
+
*/
|
|
207
|
+
supportInvoice: boolean;
|
|
208
|
+
|
|
209
|
+
/**
|
|
210
|
+
* @generated from field: int64 total_dongtot_balance = 11;
|
|
211
|
+
*/
|
|
212
|
+
totalDongtotBalance: bigint;
|
|
213
|
+
|
|
214
|
+
/**
|
|
215
|
+
* @generated from field: int64 before_tax_amount = 12;
|
|
216
|
+
*/
|
|
217
|
+
beforeTaxAmount: bigint;
|
|
218
|
+
|
|
219
|
+
/**
|
|
220
|
+
* all gw + gg billing
|
|
221
|
+
*
|
|
222
|
+
* @generated from field: optional int64 tax_amount = 13;
|
|
223
|
+
*/
|
|
224
|
+
taxAmount?: bigint;
|
|
225
|
+
|
|
226
|
+
/**
|
|
227
|
+
* only google billing
|
|
228
|
+
*
|
|
229
|
+
* @generated from field: optional int64 service_fee = 14;
|
|
230
|
+
*/
|
|
231
|
+
serviceFee?: bigint;
|
|
232
|
+
|
|
233
|
+
/**
|
|
234
|
+
* only in-app purchase
|
|
235
|
+
*
|
|
236
|
+
* @generated from field: optional int64 tax_service_fee = 15;
|
|
237
|
+
*/
|
|
238
|
+
taxServiceFee?: bigint;
|
|
239
|
+
|
|
240
|
+
constructor(data?: PartialMessage<PaymentGatewayInfo>);
|
|
241
|
+
|
|
242
|
+
static readonly runtime: typeof proto3;
|
|
243
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.PaymentGatewayInfo";
|
|
244
|
+
static readonly fields: FieldList;
|
|
245
|
+
|
|
246
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaymentGatewayInfo;
|
|
247
|
+
|
|
248
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaymentGatewayInfo;
|
|
249
|
+
|
|
250
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaymentGatewayInfo;
|
|
251
|
+
|
|
252
|
+
static equals(a: PaymentGatewayInfo | PlainMessage<PaymentGatewayInfo> | undefined, b: PaymentGatewayInfo | PlainMessage<PaymentGatewayInfo> | undefined): boolean;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
/**
|
|
256
|
+
* @generated from message ct_logic_uni_rev_payment.v1.PaymentGatewayInfoResponse
|
|
257
|
+
*/
|
|
258
|
+
export declare class PaymentGatewayInfoResponse extends Message<PaymentGatewayInfoResponse> {
|
|
259
|
+
/**
|
|
260
|
+
* @generated from field: repeated ct_logic_uni_rev_payment.v1.PaymentGatewayInfo payment_gateway_info = 1;
|
|
261
|
+
*/
|
|
262
|
+
paymentGatewayInfo: PaymentGatewayInfo[];
|
|
263
|
+
|
|
264
|
+
constructor(data?: PartialMessage<PaymentGatewayInfoResponse>);
|
|
265
|
+
|
|
266
|
+
static readonly runtime: typeof proto3;
|
|
267
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.PaymentGatewayInfoResponse";
|
|
268
|
+
static readonly fields: FieldList;
|
|
269
|
+
|
|
270
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaymentGatewayInfoResponse;
|
|
271
|
+
|
|
272
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaymentGatewayInfoResponse;
|
|
273
|
+
|
|
274
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaymentGatewayInfoResponse;
|
|
275
|
+
|
|
276
|
+
static equals(a: PaymentGatewayInfoResponse | PlainMessage<PaymentGatewayInfoResponse> | undefined, b: PaymentGatewayInfoResponse | PlainMessage<PaymentGatewayInfoResponse> | undefined): boolean;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
/**
|
|
280
|
+
* @generated from message ct_logic_uni_rev_payment.v1.PaymentGatewayCheckoutInfoRequest
|
|
281
|
+
*/
|
|
282
|
+
export declare class PaymentGatewayCheckoutInfoRequest extends Message<PaymentGatewayCheckoutInfoRequest> {
|
|
283
|
+
/**
|
|
284
|
+
* @generated from field: string platform = 1;
|
|
285
|
+
*/
|
|
286
|
+
platform: string;
|
|
287
|
+
|
|
288
|
+
/**
|
|
289
|
+
* @generated from field: string app_version = 2;
|
|
290
|
+
*/
|
|
291
|
+
appVersion: string;
|
|
292
|
+
|
|
293
|
+
/**
|
|
294
|
+
* @generated from field: string order_type = 3;
|
|
295
|
+
*/
|
|
296
|
+
orderType: string;
|
|
297
|
+
|
|
298
|
+
/**
|
|
299
|
+
* @generated from field: ct_logic_uni_rev_payment.v1.OrderParams order_params = 4;
|
|
300
|
+
*/
|
|
301
|
+
orderParams?: OrderParams;
|
|
302
|
+
|
|
303
|
+
/**
|
|
304
|
+
* @generated from field: string page_type = 5;
|
|
305
|
+
*/
|
|
306
|
+
pageType: string;
|
|
307
|
+
|
|
308
|
+
constructor(data?: PartialMessage<PaymentGatewayCheckoutInfoRequest>);
|
|
309
|
+
|
|
310
|
+
static readonly runtime: typeof proto3;
|
|
311
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.PaymentGatewayCheckoutInfoRequest";
|
|
312
|
+
static readonly fields: FieldList;
|
|
313
|
+
|
|
314
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaymentGatewayCheckoutInfoRequest;
|
|
315
|
+
|
|
316
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaymentGatewayCheckoutInfoRequest;
|
|
317
|
+
|
|
318
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaymentGatewayCheckoutInfoRequest;
|
|
319
|
+
|
|
320
|
+
static equals(a: PaymentGatewayCheckoutInfoRequest | PlainMessage<PaymentGatewayCheckoutInfoRequest> | undefined, b: PaymentGatewayCheckoutInfoRequest | PlainMessage<PaymentGatewayCheckoutInfoRequest> | undefined): boolean;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
/**
|
|
324
|
+
* @generated from message ct_logic_uni_rev_payment.v1.OrderParams
|
|
325
|
+
*/
|
|
326
|
+
export declare class OrderParams extends Message<OrderParams> {
|
|
327
|
+
/**
|
|
328
|
+
* @generated from field: optional ct_logic_uni_rev_payment.v1.CartParams cart = 1;
|
|
329
|
+
*/
|
|
330
|
+
cart?: CartParams;
|
|
331
|
+
|
|
332
|
+
/**
|
|
333
|
+
* @generated from field: optional ct_logic_uni_rev_payment.v1.ShopParams shop = 2;
|
|
334
|
+
*/
|
|
335
|
+
shop?: ShopParams;
|
|
336
|
+
|
|
337
|
+
/**
|
|
338
|
+
* @generated from field: optional ct_logic_uni_rev_payment.v1.SubscriptionParams subscription = 3;
|
|
339
|
+
*/
|
|
340
|
+
subscription?: SubscriptionParams;
|
|
341
|
+
|
|
342
|
+
/**
|
|
343
|
+
* @generated from field: optional ct_logic_uni_rev_payment.v1.PaasParams paas = 4;
|
|
344
|
+
*/
|
|
345
|
+
paas?: PaasParams;
|
|
346
|
+
|
|
347
|
+
/**
|
|
348
|
+
* @generated from field: optional ct_logic_uni_rev_payment.v1.TopupParams topup = 5;
|
|
349
|
+
*/
|
|
350
|
+
topup?: TopupParams;
|
|
351
|
+
|
|
352
|
+
constructor(data?: PartialMessage<OrderParams>);
|
|
353
|
+
|
|
354
|
+
static readonly runtime: typeof proto3;
|
|
355
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.OrderParams";
|
|
356
|
+
static readonly fields: FieldList;
|
|
357
|
+
|
|
358
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OrderParams;
|
|
359
|
+
|
|
360
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OrderParams;
|
|
361
|
+
|
|
362
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OrderParams;
|
|
363
|
+
|
|
364
|
+
static equals(a: OrderParams | PlainMessage<OrderParams> | undefined, b: OrderParams | PlainMessage<OrderParams> | undefined): boolean;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
/**
|
|
368
|
+
* @generated from message ct_logic_uni_rev_payment.v1.CartParams
|
|
369
|
+
*/
|
|
370
|
+
export declare class CartParams extends Message<CartParams> {
|
|
371
|
+
/**
|
|
372
|
+
* @generated from field: string cart_id = 1;
|
|
373
|
+
*/
|
|
374
|
+
cartId: string;
|
|
375
|
+
|
|
376
|
+
constructor(data?: PartialMessage<CartParams>);
|
|
377
|
+
|
|
378
|
+
static readonly runtime: typeof proto3;
|
|
379
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.CartParams";
|
|
380
|
+
static readonly fields: FieldList;
|
|
381
|
+
|
|
382
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CartParams;
|
|
383
|
+
|
|
384
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CartParams;
|
|
385
|
+
|
|
386
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CartParams;
|
|
387
|
+
|
|
388
|
+
static equals(a: CartParams | PlainMessage<CartParams> | undefined, b: CartParams | PlainMessage<CartParams> | undefined): boolean;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
/**
|
|
392
|
+
* @generated from message ct_logic_uni_rev_payment.v1.ShopParams
|
|
393
|
+
*/
|
|
394
|
+
export declare class ShopParams extends Message<ShopParams> {
|
|
395
|
+
/**
|
|
396
|
+
* @generated from field: int64 category_id = 1;
|
|
397
|
+
*/
|
|
398
|
+
categoryId: bigint;
|
|
399
|
+
|
|
400
|
+
/**
|
|
401
|
+
* @generated from field: string action_type = 2;
|
|
402
|
+
*/
|
|
403
|
+
actionType: string;
|
|
404
|
+
|
|
405
|
+
/**
|
|
406
|
+
* @generated from field: int64 duration = 3;
|
|
407
|
+
*/
|
|
408
|
+
duration: bigint;
|
|
409
|
+
|
|
410
|
+
constructor(data?: PartialMessage<ShopParams>);
|
|
411
|
+
|
|
412
|
+
static readonly runtime: typeof proto3;
|
|
413
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.ShopParams";
|
|
414
|
+
static readonly fields: FieldList;
|
|
415
|
+
|
|
416
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ShopParams;
|
|
417
|
+
|
|
418
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ShopParams;
|
|
419
|
+
|
|
420
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ShopParams;
|
|
421
|
+
|
|
422
|
+
static equals(a: ShopParams | PlainMessage<ShopParams> | undefined, b: ShopParams | PlainMessage<ShopParams> | undefined): boolean;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
/**
|
|
426
|
+
* @generated from message ct_logic_uni_rev_payment.v1.SubscriptionParams
|
|
427
|
+
*/
|
|
428
|
+
export declare class SubscriptionParams extends Message<SubscriptionParams> {
|
|
429
|
+
/**
|
|
430
|
+
* @generated from field: int64 subscription_id = 1;
|
|
431
|
+
*/
|
|
432
|
+
subscriptionId: bigint;
|
|
433
|
+
|
|
434
|
+
/**
|
|
435
|
+
* @generated from field: int64 quantity = 2;
|
|
436
|
+
*/
|
|
437
|
+
quantity: bigint;
|
|
438
|
+
|
|
439
|
+
/**
|
|
440
|
+
* @generated from field: int64 previous_subscription_id = 3;
|
|
441
|
+
*/
|
|
442
|
+
previousSubscriptionId: bigint;
|
|
443
|
+
|
|
444
|
+
/**
|
|
445
|
+
* @generated from field: int64 recurring_subscribe_id = 4;
|
|
446
|
+
*/
|
|
447
|
+
recurringSubscribeId: bigint;
|
|
448
|
+
|
|
449
|
+
/**
|
|
450
|
+
* @generated from field: string subscription_payment_source = 5;
|
|
451
|
+
*/
|
|
452
|
+
subscriptionPaymentSource: string;
|
|
453
|
+
|
|
454
|
+
constructor(data?: PartialMessage<SubscriptionParams>);
|
|
455
|
+
|
|
456
|
+
static readonly runtime: typeof proto3;
|
|
457
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.SubscriptionParams";
|
|
458
|
+
static readonly fields: FieldList;
|
|
459
|
+
|
|
460
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SubscriptionParams;
|
|
461
|
+
|
|
462
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SubscriptionParams;
|
|
463
|
+
|
|
464
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SubscriptionParams;
|
|
465
|
+
|
|
466
|
+
static equals(a: SubscriptionParams | PlainMessage<SubscriptionParams> | undefined, b: SubscriptionParams | PlainMessage<SubscriptionParams> | undefined): boolean;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
/**
|
|
470
|
+
* @generated from message ct_logic_uni_rev_payment.v1.PaasParams
|
|
471
|
+
*/
|
|
472
|
+
export declare class PaasParams extends Message<PaasParams> {
|
|
473
|
+
/**
|
|
474
|
+
* @generated from field: int64 order_id = 1;
|
|
475
|
+
*/
|
|
476
|
+
orderId: bigint;
|
|
477
|
+
|
|
478
|
+
/**
|
|
479
|
+
* @generated from field: string payment_code = 2;
|
|
480
|
+
*/
|
|
481
|
+
paymentCode: string;
|
|
482
|
+
|
|
483
|
+
constructor(data?: PartialMessage<PaasParams>);
|
|
484
|
+
|
|
485
|
+
static readonly runtime: typeof proto3;
|
|
486
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.PaasParams";
|
|
487
|
+
static readonly fields: FieldList;
|
|
488
|
+
|
|
489
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaasParams;
|
|
490
|
+
|
|
491
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaasParams;
|
|
492
|
+
|
|
493
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaasParams;
|
|
494
|
+
|
|
495
|
+
static equals(a: PaasParams | PlainMessage<PaasParams> | undefined, b: PaasParams | PlainMessage<PaasParams> | undefined): boolean;
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
/**
|
|
499
|
+
* @generated from message ct_logic_uni_rev_payment.v1.TopupParams
|
|
500
|
+
*/
|
|
501
|
+
export declare class TopupParams extends Message<TopupParams> {
|
|
502
|
+
/**
|
|
503
|
+
* @generated from field: int64 package_id = 1;
|
|
504
|
+
*/
|
|
505
|
+
packageId: bigint;
|
|
506
|
+
|
|
507
|
+
constructor(data?: PartialMessage<TopupParams>);
|
|
508
|
+
|
|
509
|
+
static readonly runtime: typeof proto3;
|
|
510
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.TopupParams";
|
|
511
|
+
static readonly fields: FieldList;
|
|
512
|
+
|
|
513
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TopupParams;
|
|
514
|
+
|
|
515
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TopupParams;
|
|
516
|
+
|
|
517
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TopupParams;
|
|
518
|
+
|
|
519
|
+
static equals(a: TopupParams | PlainMessage<TopupParams> | undefined, b: TopupParams | PlainMessage<TopupParams> | undefined): boolean;
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
/**
|
|
523
|
+
* @generated from message ct_logic_uni_rev_payment.v1.PaymentGatewayCheckoutInfoResponse
|
|
524
|
+
*/
|
|
525
|
+
export declare class PaymentGatewayCheckoutInfoResponse extends Message<PaymentGatewayCheckoutInfoResponse> {
|
|
526
|
+
/**
|
|
527
|
+
* @generated from field: repeated ct_logic_uni_rev_payment.v1.PaymentGatewayInfo payment_gateway_info = 1;
|
|
528
|
+
*/
|
|
529
|
+
paymentGatewayInfo: PaymentGatewayInfo[];
|
|
530
|
+
|
|
531
|
+
/**
|
|
532
|
+
* @generated from field: string selected_payment_method = 2;
|
|
533
|
+
*/
|
|
534
|
+
selectedPaymentMethod: string;
|
|
535
|
+
|
|
536
|
+
/**
|
|
537
|
+
* @generated from field: ct_logic_uni_rev_payment.v1.HighlightedMessage highlighted_message = 3;
|
|
538
|
+
*/
|
|
539
|
+
highlightedMessage?: HighlightedMessage;
|
|
540
|
+
|
|
541
|
+
/**
|
|
542
|
+
* @generated from field: optional ct_logic_uni_rev_payment.v1.WarningPopup warning_popup = 4;
|
|
543
|
+
*/
|
|
544
|
+
warningPopup?: WarningPopup;
|
|
545
|
+
|
|
546
|
+
/**
|
|
547
|
+
* @generated from field: string note = 5;
|
|
548
|
+
*/
|
|
549
|
+
note: string;
|
|
550
|
+
|
|
551
|
+
/**
|
|
552
|
+
* @generated from field: ct_logic_uni_rev_payment.v1.PricingDescription pricing_description = 6;
|
|
553
|
+
*/
|
|
554
|
+
pricingDescription?: PricingDescription;
|
|
555
|
+
|
|
556
|
+
/**
|
|
557
|
+
* @generated from field: optional ct_logic_uni_rev_payment.v1.InvoiceInfo invoice_info = 7;
|
|
558
|
+
*/
|
|
559
|
+
invoiceInfo?: InvoiceInfo;
|
|
560
|
+
|
|
561
|
+
constructor(data?: PartialMessage<PaymentGatewayCheckoutInfoResponse>);
|
|
562
|
+
|
|
563
|
+
static readonly runtime: typeof proto3;
|
|
564
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.PaymentGatewayCheckoutInfoResponse";
|
|
565
|
+
static readonly fields: FieldList;
|
|
566
|
+
|
|
567
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PaymentGatewayCheckoutInfoResponse;
|
|
568
|
+
|
|
569
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PaymentGatewayCheckoutInfoResponse;
|
|
570
|
+
|
|
571
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PaymentGatewayCheckoutInfoResponse;
|
|
572
|
+
|
|
573
|
+
static equals(a: PaymentGatewayCheckoutInfoResponse | PlainMessage<PaymentGatewayCheckoutInfoResponse> | undefined, b: PaymentGatewayCheckoutInfoResponse | PlainMessage<PaymentGatewayCheckoutInfoResponse> | undefined): boolean;
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
/**
|
|
577
|
+
* @generated from message ct_logic_uni_rev_payment.v1.PricingDescription
|
|
578
|
+
*/
|
|
579
|
+
export declare class PricingDescription extends Message<PricingDescription> {
|
|
580
|
+
/**
|
|
581
|
+
* @generated from field: string charged_amount_desc = 1;
|
|
582
|
+
*/
|
|
583
|
+
chargedAmountDesc: string;
|
|
584
|
+
|
|
585
|
+
/**
|
|
586
|
+
* @generated from field: string before_tax_amount_desc = 2;
|
|
587
|
+
*/
|
|
588
|
+
beforeTaxAmountDesc: string;
|
|
589
|
+
|
|
590
|
+
/**
|
|
591
|
+
* @generated from field: string tax_amount_desc = 3;
|
|
592
|
+
*/
|
|
593
|
+
taxAmountDesc: string;
|
|
594
|
+
|
|
595
|
+
/**
|
|
596
|
+
* @generated from field: string service_fee_desc = 4;
|
|
597
|
+
*/
|
|
598
|
+
serviceFeeDesc: string;
|
|
599
|
+
|
|
600
|
+
/**
|
|
601
|
+
* @generated from field: string tax_service_fee_desc = 5;
|
|
602
|
+
*/
|
|
603
|
+
taxServiceFeeDesc: string;
|
|
604
|
+
|
|
605
|
+
constructor(data?: PartialMessage<PricingDescription>);
|
|
606
|
+
|
|
607
|
+
static readonly runtime: typeof proto3;
|
|
608
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.PricingDescription";
|
|
609
|
+
static readonly fields: FieldList;
|
|
610
|
+
|
|
611
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PricingDescription;
|
|
612
|
+
|
|
613
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PricingDescription;
|
|
614
|
+
|
|
615
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PricingDescription;
|
|
616
|
+
|
|
617
|
+
static equals(a: PricingDescription | PlainMessage<PricingDescription> | undefined, b: PricingDescription | PlainMessage<PricingDescription> | undefined): boolean;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
/**
|
|
621
|
+
* @generated from message ct_logic_uni_rev_payment.v1.HighlightedMessage
|
|
622
|
+
*/
|
|
623
|
+
export declare class HighlightedMessage extends Message<HighlightedMessage> {
|
|
624
|
+
/**
|
|
625
|
+
* @generated from field: string title = 1;
|
|
626
|
+
*/
|
|
627
|
+
title: string;
|
|
628
|
+
|
|
629
|
+
/**
|
|
630
|
+
* @generated from field: ct_logic_uni_rev_payment.v1.HighlightedMessageContent content = 2;
|
|
631
|
+
*/
|
|
632
|
+
content?: HighlightedMessageContent;
|
|
633
|
+
|
|
634
|
+
constructor(data?: PartialMessage<HighlightedMessage>);
|
|
635
|
+
|
|
636
|
+
static readonly runtime: typeof proto3;
|
|
637
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.HighlightedMessage";
|
|
638
|
+
static readonly fields: FieldList;
|
|
639
|
+
|
|
640
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): HighlightedMessage;
|
|
641
|
+
|
|
642
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): HighlightedMessage;
|
|
643
|
+
|
|
644
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): HighlightedMessage;
|
|
645
|
+
|
|
646
|
+
static equals(a: HighlightedMessage | PlainMessage<HighlightedMessage> | undefined, b: HighlightedMessage | PlainMessage<HighlightedMessage> | undefined): boolean;
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
/**
|
|
650
|
+
* @generated from message ct_logic_uni_rev_payment.v1.HighlightedMessageContent
|
|
651
|
+
*/
|
|
652
|
+
export declare class HighlightedMessageContent extends Message<HighlightedMessageContent> {
|
|
653
|
+
/**
|
|
654
|
+
* @generated from field: string content = 1;
|
|
655
|
+
*/
|
|
656
|
+
content: string;
|
|
657
|
+
|
|
658
|
+
/**
|
|
659
|
+
* @generated from field: string icon_url = 2;
|
|
660
|
+
*/
|
|
661
|
+
iconUrl: string;
|
|
662
|
+
|
|
663
|
+
/**
|
|
664
|
+
* @generated from field: string link_url = 3;
|
|
665
|
+
*/
|
|
666
|
+
linkUrl: string;
|
|
667
|
+
|
|
668
|
+
constructor(data?: PartialMessage<HighlightedMessageContent>);
|
|
669
|
+
|
|
670
|
+
static readonly runtime: typeof proto3;
|
|
671
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.HighlightedMessageContent";
|
|
672
|
+
static readonly fields: FieldList;
|
|
673
|
+
|
|
674
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): HighlightedMessageContent;
|
|
675
|
+
|
|
676
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): HighlightedMessageContent;
|
|
677
|
+
|
|
678
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): HighlightedMessageContent;
|
|
679
|
+
|
|
680
|
+
static equals(a: HighlightedMessageContent | PlainMessage<HighlightedMessageContent> | undefined, b: HighlightedMessageContent | PlainMessage<HighlightedMessageContent> | undefined): boolean;
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
/**
|
|
684
|
+
* @generated from message ct_logic_uni_rev_payment.v1.WarningPopup
|
|
685
|
+
*/
|
|
686
|
+
export declare class WarningPopup extends Message<WarningPopup> {
|
|
687
|
+
/**
|
|
688
|
+
* @generated from field: string warning_type = 1;
|
|
689
|
+
*/
|
|
690
|
+
warningType: string;
|
|
691
|
+
|
|
692
|
+
/**
|
|
693
|
+
* @generated from field: string content = 2;
|
|
694
|
+
*/
|
|
695
|
+
content: string;
|
|
696
|
+
|
|
697
|
+
/**
|
|
698
|
+
* @generated from field: string return_page = 3;
|
|
699
|
+
*/
|
|
700
|
+
returnPage: string;
|
|
701
|
+
|
|
702
|
+
constructor(data?: PartialMessage<WarningPopup>);
|
|
703
|
+
|
|
704
|
+
static readonly runtime: typeof proto3;
|
|
705
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.WarningPopup";
|
|
706
|
+
static readonly fields: FieldList;
|
|
707
|
+
|
|
708
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WarningPopup;
|
|
709
|
+
|
|
710
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WarningPopup;
|
|
711
|
+
|
|
712
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): WarningPopup;
|
|
713
|
+
|
|
714
|
+
static equals(a: WarningPopup | PlainMessage<WarningPopup> | undefined, b: WarningPopup | PlainMessage<WarningPopup> | undefined): boolean;
|
|
715
|
+
}
|
|
716
|
+
|