@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
package/napas.proto
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
// general
|
|
2
|
+
syntax = "proto3";
|
|
3
|
+
package ct_logic_uni_rev_payment.v1;
|
|
4
|
+
// language specs
|
|
5
|
+
option go_package = "github.com/carousell/ct-grpc-go/pkg/ct-logic-uni-rev-payment;pb";
|
|
6
|
+
|
|
7
|
+
message GetNapasFormByIdRequest {
|
|
8
|
+
string id = 1;
|
|
9
|
+
string order_id = 2;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
message GetNapasFormByIdResponse {
|
|
13
|
+
string response_url = 1;
|
|
14
|
+
string napas_url = 2;
|
|
15
|
+
string merchant_id = 3;
|
|
16
|
+
string client_ip = 4;
|
|
17
|
+
string device_id = 5;
|
|
18
|
+
string environment = 6;
|
|
19
|
+
string card_scheme = 7;
|
|
20
|
+
string enable_3d_secure = 8;
|
|
21
|
+
string api_operation = 9;
|
|
22
|
+
string order_amount = 10;
|
|
23
|
+
string order_currency = 11;
|
|
24
|
+
string order_reference = 12;
|
|
25
|
+
string order_id = 13;
|
|
26
|
+
string source_of_funds_type = 14;
|
|
27
|
+
string channel = 15;
|
|
28
|
+
string data_key = 16;
|
|
29
|
+
string napas_key = 17;
|
|
30
|
+
string language = 18;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
message NapasIPNRequest {
|
|
34
|
+
string data = 1;
|
|
35
|
+
string checksum = 2;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
message NapasIPNResponse {
|
|
39
|
+
string status = 1;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
message ResponseNapasByIdRequest {
|
|
43
|
+
string id = 1;
|
|
44
|
+
string data = 2;
|
|
45
|
+
string checksum = 3;
|
|
46
|
+
string order_id = 4;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
message ResponseNapasByIdResponse {
|
|
50
|
+
string status = 1;
|
|
51
|
+
string redirect_url = 2;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
message GetNapasTokensRequest {
|
|
55
|
+
int64 account_id = 1;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
message GetNapasTokensResponse {
|
|
59
|
+
repeated GetNapasTokenResponse data = 1;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
message GetNapasTokenResponse {
|
|
63
|
+
string number = 1;
|
|
64
|
+
string brand = 2;
|
|
65
|
+
string scheme = 3;
|
|
66
|
+
string expiry_month = 4;
|
|
67
|
+
string expiry_year = 5;
|
|
68
|
+
string bank_id = 6;
|
|
69
|
+
string id = 7;
|
|
70
|
+
string gateway = 8;
|
|
71
|
+
string bank_logo_url = 9;
|
|
72
|
+
int64 min_amount = 10;
|
|
73
|
+
int64 max_amount = 11;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
message DeleteNapasTokenByIdRequest {
|
|
77
|
+
int64 account_id = 1;
|
|
78
|
+
string token_id = 2;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
message DeleteNapasTokenByIdResponse {
|
|
82
|
+
string status = 1;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
message PayNapasTokenRequest {
|
|
86
|
+
string id = 1;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
message PayNapasTokenResponse {
|
|
90
|
+
string response_url = 1;
|
|
91
|
+
string napas_url = 2;
|
|
92
|
+
string merchant_id = 3;
|
|
93
|
+
string client_ip = 4;
|
|
94
|
+
string device_id = 5;
|
|
95
|
+
string environment = 6;
|
|
96
|
+
string card_scheme = 7;
|
|
97
|
+
string enable_3d_secure = 8;
|
|
98
|
+
string api_operation = 9;
|
|
99
|
+
string order_amount = 10;
|
|
100
|
+
string order_currency = 11;
|
|
101
|
+
string order_reference = 12;
|
|
102
|
+
string order_id = 13;
|
|
103
|
+
string source_of_funds_type = 14;
|
|
104
|
+
string channel = 15;
|
|
105
|
+
string data_key = 16;
|
|
106
|
+
string napas_key = 17;
|
|
107
|
+
string language = 18;
|
|
108
|
+
string error_msg = 19;
|
|
109
|
+
string html_content = 20;
|
|
110
|
+
}
|
package/napas_pb.d.ts
ADDED
|
@@ -0,0 +1,587 @@
|
|
|
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/napas.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
|
+
|
|
11
|
+
/**
|
|
12
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetNapasFormByIdRequest
|
|
13
|
+
*/
|
|
14
|
+
export declare class GetNapasFormByIdRequest extends Message<GetNapasFormByIdRequest> {
|
|
15
|
+
/**
|
|
16
|
+
* @generated from field: string id = 1;
|
|
17
|
+
*/
|
|
18
|
+
id: string;
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* @generated from field: string order_id = 2;
|
|
22
|
+
*/
|
|
23
|
+
orderId: string;
|
|
24
|
+
|
|
25
|
+
constructor(data?: PartialMessage<GetNapasFormByIdRequest>);
|
|
26
|
+
|
|
27
|
+
static readonly runtime: typeof proto3;
|
|
28
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetNapasFormByIdRequest";
|
|
29
|
+
static readonly fields: FieldList;
|
|
30
|
+
|
|
31
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetNapasFormByIdRequest;
|
|
32
|
+
|
|
33
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetNapasFormByIdRequest;
|
|
34
|
+
|
|
35
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetNapasFormByIdRequest;
|
|
36
|
+
|
|
37
|
+
static equals(a: GetNapasFormByIdRequest | PlainMessage<GetNapasFormByIdRequest> | undefined, b: GetNapasFormByIdRequest | PlainMessage<GetNapasFormByIdRequest> | undefined): boolean;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetNapasFormByIdResponse
|
|
42
|
+
*/
|
|
43
|
+
export declare class GetNapasFormByIdResponse extends Message<GetNapasFormByIdResponse> {
|
|
44
|
+
/**
|
|
45
|
+
* @generated from field: string response_url = 1;
|
|
46
|
+
*/
|
|
47
|
+
responseUrl: string;
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* @generated from field: string napas_url = 2;
|
|
51
|
+
*/
|
|
52
|
+
napasUrl: string;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* @generated from field: string merchant_id = 3;
|
|
56
|
+
*/
|
|
57
|
+
merchantId: string;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* @generated from field: string client_ip = 4;
|
|
61
|
+
*/
|
|
62
|
+
clientIp: string;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* @generated from field: string device_id = 5;
|
|
66
|
+
*/
|
|
67
|
+
deviceId: string;
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* @generated from field: string environment = 6;
|
|
71
|
+
*/
|
|
72
|
+
environment: string;
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* @generated from field: string card_scheme = 7;
|
|
76
|
+
*/
|
|
77
|
+
cardScheme: string;
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* @generated from field: string enable_3d_secure = 8;
|
|
81
|
+
*/
|
|
82
|
+
enable3dSecure: string;
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* @generated from field: string api_operation = 9;
|
|
86
|
+
*/
|
|
87
|
+
apiOperation: string;
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* @generated from field: string order_amount = 10;
|
|
91
|
+
*/
|
|
92
|
+
orderAmount: string;
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* @generated from field: string order_currency = 11;
|
|
96
|
+
*/
|
|
97
|
+
orderCurrency: string;
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* @generated from field: string order_reference = 12;
|
|
101
|
+
*/
|
|
102
|
+
orderReference: string;
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* @generated from field: string order_id = 13;
|
|
106
|
+
*/
|
|
107
|
+
orderId: string;
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* @generated from field: string source_of_funds_type = 14;
|
|
111
|
+
*/
|
|
112
|
+
sourceOfFundsType: string;
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* @generated from field: string channel = 15;
|
|
116
|
+
*/
|
|
117
|
+
channel: string;
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* @generated from field: string data_key = 16;
|
|
121
|
+
*/
|
|
122
|
+
dataKey: string;
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* @generated from field: string napas_key = 17;
|
|
126
|
+
*/
|
|
127
|
+
napasKey: string;
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
* @generated from field: string language = 18;
|
|
131
|
+
*/
|
|
132
|
+
language: string;
|
|
133
|
+
|
|
134
|
+
constructor(data?: PartialMessage<GetNapasFormByIdResponse>);
|
|
135
|
+
|
|
136
|
+
static readonly runtime: typeof proto3;
|
|
137
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetNapasFormByIdResponse";
|
|
138
|
+
static readonly fields: FieldList;
|
|
139
|
+
|
|
140
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetNapasFormByIdResponse;
|
|
141
|
+
|
|
142
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetNapasFormByIdResponse;
|
|
143
|
+
|
|
144
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetNapasFormByIdResponse;
|
|
145
|
+
|
|
146
|
+
static equals(a: GetNapasFormByIdResponse | PlainMessage<GetNapasFormByIdResponse> | undefined, b: GetNapasFormByIdResponse | PlainMessage<GetNapasFormByIdResponse> | undefined): boolean;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
/**
|
|
150
|
+
* @generated from message ct_logic_uni_rev_payment.v1.NapasIPNRequest
|
|
151
|
+
*/
|
|
152
|
+
export declare class NapasIPNRequest extends Message<NapasIPNRequest> {
|
|
153
|
+
/**
|
|
154
|
+
* @generated from field: string data = 1;
|
|
155
|
+
*/
|
|
156
|
+
data: string;
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* @generated from field: string checksum = 2;
|
|
160
|
+
*/
|
|
161
|
+
checksum: string;
|
|
162
|
+
|
|
163
|
+
constructor(data?: PartialMessage<NapasIPNRequest>);
|
|
164
|
+
|
|
165
|
+
static readonly runtime: typeof proto3;
|
|
166
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.NapasIPNRequest";
|
|
167
|
+
static readonly fields: FieldList;
|
|
168
|
+
|
|
169
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): NapasIPNRequest;
|
|
170
|
+
|
|
171
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): NapasIPNRequest;
|
|
172
|
+
|
|
173
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): NapasIPNRequest;
|
|
174
|
+
|
|
175
|
+
static equals(a: NapasIPNRequest | PlainMessage<NapasIPNRequest> | undefined, b: NapasIPNRequest | PlainMessage<NapasIPNRequest> | undefined): boolean;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* @generated from message ct_logic_uni_rev_payment.v1.NapasIPNResponse
|
|
180
|
+
*/
|
|
181
|
+
export declare class NapasIPNResponse extends Message<NapasIPNResponse> {
|
|
182
|
+
/**
|
|
183
|
+
* @generated from field: string status = 1;
|
|
184
|
+
*/
|
|
185
|
+
status: string;
|
|
186
|
+
|
|
187
|
+
constructor(data?: PartialMessage<NapasIPNResponse>);
|
|
188
|
+
|
|
189
|
+
static readonly runtime: typeof proto3;
|
|
190
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.NapasIPNResponse";
|
|
191
|
+
static readonly fields: FieldList;
|
|
192
|
+
|
|
193
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): NapasIPNResponse;
|
|
194
|
+
|
|
195
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): NapasIPNResponse;
|
|
196
|
+
|
|
197
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): NapasIPNResponse;
|
|
198
|
+
|
|
199
|
+
static equals(a: NapasIPNResponse | PlainMessage<NapasIPNResponse> | undefined, b: NapasIPNResponse | PlainMessage<NapasIPNResponse> | undefined): boolean;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
/**
|
|
203
|
+
* @generated from message ct_logic_uni_rev_payment.v1.ResponseNapasByIdRequest
|
|
204
|
+
*/
|
|
205
|
+
export declare class ResponseNapasByIdRequest extends Message<ResponseNapasByIdRequest> {
|
|
206
|
+
/**
|
|
207
|
+
* @generated from field: string id = 1;
|
|
208
|
+
*/
|
|
209
|
+
id: string;
|
|
210
|
+
|
|
211
|
+
/**
|
|
212
|
+
* @generated from field: string data = 2;
|
|
213
|
+
*/
|
|
214
|
+
data: string;
|
|
215
|
+
|
|
216
|
+
/**
|
|
217
|
+
* @generated from field: string checksum = 3;
|
|
218
|
+
*/
|
|
219
|
+
checksum: string;
|
|
220
|
+
|
|
221
|
+
/**
|
|
222
|
+
* @generated from field: string order_id = 4;
|
|
223
|
+
*/
|
|
224
|
+
orderId: string;
|
|
225
|
+
|
|
226
|
+
constructor(data?: PartialMessage<ResponseNapasByIdRequest>);
|
|
227
|
+
|
|
228
|
+
static readonly runtime: typeof proto3;
|
|
229
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.ResponseNapasByIdRequest";
|
|
230
|
+
static readonly fields: FieldList;
|
|
231
|
+
|
|
232
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ResponseNapasByIdRequest;
|
|
233
|
+
|
|
234
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ResponseNapasByIdRequest;
|
|
235
|
+
|
|
236
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ResponseNapasByIdRequest;
|
|
237
|
+
|
|
238
|
+
static equals(a: ResponseNapasByIdRequest | PlainMessage<ResponseNapasByIdRequest> | undefined, b: ResponseNapasByIdRequest | PlainMessage<ResponseNapasByIdRequest> | undefined): boolean;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
/**
|
|
242
|
+
* @generated from message ct_logic_uni_rev_payment.v1.ResponseNapasByIdResponse
|
|
243
|
+
*/
|
|
244
|
+
export declare class ResponseNapasByIdResponse extends Message<ResponseNapasByIdResponse> {
|
|
245
|
+
/**
|
|
246
|
+
* @generated from field: string status = 1;
|
|
247
|
+
*/
|
|
248
|
+
status: string;
|
|
249
|
+
|
|
250
|
+
/**
|
|
251
|
+
* @generated from field: string redirect_url = 2;
|
|
252
|
+
*/
|
|
253
|
+
redirectUrl: string;
|
|
254
|
+
|
|
255
|
+
constructor(data?: PartialMessage<ResponseNapasByIdResponse>);
|
|
256
|
+
|
|
257
|
+
static readonly runtime: typeof proto3;
|
|
258
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.ResponseNapasByIdResponse";
|
|
259
|
+
static readonly fields: FieldList;
|
|
260
|
+
|
|
261
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ResponseNapasByIdResponse;
|
|
262
|
+
|
|
263
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ResponseNapasByIdResponse;
|
|
264
|
+
|
|
265
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ResponseNapasByIdResponse;
|
|
266
|
+
|
|
267
|
+
static equals(a: ResponseNapasByIdResponse | PlainMessage<ResponseNapasByIdResponse> | undefined, b: ResponseNapasByIdResponse | PlainMessage<ResponseNapasByIdResponse> | undefined): boolean;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
/**
|
|
271
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetNapasTokensRequest
|
|
272
|
+
*/
|
|
273
|
+
export declare class GetNapasTokensRequest extends Message<GetNapasTokensRequest> {
|
|
274
|
+
/**
|
|
275
|
+
* @generated from field: int64 account_id = 1;
|
|
276
|
+
*/
|
|
277
|
+
accountId: bigint;
|
|
278
|
+
|
|
279
|
+
constructor(data?: PartialMessage<GetNapasTokensRequest>);
|
|
280
|
+
|
|
281
|
+
static readonly runtime: typeof proto3;
|
|
282
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetNapasTokensRequest";
|
|
283
|
+
static readonly fields: FieldList;
|
|
284
|
+
|
|
285
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetNapasTokensRequest;
|
|
286
|
+
|
|
287
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetNapasTokensRequest;
|
|
288
|
+
|
|
289
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetNapasTokensRequest;
|
|
290
|
+
|
|
291
|
+
static equals(a: GetNapasTokensRequest | PlainMessage<GetNapasTokensRequest> | undefined, b: GetNapasTokensRequest | PlainMessage<GetNapasTokensRequest> | undefined): boolean;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
/**
|
|
295
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetNapasTokensResponse
|
|
296
|
+
*/
|
|
297
|
+
export declare class GetNapasTokensResponse extends Message<GetNapasTokensResponse> {
|
|
298
|
+
/**
|
|
299
|
+
* @generated from field: repeated ct_logic_uni_rev_payment.v1.GetNapasTokenResponse data = 1;
|
|
300
|
+
*/
|
|
301
|
+
data: GetNapasTokenResponse[];
|
|
302
|
+
|
|
303
|
+
constructor(data?: PartialMessage<GetNapasTokensResponse>);
|
|
304
|
+
|
|
305
|
+
static readonly runtime: typeof proto3;
|
|
306
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetNapasTokensResponse";
|
|
307
|
+
static readonly fields: FieldList;
|
|
308
|
+
|
|
309
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetNapasTokensResponse;
|
|
310
|
+
|
|
311
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetNapasTokensResponse;
|
|
312
|
+
|
|
313
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetNapasTokensResponse;
|
|
314
|
+
|
|
315
|
+
static equals(a: GetNapasTokensResponse | PlainMessage<GetNapasTokensResponse> | undefined, b: GetNapasTokensResponse | PlainMessage<GetNapasTokensResponse> | undefined): boolean;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
/**
|
|
319
|
+
* @generated from message ct_logic_uni_rev_payment.v1.GetNapasTokenResponse
|
|
320
|
+
*/
|
|
321
|
+
export declare class GetNapasTokenResponse extends Message<GetNapasTokenResponse> {
|
|
322
|
+
/**
|
|
323
|
+
* @generated from field: string number = 1;
|
|
324
|
+
*/
|
|
325
|
+
number: string;
|
|
326
|
+
|
|
327
|
+
/**
|
|
328
|
+
* @generated from field: string brand = 2;
|
|
329
|
+
*/
|
|
330
|
+
brand: string;
|
|
331
|
+
|
|
332
|
+
/**
|
|
333
|
+
* @generated from field: string scheme = 3;
|
|
334
|
+
*/
|
|
335
|
+
scheme: string;
|
|
336
|
+
|
|
337
|
+
/**
|
|
338
|
+
* @generated from field: string expiry_month = 4;
|
|
339
|
+
*/
|
|
340
|
+
expiryMonth: string;
|
|
341
|
+
|
|
342
|
+
/**
|
|
343
|
+
* @generated from field: string expiry_year = 5;
|
|
344
|
+
*/
|
|
345
|
+
expiryYear: string;
|
|
346
|
+
|
|
347
|
+
/**
|
|
348
|
+
* @generated from field: string bank_id = 6;
|
|
349
|
+
*/
|
|
350
|
+
bankId: string;
|
|
351
|
+
|
|
352
|
+
/**
|
|
353
|
+
* @generated from field: string id = 7;
|
|
354
|
+
*/
|
|
355
|
+
id: string;
|
|
356
|
+
|
|
357
|
+
/**
|
|
358
|
+
* @generated from field: string gateway = 8;
|
|
359
|
+
*/
|
|
360
|
+
gateway: string;
|
|
361
|
+
|
|
362
|
+
/**
|
|
363
|
+
* @generated from field: string bank_logo_url = 9;
|
|
364
|
+
*/
|
|
365
|
+
bankLogoUrl: string;
|
|
366
|
+
|
|
367
|
+
/**
|
|
368
|
+
* @generated from field: int64 min_amount = 10;
|
|
369
|
+
*/
|
|
370
|
+
minAmount: bigint;
|
|
371
|
+
|
|
372
|
+
/**
|
|
373
|
+
* @generated from field: int64 max_amount = 11;
|
|
374
|
+
*/
|
|
375
|
+
maxAmount: bigint;
|
|
376
|
+
|
|
377
|
+
constructor(data?: PartialMessage<GetNapasTokenResponse>);
|
|
378
|
+
|
|
379
|
+
static readonly runtime: typeof proto3;
|
|
380
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.GetNapasTokenResponse";
|
|
381
|
+
static readonly fields: FieldList;
|
|
382
|
+
|
|
383
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetNapasTokenResponse;
|
|
384
|
+
|
|
385
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetNapasTokenResponse;
|
|
386
|
+
|
|
387
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetNapasTokenResponse;
|
|
388
|
+
|
|
389
|
+
static equals(a: GetNapasTokenResponse | PlainMessage<GetNapasTokenResponse> | undefined, b: GetNapasTokenResponse | PlainMessage<GetNapasTokenResponse> | undefined): boolean;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
/**
|
|
393
|
+
* @generated from message ct_logic_uni_rev_payment.v1.DeleteNapasTokenByIdRequest
|
|
394
|
+
*/
|
|
395
|
+
export declare class DeleteNapasTokenByIdRequest extends Message<DeleteNapasTokenByIdRequest> {
|
|
396
|
+
/**
|
|
397
|
+
* @generated from field: int64 account_id = 1;
|
|
398
|
+
*/
|
|
399
|
+
accountId: bigint;
|
|
400
|
+
|
|
401
|
+
/**
|
|
402
|
+
* @generated from field: string token_id = 2;
|
|
403
|
+
*/
|
|
404
|
+
tokenId: string;
|
|
405
|
+
|
|
406
|
+
constructor(data?: PartialMessage<DeleteNapasTokenByIdRequest>);
|
|
407
|
+
|
|
408
|
+
static readonly runtime: typeof proto3;
|
|
409
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.DeleteNapasTokenByIdRequest";
|
|
410
|
+
static readonly fields: FieldList;
|
|
411
|
+
|
|
412
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteNapasTokenByIdRequest;
|
|
413
|
+
|
|
414
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteNapasTokenByIdRequest;
|
|
415
|
+
|
|
416
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteNapasTokenByIdRequest;
|
|
417
|
+
|
|
418
|
+
static equals(a: DeleteNapasTokenByIdRequest | PlainMessage<DeleteNapasTokenByIdRequest> | undefined, b: DeleteNapasTokenByIdRequest | PlainMessage<DeleteNapasTokenByIdRequest> | undefined): boolean;
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
/**
|
|
422
|
+
* @generated from message ct_logic_uni_rev_payment.v1.DeleteNapasTokenByIdResponse
|
|
423
|
+
*/
|
|
424
|
+
export declare class DeleteNapasTokenByIdResponse extends Message<DeleteNapasTokenByIdResponse> {
|
|
425
|
+
/**
|
|
426
|
+
* @generated from field: string status = 1;
|
|
427
|
+
*/
|
|
428
|
+
status: string;
|
|
429
|
+
|
|
430
|
+
constructor(data?: PartialMessage<DeleteNapasTokenByIdResponse>);
|
|
431
|
+
|
|
432
|
+
static readonly runtime: typeof proto3;
|
|
433
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.DeleteNapasTokenByIdResponse";
|
|
434
|
+
static readonly fields: FieldList;
|
|
435
|
+
|
|
436
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteNapasTokenByIdResponse;
|
|
437
|
+
|
|
438
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteNapasTokenByIdResponse;
|
|
439
|
+
|
|
440
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteNapasTokenByIdResponse;
|
|
441
|
+
|
|
442
|
+
static equals(a: DeleteNapasTokenByIdResponse | PlainMessage<DeleteNapasTokenByIdResponse> | undefined, b: DeleteNapasTokenByIdResponse | PlainMessage<DeleteNapasTokenByIdResponse> | undefined): boolean;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
/**
|
|
446
|
+
* @generated from message ct_logic_uni_rev_payment.v1.PayNapasTokenRequest
|
|
447
|
+
*/
|
|
448
|
+
export declare class PayNapasTokenRequest extends Message<PayNapasTokenRequest> {
|
|
449
|
+
/**
|
|
450
|
+
* @generated from field: string id = 1;
|
|
451
|
+
*/
|
|
452
|
+
id: string;
|
|
453
|
+
|
|
454
|
+
constructor(data?: PartialMessage<PayNapasTokenRequest>);
|
|
455
|
+
|
|
456
|
+
static readonly runtime: typeof proto3;
|
|
457
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.PayNapasTokenRequest";
|
|
458
|
+
static readonly fields: FieldList;
|
|
459
|
+
|
|
460
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PayNapasTokenRequest;
|
|
461
|
+
|
|
462
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PayNapasTokenRequest;
|
|
463
|
+
|
|
464
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PayNapasTokenRequest;
|
|
465
|
+
|
|
466
|
+
static equals(a: PayNapasTokenRequest | PlainMessage<PayNapasTokenRequest> | undefined, b: PayNapasTokenRequest | PlainMessage<PayNapasTokenRequest> | undefined): boolean;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
/**
|
|
470
|
+
* @generated from message ct_logic_uni_rev_payment.v1.PayNapasTokenResponse
|
|
471
|
+
*/
|
|
472
|
+
export declare class PayNapasTokenResponse extends Message<PayNapasTokenResponse> {
|
|
473
|
+
/**
|
|
474
|
+
* @generated from field: string response_url = 1;
|
|
475
|
+
*/
|
|
476
|
+
responseUrl: string;
|
|
477
|
+
|
|
478
|
+
/**
|
|
479
|
+
* @generated from field: string napas_url = 2;
|
|
480
|
+
*/
|
|
481
|
+
napasUrl: string;
|
|
482
|
+
|
|
483
|
+
/**
|
|
484
|
+
* @generated from field: string merchant_id = 3;
|
|
485
|
+
*/
|
|
486
|
+
merchantId: string;
|
|
487
|
+
|
|
488
|
+
/**
|
|
489
|
+
* @generated from field: string client_ip = 4;
|
|
490
|
+
*/
|
|
491
|
+
clientIp: string;
|
|
492
|
+
|
|
493
|
+
/**
|
|
494
|
+
* @generated from field: string device_id = 5;
|
|
495
|
+
*/
|
|
496
|
+
deviceId: string;
|
|
497
|
+
|
|
498
|
+
/**
|
|
499
|
+
* @generated from field: string environment = 6;
|
|
500
|
+
*/
|
|
501
|
+
environment: string;
|
|
502
|
+
|
|
503
|
+
/**
|
|
504
|
+
* @generated from field: string card_scheme = 7;
|
|
505
|
+
*/
|
|
506
|
+
cardScheme: string;
|
|
507
|
+
|
|
508
|
+
/**
|
|
509
|
+
* @generated from field: string enable_3d_secure = 8;
|
|
510
|
+
*/
|
|
511
|
+
enable3dSecure: string;
|
|
512
|
+
|
|
513
|
+
/**
|
|
514
|
+
* @generated from field: string api_operation = 9;
|
|
515
|
+
*/
|
|
516
|
+
apiOperation: string;
|
|
517
|
+
|
|
518
|
+
/**
|
|
519
|
+
* @generated from field: string order_amount = 10;
|
|
520
|
+
*/
|
|
521
|
+
orderAmount: string;
|
|
522
|
+
|
|
523
|
+
/**
|
|
524
|
+
* @generated from field: string order_currency = 11;
|
|
525
|
+
*/
|
|
526
|
+
orderCurrency: string;
|
|
527
|
+
|
|
528
|
+
/**
|
|
529
|
+
* @generated from field: string order_reference = 12;
|
|
530
|
+
*/
|
|
531
|
+
orderReference: string;
|
|
532
|
+
|
|
533
|
+
/**
|
|
534
|
+
* @generated from field: string order_id = 13;
|
|
535
|
+
*/
|
|
536
|
+
orderId: string;
|
|
537
|
+
|
|
538
|
+
/**
|
|
539
|
+
* @generated from field: string source_of_funds_type = 14;
|
|
540
|
+
*/
|
|
541
|
+
sourceOfFundsType: string;
|
|
542
|
+
|
|
543
|
+
/**
|
|
544
|
+
* @generated from field: string channel = 15;
|
|
545
|
+
*/
|
|
546
|
+
channel: string;
|
|
547
|
+
|
|
548
|
+
/**
|
|
549
|
+
* @generated from field: string data_key = 16;
|
|
550
|
+
*/
|
|
551
|
+
dataKey: string;
|
|
552
|
+
|
|
553
|
+
/**
|
|
554
|
+
* @generated from field: string napas_key = 17;
|
|
555
|
+
*/
|
|
556
|
+
napasKey: string;
|
|
557
|
+
|
|
558
|
+
/**
|
|
559
|
+
* @generated from field: string language = 18;
|
|
560
|
+
*/
|
|
561
|
+
language: string;
|
|
562
|
+
|
|
563
|
+
/**
|
|
564
|
+
* @generated from field: string error_msg = 19;
|
|
565
|
+
*/
|
|
566
|
+
errorMsg: string;
|
|
567
|
+
|
|
568
|
+
/**
|
|
569
|
+
* @generated from field: string html_content = 20;
|
|
570
|
+
*/
|
|
571
|
+
htmlContent: string;
|
|
572
|
+
|
|
573
|
+
constructor(data?: PartialMessage<PayNapasTokenResponse>);
|
|
574
|
+
|
|
575
|
+
static readonly runtime: typeof proto3;
|
|
576
|
+
static readonly typeName = "ct_logic_uni_rev_payment.v1.PayNapasTokenResponse";
|
|
577
|
+
static readonly fields: FieldList;
|
|
578
|
+
|
|
579
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PayNapasTokenResponse;
|
|
580
|
+
|
|
581
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PayNapasTokenResponse;
|
|
582
|
+
|
|
583
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PayNapasTokenResponse;
|
|
584
|
+
|
|
585
|
+
static equals(a: PayNapasTokenResponse | PlainMessage<PayNapasTokenResponse> | undefined, b: PayNapasTokenResponse | PlainMessage<PayNapasTokenResponse> | undefined): boolean;
|
|
586
|
+
}
|
|
587
|
+
|