@sniipwebmaster/payment-methods-client-grpcweb 21.15.3527 → 21.15.3553
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/dependancies/service_grpc_web_pb.js +843 -134
- package/package.json +2 -2
|
@@ -7,6 +7,10 @@
|
|
|
7
7
|
// GENERATED CODE -- DO NOT EDIT!
|
|
8
8
|
|
|
9
9
|
|
|
10
|
+
/* eslint-disable */
|
|
11
|
+
// @ts-nocheck
|
|
12
|
+
|
|
13
|
+
|
|
10
14
|
|
|
11
15
|
const grpc = {};
|
|
12
16
|
grpc.web = require('grpc-web');
|
|
@@ -41,16 +45,6 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient =
|
|
|
41
45
|
*/
|
|
42
46
|
this.hostname_ = hostname;
|
|
43
47
|
|
|
44
|
-
/**
|
|
45
|
-
* @private @const {?Object} The credentials to be used to connect
|
|
46
|
-
* to the server
|
|
47
|
-
*/
|
|
48
|
-
this.credentials_ = credentials;
|
|
49
|
-
|
|
50
|
-
/**
|
|
51
|
-
* @private @const {?Object} Options for the client
|
|
52
|
-
*/
|
|
53
|
-
this.options_ = options;
|
|
54
48
|
};
|
|
55
49
|
|
|
56
50
|
|
|
@@ -77,17 +71,29 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
77
71
|
*/
|
|
78
72
|
this.hostname_ = hostname;
|
|
79
73
|
|
|
80
|
-
|
|
81
|
-
* @private @const {?Object} The credentials to be used to connect
|
|
82
|
-
* to the server
|
|
83
|
-
*/
|
|
84
|
-
this.credentials_ = credentials;
|
|
74
|
+
};
|
|
85
75
|
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* @const
|
|
79
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
80
|
+
* !proto.sniippaymentmethodsserviceapi.ActivatePaymentDetailRequest,
|
|
81
|
+
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
82
|
+
*/
|
|
83
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_ActivatePaymentDetail = new grpc.web.MethodDescriptor(
|
|
84
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/ActivatePaymentDetail',
|
|
85
|
+
grpc.web.MethodType.UNARY,
|
|
86
|
+
proto.sniippaymentmethodsserviceapi.ActivatePaymentDetailRequest,
|
|
87
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
86
88
|
/**
|
|
87
|
-
* @
|
|
89
|
+
* @param {!proto.sniippaymentmethodsserviceapi.ActivatePaymentDetailRequest} request
|
|
90
|
+
* @return {!Uint8Array}
|
|
88
91
|
*/
|
|
89
|
-
|
|
90
|
-
|
|
92
|
+
function(request) {
|
|
93
|
+
return request.serializeBinary();
|
|
94
|
+
},
|
|
95
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
96
|
+
);
|
|
91
97
|
|
|
92
98
|
|
|
93
99
|
/**
|
|
@@ -98,7 +104,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
98
104
|
*/
|
|
99
105
|
const methodInfo_SniipPaymentMethodsServiceAPIService_ActivatePaymentDetail = new grpc.web.AbstractClientBase.MethodInfo(
|
|
100
106
|
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
101
|
-
/**
|
|
107
|
+
/**
|
|
108
|
+
* @param {!proto.sniippaymentmethodsserviceapi.ActivatePaymentDetailRequest} request
|
|
109
|
+
* @return {!Uint8Array}
|
|
110
|
+
*/
|
|
102
111
|
function(request) {
|
|
103
112
|
return request.serializeBinary();
|
|
104
113
|
},
|
|
@@ -122,7 +131,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
122
131
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/ActivatePaymentDetail',
|
|
123
132
|
request,
|
|
124
133
|
metadata || {},
|
|
125
|
-
|
|
134
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_ActivatePaymentDetail,
|
|
126
135
|
callback);
|
|
127
136
|
};
|
|
128
137
|
|
|
@@ -133,7 +142,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
133
142
|
* @param {?Object<string, string>} metadata User defined
|
|
134
143
|
* call metadata
|
|
135
144
|
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
136
|
-
*
|
|
145
|
+
* Promise that resolves to the response
|
|
137
146
|
*/
|
|
138
147
|
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.activatePaymentDetail =
|
|
139
148
|
function(request, metadata) {
|
|
@@ -141,10 +150,32 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
141
150
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/ActivatePaymentDetail',
|
|
142
151
|
request,
|
|
143
152
|
metadata || {},
|
|
144
|
-
|
|
153
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_ActivatePaymentDetail);
|
|
145
154
|
};
|
|
146
155
|
|
|
147
156
|
|
|
157
|
+
/**
|
|
158
|
+
* @const
|
|
159
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
160
|
+
* !proto.sniippaymentmethodsserviceapi.AddPaymentMethodRequest,
|
|
161
|
+
* !proto.sniippaymentmethodsserviceapi.PaymentMethodResponse>}
|
|
162
|
+
*/
|
|
163
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_AddPaymentMethod = new grpc.web.MethodDescriptor(
|
|
164
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/AddPaymentMethod',
|
|
165
|
+
grpc.web.MethodType.UNARY,
|
|
166
|
+
proto.sniippaymentmethodsserviceapi.AddPaymentMethodRequest,
|
|
167
|
+
proto.sniippaymentmethodsserviceapi.PaymentMethodResponse,
|
|
168
|
+
/**
|
|
169
|
+
* @param {!proto.sniippaymentmethodsserviceapi.AddPaymentMethodRequest} request
|
|
170
|
+
* @return {!Uint8Array}
|
|
171
|
+
*/
|
|
172
|
+
function(request) {
|
|
173
|
+
return request.serializeBinary();
|
|
174
|
+
},
|
|
175
|
+
proto.sniippaymentmethodsserviceapi.PaymentMethodResponse.deserializeBinary
|
|
176
|
+
);
|
|
177
|
+
|
|
178
|
+
|
|
148
179
|
/**
|
|
149
180
|
* @const
|
|
150
181
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -153,7 +184,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
153
184
|
*/
|
|
154
185
|
const methodInfo_SniipPaymentMethodsServiceAPIService_AddPaymentMethod = new grpc.web.AbstractClientBase.MethodInfo(
|
|
155
186
|
proto.sniippaymentmethodsserviceapi.PaymentMethodResponse,
|
|
156
|
-
/**
|
|
187
|
+
/**
|
|
188
|
+
* @param {!proto.sniippaymentmethodsserviceapi.AddPaymentMethodRequest} request
|
|
189
|
+
* @return {!Uint8Array}
|
|
190
|
+
*/
|
|
157
191
|
function(request) {
|
|
158
192
|
return request.serializeBinary();
|
|
159
193
|
},
|
|
@@ -177,7 +211,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
177
211
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/AddPaymentMethod',
|
|
178
212
|
request,
|
|
179
213
|
metadata || {},
|
|
180
|
-
|
|
214
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_AddPaymentMethod,
|
|
181
215
|
callback);
|
|
182
216
|
};
|
|
183
217
|
|
|
@@ -188,7 +222,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
188
222
|
* @param {?Object<string, string>} metadata User defined
|
|
189
223
|
* call metadata
|
|
190
224
|
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.PaymentMethodResponse>}
|
|
191
|
-
*
|
|
225
|
+
* Promise that resolves to the response
|
|
192
226
|
*/
|
|
193
227
|
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.addPaymentMethod =
|
|
194
228
|
function(request, metadata) {
|
|
@@ -196,10 +230,32 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
196
230
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/AddPaymentMethod',
|
|
197
231
|
request,
|
|
198
232
|
metadata || {},
|
|
199
|
-
|
|
233
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_AddPaymentMethod);
|
|
200
234
|
};
|
|
201
235
|
|
|
202
236
|
|
|
237
|
+
/**
|
|
238
|
+
* @const
|
|
239
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
240
|
+
* !proto.sniippaymentmethodsserviceapi.AddZenithTokenRequest,
|
|
241
|
+
* !proto.sniippaymentmethodsserviceapi.ZenithTokenAddResponse>}
|
|
242
|
+
*/
|
|
243
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_AddZenithToken = new grpc.web.MethodDescriptor(
|
|
244
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/AddZenithToken',
|
|
245
|
+
grpc.web.MethodType.UNARY,
|
|
246
|
+
proto.sniippaymentmethodsserviceapi.AddZenithTokenRequest,
|
|
247
|
+
proto.sniippaymentmethodsserviceapi.ZenithTokenAddResponse,
|
|
248
|
+
/**
|
|
249
|
+
* @param {!proto.sniippaymentmethodsserviceapi.AddZenithTokenRequest} request
|
|
250
|
+
* @return {!Uint8Array}
|
|
251
|
+
*/
|
|
252
|
+
function(request) {
|
|
253
|
+
return request.serializeBinary();
|
|
254
|
+
},
|
|
255
|
+
proto.sniippaymentmethodsserviceapi.ZenithTokenAddResponse.deserializeBinary
|
|
256
|
+
);
|
|
257
|
+
|
|
258
|
+
|
|
203
259
|
/**
|
|
204
260
|
* @const
|
|
205
261
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -208,7 +264,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
208
264
|
*/
|
|
209
265
|
const methodInfo_SniipPaymentMethodsServiceAPIService_AddZenithToken = new grpc.web.AbstractClientBase.MethodInfo(
|
|
210
266
|
proto.sniippaymentmethodsserviceapi.ZenithTokenAddResponse,
|
|
211
|
-
/**
|
|
267
|
+
/**
|
|
268
|
+
* @param {!proto.sniippaymentmethodsserviceapi.AddZenithTokenRequest} request
|
|
269
|
+
* @return {!Uint8Array}
|
|
270
|
+
*/
|
|
212
271
|
function(request) {
|
|
213
272
|
return request.serializeBinary();
|
|
214
273
|
},
|
|
@@ -232,7 +291,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
232
291
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/AddZenithToken',
|
|
233
292
|
request,
|
|
234
293
|
metadata || {},
|
|
235
|
-
|
|
294
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_AddZenithToken,
|
|
236
295
|
callback);
|
|
237
296
|
};
|
|
238
297
|
|
|
@@ -243,7 +302,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
243
302
|
* @param {?Object<string, string>} metadata User defined
|
|
244
303
|
* call metadata
|
|
245
304
|
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ZenithTokenAddResponse>}
|
|
246
|
-
*
|
|
305
|
+
* Promise that resolves to the response
|
|
247
306
|
*/
|
|
248
307
|
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.addZenithToken =
|
|
249
308
|
function(request, metadata) {
|
|
@@ -251,10 +310,32 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
251
310
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/AddZenithToken',
|
|
252
311
|
request,
|
|
253
312
|
metadata || {},
|
|
254
|
-
|
|
313
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_AddZenithToken);
|
|
255
314
|
};
|
|
256
315
|
|
|
257
316
|
|
|
317
|
+
/**
|
|
318
|
+
* @const
|
|
319
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
320
|
+
* !proto.google.protobuf.Empty,
|
|
321
|
+
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
322
|
+
*/
|
|
323
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_BinLookupForSuccessfulTransactions = new grpc.web.MethodDescriptor(
|
|
324
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/BinLookupForSuccessfulTransactions',
|
|
325
|
+
grpc.web.MethodType.UNARY,
|
|
326
|
+
google_protobuf_empty_pb.Empty,
|
|
327
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
328
|
+
/**
|
|
329
|
+
* @param {!proto.google.protobuf.Empty} request
|
|
330
|
+
* @return {!Uint8Array}
|
|
331
|
+
*/
|
|
332
|
+
function(request) {
|
|
333
|
+
return request.serializeBinary();
|
|
334
|
+
},
|
|
335
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
336
|
+
);
|
|
337
|
+
|
|
338
|
+
|
|
258
339
|
/**
|
|
259
340
|
* @const
|
|
260
341
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -263,7 +344,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
263
344
|
*/
|
|
264
345
|
const methodInfo_SniipPaymentMethodsServiceAPIService_BinLookupForSuccessfulTransactions = new grpc.web.AbstractClientBase.MethodInfo(
|
|
265
346
|
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
266
|
-
/**
|
|
347
|
+
/**
|
|
348
|
+
* @param {!proto.google.protobuf.Empty} request
|
|
349
|
+
* @return {!Uint8Array}
|
|
350
|
+
*/
|
|
267
351
|
function(request) {
|
|
268
352
|
return request.serializeBinary();
|
|
269
353
|
},
|
|
@@ -287,7 +371,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
287
371
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/BinLookupForSuccessfulTransactions',
|
|
288
372
|
request,
|
|
289
373
|
metadata || {},
|
|
290
|
-
|
|
374
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_BinLookupForSuccessfulTransactions,
|
|
291
375
|
callback);
|
|
292
376
|
};
|
|
293
377
|
|
|
@@ -298,7 +382,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
298
382
|
* @param {?Object<string, string>} metadata User defined
|
|
299
383
|
* call metadata
|
|
300
384
|
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
301
|
-
*
|
|
385
|
+
* Promise that resolves to the response
|
|
302
386
|
*/
|
|
303
387
|
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.binLookupForSuccessfulTransactions =
|
|
304
388
|
function(request, metadata) {
|
|
@@ -306,10 +390,32 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
306
390
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/BinLookupForSuccessfulTransactions',
|
|
307
391
|
request,
|
|
308
392
|
metadata || {},
|
|
309
|
-
|
|
393
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_BinLookupForSuccessfulTransactions);
|
|
310
394
|
};
|
|
311
395
|
|
|
312
396
|
|
|
397
|
+
/**
|
|
398
|
+
* @const
|
|
399
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
400
|
+
* !proto.google.protobuf.Empty,
|
|
401
|
+
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
402
|
+
*/
|
|
403
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_ConsolidateCardBankNames = new grpc.web.MethodDescriptor(
|
|
404
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/ConsolidateCardBankNames',
|
|
405
|
+
grpc.web.MethodType.UNARY,
|
|
406
|
+
google_protobuf_empty_pb.Empty,
|
|
407
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
408
|
+
/**
|
|
409
|
+
* @param {!proto.google.protobuf.Empty} request
|
|
410
|
+
* @return {!Uint8Array}
|
|
411
|
+
*/
|
|
412
|
+
function(request) {
|
|
413
|
+
return request.serializeBinary();
|
|
414
|
+
},
|
|
415
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
416
|
+
);
|
|
417
|
+
|
|
418
|
+
|
|
313
419
|
/**
|
|
314
420
|
* @const
|
|
315
421
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -318,7 +424,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
318
424
|
*/
|
|
319
425
|
const methodInfo_SniipPaymentMethodsServiceAPIService_ConsolidateCardBankNames = new grpc.web.AbstractClientBase.MethodInfo(
|
|
320
426
|
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
321
|
-
/**
|
|
427
|
+
/**
|
|
428
|
+
* @param {!proto.google.protobuf.Empty} request
|
|
429
|
+
* @return {!Uint8Array}
|
|
430
|
+
*/
|
|
322
431
|
function(request) {
|
|
323
432
|
return request.serializeBinary();
|
|
324
433
|
},
|
|
@@ -342,7 +451,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
342
451
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/ConsolidateCardBankNames',
|
|
343
452
|
request,
|
|
344
453
|
metadata || {},
|
|
345
|
-
|
|
454
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_ConsolidateCardBankNames,
|
|
346
455
|
callback);
|
|
347
456
|
};
|
|
348
457
|
|
|
@@ -353,7 +462,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
353
462
|
* @param {?Object<string, string>} metadata User defined
|
|
354
463
|
* call metadata
|
|
355
464
|
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
356
|
-
*
|
|
465
|
+
* Promise that resolves to the response
|
|
357
466
|
*/
|
|
358
467
|
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.consolidateCardBankNames =
|
|
359
468
|
function(request, metadata) {
|
|
@@ -361,10 +470,32 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
361
470
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/ConsolidateCardBankNames',
|
|
362
471
|
request,
|
|
363
472
|
metadata || {},
|
|
364
|
-
|
|
473
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_ConsolidateCardBankNames);
|
|
365
474
|
};
|
|
366
475
|
|
|
367
476
|
|
|
477
|
+
/**
|
|
478
|
+
* @const
|
|
479
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
480
|
+
* !proto.sniippaymentmethodsserviceapi.CreatePaymentMethodGroupRequest,
|
|
481
|
+
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
482
|
+
*/
|
|
483
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_CreatePaymentMethodGroup = new grpc.web.MethodDescriptor(
|
|
484
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/CreatePaymentMethodGroup',
|
|
485
|
+
grpc.web.MethodType.UNARY,
|
|
486
|
+
proto.sniippaymentmethodsserviceapi.CreatePaymentMethodGroupRequest,
|
|
487
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
488
|
+
/**
|
|
489
|
+
* @param {!proto.sniippaymentmethodsserviceapi.CreatePaymentMethodGroupRequest} request
|
|
490
|
+
* @return {!Uint8Array}
|
|
491
|
+
*/
|
|
492
|
+
function(request) {
|
|
493
|
+
return request.serializeBinary();
|
|
494
|
+
},
|
|
495
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
496
|
+
);
|
|
497
|
+
|
|
498
|
+
|
|
368
499
|
/**
|
|
369
500
|
* @const
|
|
370
501
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -373,7 +504,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
373
504
|
*/
|
|
374
505
|
const methodInfo_SniipPaymentMethodsServiceAPIService_CreatePaymentMethodGroup = new grpc.web.AbstractClientBase.MethodInfo(
|
|
375
506
|
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
376
|
-
/**
|
|
507
|
+
/**
|
|
508
|
+
* @param {!proto.sniippaymentmethodsserviceapi.CreatePaymentMethodGroupRequest} request
|
|
509
|
+
* @return {!Uint8Array}
|
|
510
|
+
*/
|
|
377
511
|
function(request) {
|
|
378
512
|
return request.serializeBinary();
|
|
379
513
|
},
|
|
@@ -397,7 +531,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
397
531
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/CreatePaymentMethodGroup',
|
|
398
532
|
request,
|
|
399
533
|
metadata || {},
|
|
400
|
-
|
|
534
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_CreatePaymentMethodGroup,
|
|
401
535
|
callback);
|
|
402
536
|
};
|
|
403
537
|
|
|
@@ -408,7 +542,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
408
542
|
* @param {?Object<string, string>} metadata User defined
|
|
409
543
|
* call metadata
|
|
410
544
|
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
411
|
-
*
|
|
545
|
+
* Promise that resolves to the response
|
|
412
546
|
*/
|
|
413
547
|
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.createPaymentMethodGroup =
|
|
414
548
|
function(request, metadata) {
|
|
@@ -416,10 +550,32 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
416
550
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/CreatePaymentMethodGroup',
|
|
417
551
|
request,
|
|
418
552
|
metadata || {},
|
|
419
|
-
|
|
553
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_CreatePaymentMethodGroup);
|
|
420
554
|
};
|
|
421
555
|
|
|
422
556
|
|
|
557
|
+
/**
|
|
558
|
+
* @const
|
|
559
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
560
|
+
* !proto.google.protobuf.Empty,
|
|
561
|
+
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
562
|
+
*/
|
|
563
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_Echo = new grpc.web.MethodDescriptor(
|
|
564
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/Echo',
|
|
565
|
+
grpc.web.MethodType.UNARY,
|
|
566
|
+
google_protobuf_empty_pb.Empty,
|
|
567
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
568
|
+
/**
|
|
569
|
+
* @param {!proto.google.protobuf.Empty} request
|
|
570
|
+
* @return {!Uint8Array}
|
|
571
|
+
*/
|
|
572
|
+
function(request) {
|
|
573
|
+
return request.serializeBinary();
|
|
574
|
+
},
|
|
575
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
576
|
+
);
|
|
577
|
+
|
|
578
|
+
|
|
423
579
|
/**
|
|
424
580
|
* @const
|
|
425
581
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -428,7 +584,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
428
584
|
*/
|
|
429
585
|
const methodInfo_SniipPaymentMethodsServiceAPIService_Echo = new grpc.web.AbstractClientBase.MethodInfo(
|
|
430
586
|
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
431
|
-
/**
|
|
587
|
+
/**
|
|
588
|
+
* @param {!proto.google.protobuf.Empty} request
|
|
589
|
+
* @return {!Uint8Array}
|
|
590
|
+
*/
|
|
432
591
|
function(request) {
|
|
433
592
|
return request.serializeBinary();
|
|
434
593
|
},
|
|
@@ -452,7 +611,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
452
611
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/Echo',
|
|
453
612
|
request,
|
|
454
613
|
metadata || {},
|
|
455
|
-
|
|
614
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_Echo,
|
|
456
615
|
callback);
|
|
457
616
|
};
|
|
458
617
|
|
|
@@ -463,7 +622,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
463
622
|
* @param {?Object<string, string>} metadata User defined
|
|
464
623
|
* call metadata
|
|
465
624
|
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
466
|
-
*
|
|
625
|
+
* Promise that resolves to the response
|
|
467
626
|
*/
|
|
468
627
|
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.echo =
|
|
469
628
|
function(request, metadata) {
|
|
@@ -471,10 +630,32 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
471
630
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/Echo',
|
|
472
631
|
request,
|
|
473
632
|
metadata || {},
|
|
474
|
-
|
|
633
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_Echo);
|
|
475
634
|
};
|
|
476
635
|
|
|
477
636
|
|
|
637
|
+
/**
|
|
638
|
+
* @const
|
|
639
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
640
|
+
* !proto.google.protobuf.Empty,
|
|
641
|
+
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
642
|
+
*/
|
|
643
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_EftposBinUpdate = new grpc.web.MethodDescriptor(
|
|
644
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/EftposBinUpdate',
|
|
645
|
+
grpc.web.MethodType.UNARY,
|
|
646
|
+
google_protobuf_empty_pb.Empty,
|
|
647
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
648
|
+
/**
|
|
649
|
+
* @param {!proto.google.protobuf.Empty} request
|
|
650
|
+
* @return {!Uint8Array}
|
|
651
|
+
*/
|
|
652
|
+
function(request) {
|
|
653
|
+
return request.serializeBinary();
|
|
654
|
+
},
|
|
655
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
656
|
+
);
|
|
657
|
+
|
|
658
|
+
|
|
478
659
|
/**
|
|
479
660
|
* @const
|
|
480
661
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -483,7 +664,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
483
664
|
*/
|
|
484
665
|
const methodInfo_SniipPaymentMethodsServiceAPIService_EftposBinUpdate = new grpc.web.AbstractClientBase.MethodInfo(
|
|
485
666
|
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
486
|
-
/**
|
|
667
|
+
/**
|
|
668
|
+
* @param {!proto.google.protobuf.Empty} request
|
|
669
|
+
* @return {!Uint8Array}
|
|
670
|
+
*/
|
|
487
671
|
function(request) {
|
|
488
672
|
return request.serializeBinary();
|
|
489
673
|
},
|
|
@@ -507,7 +691,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
507
691
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/EftposBinUpdate',
|
|
508
692
|
request,
|
|
509
693
|
metadata || {},
|
|
510
|
-
|
|
694
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_EftposBinUpdate,
|
|
511
695
|
callback);
|
|
512
696
|
};
|
|
513
697
|
|
|
@@ -518,7 +702,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
518
702
|
* @param {?Object<string, string>} metadata User defined
|
|
519
703
|
* call metadata
|
|
520
704
|
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
521
|
-
*
|
|
705
|
+
* Promise that resolves to the response
|
|
522
706
|
*/
|
|
523
707
|
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.eftposBinUpdate =
|
|
524
708
|
function(request, metadata) {
|
|
@@ -526,10 +710,32 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
526
710
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/EftposBinUpdate',
|
|
527
711
|
request,
|
|
528
712
|
metadata || {},
|
|
529
|
-
|
|
713
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_EftposBinUpdate);
|
|
530
714
|
};
|
|
531
715
|
|
|
532
716
|
|
|
717
|
+
/**
|
|
718
|
+
* @const
|
|
719
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
720
|
+
* !proto.sniippaymentmethodsserviceapi.GetActivatedPaymentMethodRequest,
|
|
721
|
+
* !proto.sniippaymentmethodsserviceapi.GetPaymentMethodResponse>}
|
|
722
|
+
*/
|
|
723
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetActivatedPaymentMethod = new grpc.web.MethodDescriptor(
|
|
724
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetActivatedPaymentMethod',
|
|
725
|
+
grpc.web.MethodType.UNARY,
|
|
726
|
+
proto.sniippaymentmethodsserviceapi.GetActivatedPaymentMethodRequest,
|
|
727
|
+
proto.sniippaymentmethodsserviceapi.GetPaymentMethodResponse,
|
|
728
|
+
/**
|
|
729
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetActivatedPaymentMethodRequest} request
|
|
730
|
+
* @return {!Uint8Array}
|
|
731
|
+
*/
|
|
732
|
+
function(request) {
|
|
733
|
+
return request.serializeBinary();
|
|
734
|
+
},
|
|
735
|
+
proto.sniippaymentmethodsserviceapi.GetPaymentMethodResponse.deserializeBinary
|
|
736
|
+
);
|
|
737
|
+
|
|
738
|
+
|
|
533
739
|
/**
|
|
534
740
|
* @const
|
|
535
741
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -538,7 +744,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
538
744
|
*/
|
|
539
745
|
const methodInfo_SniipPaymentMethodsServiceAPIService_GetActivatedPaymentMethod = new grpc.web.AbstractClientBase.MethodInfo(
|
|
540
746
|
proto.sniippaymentmethodsserviceapi.GetPaymentMethodResponse,
|
|
541
|
-
/**
|
|
747
|
+
/**
|
|
748
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetActivatedPaymentMethodRequest} request
|
|
749
|
+
* @return {!Uint8Array}
|
|
750
|
+
*/
|
|
542
751
|
function(request) {
|
|
543
752
|
return request.serializeBinary();
|
|
544
753
|
},
|
|
@@ -562,7 +771,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
562
771
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetActivatedPaymentMethod',
|
|
563
772
|
request,
|
|
564
773
|
metadata || {},
|
|
565
|
-
|
|
774
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetActivatedPaymentMethod,
|
|
566
775
|
callback);
|
|
567
776
|
};
|
|
568
777
|
|
|
@@ -573,7 +782,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
573
782
|
* @param {?Object<string, string>} metadata User defined
|
|
574
783
|
* call metadata
|
|
575
784
|
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.GetPaymentMethodResponse>}
|
|
576
|
-
*
|
|
785
|
+
* Promise that resolves to the response
|
|
577
786
|
*/
|
|
578
787
|
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getActivatedPaymentMethod =
|
|
579
788
|
function(request, metadata) {
|
|
@@ -581,10 +790,32 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
581
790
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetActivatedPaymentMethod',
|
|
582
791
|
request,
|
|
583
792
|
metadata || {},
|
|
584
|
-
|
|
793
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetActivatedPaymentMethod);
|
|
585
794
|
};
|
|
586
795
|
|
|
587
796
|
|
|
797
|
+
/**
|
|
798
|
+
* @const
|
|
799
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
800
|
+
* !proto.sniippaymentmethodsserviceapi.GetCardHashRequest,
|
|
801
|
+
* !proto.sniippaymentmethodsserviceapi.CardHashResponse>}
|
|
802
|
+
*/
|
|
803
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetCardHash = new grpc.web.MethodDescriptor(
|
|
804
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetCardHash',
|
|
805
|
+
grpc.web.MethodType.UNARY,
|
|
806
|
+
proto.sniippaymentmethodsserviceapi.GetCardHashRequest,
|
|
807
|
+
proto.sniippaymentmethodsserviceapi.CardHashResponse,
|
|
808
|
+
/**
|
|
809
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetCardHashRequest} request
|
|
810
|
+
* @return {!Uint8Array}
|
|
811
|
+
*/
|
|
812
|
+
function(request) {
|
|
813
|
+
return request.serializeBinary();
|
|
814
|
+
},
|
|
815
|
+
proto.sniippaymentmethodsserviceapi.CardHashResponse.deserializeBinary
|
|
816
|
+
);
|
|
817
|
+
|
|
818
|
+
|
|
588
819
|
/**
|
|
589
820
|
* @const
|
|
590
821
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -593,7 +824,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
593
824
|
*/
|
|
594
825
|
const methodInfo_SniipPaymentMethodsServiceAPIService_GetCardHash = new grpc.web.AbstractClientBase.MethodInfo(
|
|
595
826
|
proto.sniippaymentmethodsserviceapi.CardHashResponse,
|
|
596
|
-
/**
|
|
827
|
+
/**
|
|
828
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetCardHashRequest} request
|
|
829
|
+
* @return {!Uint8Array}
|
|
830
|
+
*/
|
|
597
831
|
function(request) {
|
|
598
832
|
return request.serializeBinary();
|
|
599
833
|
},
|
|
@@ -617,7 +851,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
617
851
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetCardHash',
|
|
618
852
|
request,
|
|
619
853
|
metadata || {},
|
|
620
|
-
|
|
854
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetCardHash,
|
|
621
855
|
callback);
|
|
622
856
|
};
|
|
623
857
|
|
|
@@ -628,7 +862,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
628
862
|
* @param {?Object<string, string>} metadata User defined
|
|
629
863
|
* call metadata
|
|
630
864
|
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.CardHashResponse>}
|
|
631
|
-
*
|
|
865
|
+
* Promise that resolves to the response
|
|
632
866
|
*/
|
|
633
867
|
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getCardHash =
|
|
634
868
|
function(request, metadata) {
|
|
@@ -636,10 +870,32 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
636
870
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetCardHash',
|
|
637
871
|
request,
|
|
638
872
|
metadata || {},
|
|
639
|
-
|
|
873
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetCardHash);
|
|
640
874
|
};
|
|
641
875
|
|
|
642
876
|
|
|
877
|
+
/**
|
|
878
|
+
* @const
|
|
879
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
880
|
+
* !proto.sniippaymentmethodsserviceapi.GetCardHashesForUserRequest,
|
|
881
|
+
* !proto.sniippaymentmethodsserviceapi.CardHashesForUserResponse>}
|
|
882
|
+
*/
|
|
883
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetCardHashesForUser = new grpc.web.MethodDescriptor(
|
|
884
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetCardHashesForUser',
|
|
885
|
+
grpc.web.MethodType.UNARY,
|
|
886
|
+
proto.sniippaymentmethodsserviceapi.GetCardHashesForUserRequest,
|
|
887
|
+
proto.sniippaymentmethodsserviceapi.CardHashesForUserResponse,
|
|
888
|
+
/**
|
|
889
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetCardHashesForUserRequest} request
|
|
890
|
+
* @return {!Uint8Array}
|
|
891
|
+
*/
|
|
892
|
+
function(request) {
|
|
893
|
+
return request.serializeBinary();
|
|
894
|
+
},
|
|
895
|
+
proto.sniippaymentmethodsserviceapi.CardHashesForUserResponse.deserializeBinary
|
|
896
|
+
);
|
|
897
|
+
|
|
898
|
+
|
|
643
899
|
/**
|
|
644
900
|
* @const
|
|
645
901
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -648,7 +904,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
648
904
|
*/
|
|
649
905
|
const methodInfo_SniipPaymentMethodsServiceAPIService_GetCardHashesForUser = new grpc.web.AbstractClientBase.MethodInfo(
|
|
650
906
|
proto.sniippaymentmethodsserviceapi.CardHashesForUserResponse,
|
|
651
|
-
/**
|
|
907
|
+
/**
|
|
908
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetCardHashesForUserRequest} request
|
|
909
|
+
* @return {!Uint8Array}
|
|
910
|
+
*/
|
|
652
911
|
function(request) {
|
|
653
912
|
return request.serializeBinary();
|
|
654
913
|
},
|
|
@@ -672,7 +931,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
672
931
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetCardHashesForUser',
|
|
673
932
|
request,
|
|
674
933
|
metadata || {},
|
|
675
|
-
|
|
934
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetCardHashesForUser,
|
|
676
935
|
callback);
|
|
677
936
|
};
|
|
678
937
|
|
|
@@ -683,7 +942,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
683
942
|
* @param {?Object<string, string>} metadata User defined
|
|
684
943
|
* call metadata
|
|
685
944
|
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.CardHashesForUserResponse>}
|
|
686
|
-
*
|
|
945
|
+
* Promise that resolves to the response
|
|
687
946
|
*/
|
|
688
947
|
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getCardHashesForUser =
|
|
689
948
|
function(request, metadata) {
|
|
@@ -691,10 +950,32 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
691
950
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetCardHashesForUser',
|
|
692
951
|
request,
|
|
693
952
|
metadata || {},
|
|
694
|
-
|
|
953
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetCardHashesForUser);
|
|
695
954
|
};
|
|
696
955
|
|
|
697
956
|
|
|
957
|
+
/**
|
|
958
|
+
* @const
|
|
959
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
960
|
+
* !proto.sniippaymentmethodsserviceapi.GetCreditCardForPaymentRequest,
|
|
961
|
+
* !proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse>}
|
|
962
|
+
*/
|
|
963
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetCreditCardForPayment = new grpc.web.MethodDescriptor(
|
|
964
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetCreditCardForPayment',
|
|
965
|
+
grpc.web.MethodType.UNARY,
|
|
966
|
+
proto.sniippaymentmethodsserviceapi.GetCreditCardForPaymentRequest,
|
|
967
|
+
proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse,
|
|
968
|
+
/**
|
|
969
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetCreditCardForPaymentRequest} request
|
|
970
|
+
* @return {!Uint8Array}
|
|
971
|
+
*/
|
|
972
|
+
function(request) {
|
|
973
|
+
return request.serializeBinary();
|
|
974
|
+
},
|
|
975
|
+
proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse.deserializeBinary
|
|
976
|
+
);
|
|
977
|
+
|
|
978
|
+
|
|
698
979
|
/**
|
|
699
980
|
* @const
|
|
700
981
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -703,7 +984,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
703
984
|
*/
|
|
704
985
|
const methodInfo_SniipPaymentMethodsServiceAPIService_GetCreditCardForPayment = new grpc.web.AbstractClientBase.MethodInfo(
|
|
705
986
|
proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse,
|
|
706
|
-
/**
|
|
987
|
+
/**
|
|
988
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetCreditCardForPaymentRequest} request
|
|
989
|
+
* @return {!Uint8Array}
|
|
990
|
+
*/
|
|
707
991
|
function(request) {
|
|
708
992
|
return request.serializeBinary();
|
|
709
993
|
},
|
|
@@ -727,7 +1011,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
727
1011
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetCreditCardForPayment',
|
|
728
1012
|
request,
|
|
729
1013
|
metadata || {},
|
|
730
|
-
|
|
1014
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetCreditCardForPayment,
|
|
731
1015
|
callback);
|
|
732
1016
|
};
|
|
733
1017
|
|
|
@@ -738,7 +1022,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
738
1022
|
* @param {?Object<string, string>} metadata User defined
|
|
739
1023
|
* call metadata
|
|
740
1024
|
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse>}
|
|
741
|
-
*
|
|
1025
|
+
* Promise that resolves to the response
|
|
742
1026
|
*/
|
|
743
1027
|
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getCreditCardForPayment =
|
|
744
1028
|
function(request, metadata) {
|
|
@@ -746,10 +1030,32 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
746
1030
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetCreditCardForPayment',
|
|
747
1031
|
request,
|
|
748
1032
|
metadata || {},
|
|
749
|
-
|
|
1033
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetCreditCardForPayment);
|
|
750
1034
|
};
|
|
751
1035
|
|
|
752
1036
|
|
|
1037
|
+
/**
|
|
1038
|
+
* @const
|
|
1039
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
1040
|
+
* !proto.sniippaymentmethodsserviceapi.GetPaymentMethodForPaymentRequest,
|
|
1041
|
+
* !proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse>}
|
|
1042
|
+
*/
|
|
1043
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodForPayment = new grpc.web.MethodDescriptor(
|
|
1044
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodForPayment',
|
|
1045
|
+
grpc.web.MethodType.UNARY,
|
|
1046
|
+
proto.sniippaymentmethodsserviceapi.GetPaymentMethodForPaymentRequest,
|
|
1047
|
+
proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse,
|
|
1048
|
+
/**
|
|
1049
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodForPaymentRequest} request
|
|
1050
|
+
* @return {!Uint8Array}
|
|
1051
|
+
*/
|
|
1052
|
+
function(request) {
|
|
1053
|
+
return request.serializeBinary();
|
|
1054
|
+
},
|
|
1055
|
+
proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse.deserializeBinary
|
|
1056
|
+
);
|
|
1057
|
+
|
|
1058
|
+
|
|
753
1059
|
/**
|
|
754
1060
|
* @const
|
|
755
1061
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -758,7 +1064,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
758
1064
|
*/
|
|
759
1065
|
const methodInfo_SniipPaymentMethodsServiceAPIService_GetPaymentMethodForPayment = new grpc.web.AbstractClientBase.MethodInfo(
|
|
760
1066
|
proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse,
|
|
761
|
-
/**
|
|
1067
|
+
/**
|
|
1068
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodForPaymentRequest} request
|
|
1069
|
+
* @return {!Uint8Array}
|
|
1070
|
+
*/
|
|
762
1071
|
function(request) {
|
|
763
1072
|
return request.serializeBinary();
|
|
764
1073
|
},
|
|
@@ -782,7 +1091,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
782
1091
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodForPayment',
|
|
783
1092
|
request,
|
|
784
1093
|
metadata || {},
|
|
785
|
-
|
|
1094
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodForPayment,
|
|
786
1095
|
callback);
|
|
787
1096
|
};
|
|
788
1097
|
|
|
@@ -793,7 +1102,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
793
1102
|
* @param {?Object<string, string>} metadata User defined
|
|
794
1103
|
* call metadata
|
|
795
1104
|
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse>}
|
|
796
|
-
*
|
|
1105
|
+
* Promise that resolves to the response
|
|
797
1106
|
*/
|
|
798
1107
|
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getPaymentMethodForPayment =
|
|
799
1108
|
function(request, metadata) {
|
|
@@ -801,10 +1110,32 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
801
1110
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodForPayment',
|
|
802
1111
|
request,
|
|
803
1112
|
metadata || {},
|
|
804
|
-
|
|
1113
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodForPayment);
|
|
805
1114
|
};
|
|
806
1115
|
|
|
807
1116
|
|
|
1117
|
+
/**
|
|
1118
|
+
* @const
|
|
1119
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
1120
|
+
* !proto.sniippaymentmethodsserviceapi.GetPaymentMethodGroupRequest,
|
|
1121
|
+
* !proto.sniippaymentmethodsserviceapi.PaymentMethodGroupGetResponse>}
|
|
1122
|
+
*/
|
|
1123
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodGroup = new grpc.web.MethodDescriptor(
|
|
1124
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodGroup',
|
|
1125
|
+
grpc.web.MethodType.UNARY,
|
|
1126
|
+
proto.sniippaymentmethodsserviceapi.GetPaymentMethodGroupRequest,
|
|
1127
|
+
proto.sniippaymentmethodsserviceapi.PaymentMethodGroupGetResponse,
|
|
1128
|
+
/**
|
|
1129
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodGroupRequest} request
|
|
1130
|
+
* @return {!Uint8Array}
|
|
1131
|
+
*/
|
|
1132
|
+
function(request) {
|
|
1133
|
+
return request.serializeBinary();
|
|
1134
|
+
},
|
|
1135
|
+
proto.sniippaymentmethodsserviceapi.PaymentMethodGroupGetResponse.deserializeBinary
|
|
1136
|
+
);
|
|
1137
|
+
|
|
1138
|
+
|
|
808
1139
|
/**
|
|
809
1140
|
* @const
|
|
810
1141
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -813,7 +1144,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
813
1144
|
*/
|
|
814
1145
|
const methodInfo_SniipPaymentMethodsServiceAPIService_GetPaymentMethodGroup = new grpc.web.AbstractClientBase.MethodInfo(
|
|
815
1146
|
proto.sniippaymentmethodsserviceapi.PaymentMethodGroupGetResponse,
|
|
816
|
-
/**
|
|
1147
|
+
/**
|
|
1148
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodGroupRequest} request
|
|
1149
|
+
* @return {!Uint8Array}
|
|
1150
|
+
*/
|
|
817
1151
|
function(request) {
|
|
818
1152
|
return request.serializeBinary();
|
|
819
1153
|
},
|
|
@@ -837,7 +1171,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
837
1171
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodGroup',
|
|
838
1172
|
request,
|
|
839
1173
|
metadata || {},
|
|
840
|
-
|
|
1174
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodGroup,
|
|
841
1175
|
callback);
|
|
842
1176
|
};
|
|
843
1177
|
|
|
@@ -848,7 +1182,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
848
1182
|
* @param {?Object<string, string>} metadata User defined
|
|
849
1183
|
* call metadata
|
|
850
1184
|
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.PaymentMethodGroupGetResponse>}
|
|
851
|
-
*
|
|
1185
|
+
* Promise that resolves to the response
|
|
852
1186
|
*/
|
|
853
1187
|
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getPaymentMethodGroup =
|
|
854
1188
|
function(request, metadata) {
|
|
@@ -856,10 +1190,32 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
856
1190
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodGroup',
|
|
857
1191
|
request,
|
|
858
1192
|
metadata || {},
|
|
859
|
-
|
|
1193
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodGroup);
|
|
860
1194
|
};
|
|
861
1195
|
|
|
862
1196
|
|
|
1197
|
+
/**
|
|
1198
|
+
* @const
|
|
1199
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
1200
|
+
* !proto.google.protobuf.Empty,
|
|
1201
|
+
* !proto.sniippaymentmethodsserviceapi.PaymentMethodGroupsResponse>}
|
|
1202
|
+
*/
|
|
1203
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodGroups = new grpc.web.MethodDescriptor(
|
|
1204
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodGroups',
|
|
1205
|
+
grpc.web.MethodType.UNARY,
|
|
1206
|
+
google_protobuf_empty_pb.Empty,
|
|
1207
|
+
proto.sniippaymentmethodsserviceapi.PaymentMethodGroupsResponse,
|
|
1208
|
+
/**
|
|
1209
|
+
* @param {!proto.google.protobuf.Empty} request
|
|
1210
|
+
* @return {!Uint8Array}
|
|
1211
|
+
*/
|
|
1212
|
+
function(request) {
|
|
1213
|
+
return request.serializeBinary();
|
|
1214
|
+
},
|
|
1215
|
+
proto.sniippaymentmethodsserviceapi.PaymentMethodGroupsResponse.deserializeBinary
|
|
1216
|
+
);
|
|
1217
|
+
|
|
1218
|
+
|
|
863
1219
|
/**
|
|
864
1220
|
* @const
|
|
865
1221
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -868,7 +1224,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
868
1224
|
*/
|
|
869
1225
|
const methodInfo_SniipPaymentMethodsServiceAPIService_GetPaymentMethodGroups = new grpc.web.AbstractClientBase.MethodInfo(
|
|
870
1226
|
proto.sniippaymentmethodsserviceapi.PaymentMethodGroupsResponse,
|
|
871
|
-
/**
|
|
1227
|
+
/**
|
|
1228
|
+
* @param {!proto.google.protobuf.Empty} request
|
|
1229
|
+
* @return {!Uint8Array}
|
|
1230
|
+
*/
|
|
872
1231
|
function(request) {
|
|
873
1232
|
return request.serializeBinary();
|
|
874
1233
|
},
|
|
@@ -892,7 +1251,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
892
1251
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodGroups',
|
|
893
1252
|
request,
|
|
894
1253
|
metadata || {},
|
|
895
|
-
|
|
1254
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodGroups,
|
|
896
1255
|
callback);
|
|
897
1256
|
};
|
|
898
1257
|
|
|
@@ -903,7 +1262,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
903
1262
|
* @param {?Object<string, string>} metadata User defined
|
|
904
1263
|
* call metadata
|
|
905
1264
|
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.PaymentMethodGroupsResponse>}
|
|
906
|
-
*
|
|
1265
|
+
* Promise that resolves to the response
|
|
907
1266
|
*/
|
|
908
1267
|
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getPaymentMethodGroups =
|
|
909
1268
|
function(request, metadata) {
|
|
@@ -911,10 +1270,32 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
911
1270
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodGroups',
|
|
912
1271
|
request,
|
|
913
1272
|
metadata || {},
|
|
914
|
-
|
|
1273
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodGroups);
|
|
915
1274
|
};
|
|
916
1275
|
|
|
917
1276
|
|
|
1277
|
+
/**
|
|
1278
|
+
* @const
|
|
1279
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
1280
|
+
* !proto.google.protobuf.Empty,
|
|
1281
|
+
* !proto.sniippaymentmethodsserviceapi.PaymentMethodTypesResponse>}
|
|
1282
|
+
*/
|
|
1283
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodTypes = new grpc.web.MethodDescriptor(
|
|
1284
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodTypes',
|
|
1285
|
+
grpc.web.MethodType.UNARY,
|
|
1286
|
+
google_protobuf_empty_pb.Empty,
|
|
1287
|
+
proto.sniippaymentmethodsserviceapi.PaymentMethodTypesResponse,
|
|
1288
|
+
/**
|
|
1289
|
+
* @param {!proto.google.protobuf.Empty} request
|
|
1290
|
+
* @return {!Uint8Array}
|
|
1291
|
+
*/
|
|
1292
|
+
function(request) {
|
|
1293
|
+
return request.serializeBinary();
|
|
1294
|
+
},
|
|
1295
|
+
proto.sniippaymentmethodsserviceapi.PaymentMethodTypesResponse.deserializeBinary
|
|
1296
|
+
);
|
|
1297
|
+
|
|
1298
|
+
|
|
918
1299
|
/**
|
|
919
1300
|
* @const
|
|
920
1301
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -923,7 +1304,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
923
1304
|
*/
|
|
924
1305
|
const methodInfo_SniipPaymentMethodsServiceAPIService_GetPaymentMethodTypes = new grpc.web.AbstractClientBase.MethodInfo(
|
|
925
1306
|
proto.sniippaymentmethodsserviceapi.PaymentMethodTypesResponse,
|
|
926
|
-
/**
|
|
1307
|
+
/**
|
|
1308
|
+
* @param {!proto.google.protobuf.Empty} request
|
|
1309
|
+
* @return {!Uint8Array}
|
|
1310
|
+
*/
|
|
927
1311
|
function(request) {
|
|
928
1312
|
return request.serializeBinary();
|
|
929
1313
|
},
|
|
@@ -947,7 +1331,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
947
1331
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodTypes',
|
|
948
1332
|
request,
|
|
949
1333
|
metadata || {},
|
|
950
|
-
|
|
1334
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodTypes,
|
|
951
1335
|
callback);
|
|
952
1336
|
};
|
|
953
1337
|
|
|
@@ -958,7 +1342,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
958
1342
|
* @param {?Object<string, string>} metadata User defined
|
|
959
1343
|
* call metadata
|
|
960
1344
|
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.PaymentMethodTypesResponse>}
|
|
961
|
-
*
|
|
1345
|
+
* Promise that resolves to the response
|
|
962
1346
|
*/
|
|
963
1347
|
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getPaymentMethodTypes =
|
|
964
1348
|
function(request, metadata) {
|
|
@@ -966,10 +1350,32 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
966
1350
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodTypes',
|
|
967
1351
|
request,
|
|
968
1352
|
metadata || {},
|
|
969
|
-
|
|
1353
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodTypes);
|
|
970
1354
|
};
|
|
971
1355
|
|
|
972
1356
|
|
|
1357
|
+
/**
|
|
1358
|
+
* @const
|
|
1359
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
1360
|
+
* !proto.sniippaymentmethodsserviceapi.GetPaymentMethodsRequest,
|
|
1361
|
+
* !proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
1362
|
+
*/
|
|
1363
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethods = new grpc.web.MethodDescriptor(
|
|
1364
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethods',
|
|
1365
|
+
grpc.web.MethodType.UNARY,
|
|
1366
|
+
proto.sniippaymentmethodsserviceapi.GetPaymentMethodsRequest,
|
|
1367
|
+
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse,
|
|
1368
|
+
/**
|
|
1369
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsRequest} request
|
|
1370
|
+
* @return {!Uint8Array}
|
|
1371
|
+
*/
|
|
1372
|
+
function(request) {
|
|
1373
|
+
return request.serializeBinary();
|
|
1374
|
+
},
|
|
1375
|
+
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.deserializeBinary
|
|
1376
|
+
);
|
|
1377
|
+
|
|
1378
|
+
|
|
973
1379
|
/**
|
|
974
1380
|
* @const
|
|
975
1381
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -978,7 +1384,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
978
1384
|
*/
|
|
979
1385
|
const methodInfo_SniipPaymentMethodsServiceAPIService_GetPaymentMethods = new grpc.web.AbstractClientBase.MethodInfo(
|
|
980
1386
|
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse,
|
|
981
|
-
/**
|
|
1387
|
+
/**
|
|
1388
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsRequest} request
|
|
1389
|
+
* @return {!Uint8Array}
|
|
1390
|
+
*/
|
|
982
1391
|
function(request) {
|
|
983
1392
|
return request.serializeBinary();
|
|
984
1393
|
},
|
|
@@ -1002,7 +1411,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
1002
1411
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethods',
|
|
1003
1412
|
request,
|
|
1004
1413
|
metadata || {},
|
|
1005
|
-
|
|
1414
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethods,
|
|
1006
1415
|
callback);
|
|
1007
1416
|
};
|
|
1008
1417
|
|
|
@@ -1013,7 +1422,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
1013
1422
|
* @param {?Object<string, string>} metadata User defined
|
|
1014
1423
|
* call metadata
|
|
1015
1424
|
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
1016
|
-
*
|
|
1425
|
+
* Promise that resolves to the response
|
|
1017
1426
|
*/
|
|
1018
1427
|
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getPaymentMethods =
|
|
1019
1428
|
function(request, metadata) {
|
|
@@ -1021,10 +1430,32 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1021
1430
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethods',
|
|
1022
1431
|
request,
|
|
1023
1432
|
metadata || {},
|
|
1024
|
-
|
|
1433
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethods);
|
|
1025
1434
|
};
|
|
1026
1435
|
|
|
1027
1436
|
|
|
1437
|
+
/**
|
|
1438
|
+
* @const
|
|
1439
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
1440
|
+
* !proto.sniippaymentmethodsserviceapi.GetPaymentMethodsByPaymentMethodIdInternalRequest,
|
|
1441
|
+
* !proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
1442
|
+
*/
|
|
1443
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsByPaymentMethodIdInternal = new grpc.web.MethodDescriptor(
|
|
1444
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsByPaymentMethodIdInternal',
|
|
1445
|
+
grpc.web.MethodType.UNARY,
|
|
1446
|
+
proto.sniippaymentmethodsserviceapi.GetPaymentMethodsByPaymentMethodIdInternalRequest,
|
|
1447
|
+
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse,
|
|
1448
|
+
/**
|
|
1449
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsByPaymentMethodIdInternalRequest} request
|
|
1450
|
+
* @return {!Uint8Array}
|
|
1451
|
+
*/
|
|
1452
|
+
function(request) {
|
|
1453
|
+
return request.serializeBinary();
|
|
1454
|
+
},
|
|
1455
|
+
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.deserializeBinary
|
|
1456
|
+
);
|
|
1457
|
+
|
|
1458
|
+
|
|
1028
1459
|
/**
|
|
1029
1460
|
* @const
|
|
1030
1461
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -1033,7 +1464,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1033
1464
|
*/
|
|
1034
1465
|
const methodInfo_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsByPaymentMethodIdInternal = new grpc.web.AbstractClientBase.MethodInfo(
|
|
1035
1466
|
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse,
|
|
1036
|
-
/**
|
|
1467
|
+
/**
|
|
1468
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsByPaymentMethodIdInternalRequest} request
|
|
1469
|
+
* @return {!Uint8Array}
|
|
1470
|
+
*/
|
|
1037
1471
|
function(request) {
|
|
1038
1472
|
return request.serializeBinary();
|
|
1039
1473
|
},
|
|
@@ -1057,7 +1491,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
1057
1491
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsByPaymentMethodIdInternal',
|
|
1058
1492
|
request,
|
|
1059
1493
|
metadata || {},
|
|
1060
|
-
|
|
1494
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsByPaymentMethodIdInternal,
|
|
1061
1495
|
callback);
|
|
1062
1496
|
};
|
|
1063
1497
|
|
|
@@ -1068,7 +1502,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
1068
1502
|
* @param {?Object<string, string>} metadata User defined
|
|
1069
1503
|
* call metadata
|
|
1070
1504
|
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
1071
|
-
*
|
|
1505
|
+
* Promise that resolves to the response
|
|
1072
1506
|
*/
|
|
1073
1507
|
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getPaymentMethodsByPaymentMethodIdInternal =
|
|
1074
1508
|
function(request, metadata) {
|
|
@@ -1076,10 +1510,32 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1076
1510
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsByPaymentMethodIdInternal',
|
|
1077
1511
|
request,
|
|
1078
1512
|
metadata || {},
|
|
1079
|
-
|
|
1513
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsByPaymentMethodIdInternal);
|
|
1080
1514
|
};
|
|
1081
1515
|
|
|
1082
1516
|
|
|
1517
|
+
/**
|
|
1518
|
+
* @const
|
|
1519
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
1520
|
+
* !proto.sniippaymentmethodsserviceapi.GetPaymentMethodsForAuditRequest,
|
|
1521
|
+
* !proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
1522
|
+
*/
|
|
1523
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsForAudit = new grpc.web.MethodDescriptor(
|
|
1524
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsForAudit',
|
|
1525
|
+
grpc.web.MethodType.UNARY,
|
|
1526
|
+
proto.sniippaymentmethodsserviceapi.GetPaymentMethodsForAuditRequest,
|
|
1527
|
+
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse,
|
|
1528
|
+
/**
|
|
1529
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsForAuditRequest} request
|
|
1530
|
+
* @return {!Uint8Array}
|
|
1531
|
+
*/
|
|
1532
|
+
function(request) {
|
|
1533
|
+
return request.serializeBinary();
|
|
1534
|
+
},
|
|
1535
|
+
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.deserializeBinary
|
|
1536
|
+
);
|
|
1537
|
+
|
|
1538
|
+
|
|
1083
1539
|
/**
|
|
1084
1540
|
* @const
|
|
1085
1541
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -1088,7 +1544,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1088
1544
|
*/
|
|
1089
1545
|
const methodInfo_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsForAudit = new grpc.web.AbstractClientBase.MethodInfo(
|
|
1090
1546
|
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse,
|
|
1091
|
-
/**
|
|
1547
|
+
/**
|
|
1548
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsForAuditRequest} request
|
|
1549
|
+
* @return {!Uint8Array}
|
|
1550
|
+
*/
|
|
1092
1551
|
function(request) {
|
|
1093
1552
|
return request.serializeBinary();
|
|
1094
1553
|
},
|
|
@@ -1112,7 +1571,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
1112
1571
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsForAudit',
|
|
1113
1572
|
request,
|
|
1114
1573
|
metadata || {},
|
|
1115
|
-
|
|
1574
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsForAudit,
|
|
1116
1575
|
callback);
|
|
1117
1576
|
};
|
|
1118
1577
|
|
|
@@ -1123,7 +1582,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
1123
1582
|
* @param {?Object<string, string>} metadata User defined
|
|
1124
1583
|
* call metadata
|
|
1125
1584
|
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
1126
|
-
*
|
|
1585
|
+
* Promise that resolves to the response
|
|
1127
1586
|
*/
|
|
1128
1587
|
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getPaymentMethodsForAudit =
|
|
1129
1588
|
function(request, metadata) {
|
|
@@ -1131,10 +1590,32 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1131
1590
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsForAudit',
|
|
1132
1591
|
request,
|
|
1133
1592
|
metadata || {},
|
|
1134
|
-
|
|
1593
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsForAudit);
|
|
1135
1594
|
};
|
|
1136
1595
|
|
|
1137
1596
|
|
|
1597
|
+
/**
|
|
1598
|
+
* @const
|
|
1599
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
1600
|
+
* !proto.sniippaymentmethodsserviceapi.GetPaymentMethodsInternalRequest,
|
|
1601
|
+
* !proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
1602
|
+
*/
|
|
1603
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsInternal = new grpc.web.MethodDescriptor(
|
|
1604
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsInternal',
|
|
1605
|
+
grpc.web.MethodType.UNARY,
|
|
1606
|
+
proto.sniippaymentmethodsserviceapi.GetPaymentMethodsInternalRequest,
|
|
1607
|
+
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse,
|
|
1608
|
+
/**
|
|
1609
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsInternalRequest} request
|
|
1610
|
+
* @return {!Uint8Array}
|
|
1611
|
+
*/
|
|
1612
|
+
function(request) {
|
|
1613
|
+
return request.serializeBinary();
|
|
1614
|
+
},
|
|
1615
|
+
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.deserializeBinary
|
|
1616
|
+
);
|
|
1617
|
+
|
|
1618
|
+
|
|
1138
1619
|
/**
|
|
1139
1620
|
* @const
|
|
1140
1621
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -1143,7 +1624,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1143
1624
|
*/
|
|
1144
1625
|
const methodInfo_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsInternal = new grpc.web.AbstractClientBase.MethodInfo(
|
|
1145
1626
|
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse,
|
|
1146
|
-
/**
|
|
1627
|
+
/**
|
|
1628
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsInternalRequest} request
|
|
1629
|
+
* @return {!Uint8Array}
|
|
1630
|
+
*/
|
|
1147
1631
|
function(request) {
|
|
1148
1632
|
return request.serializeBinary();
|
|
1149
1633
|
},
|
|
@@ -1167,7 +1651,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
1167
1651
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsInternal',
|
|
1168
1652
|
request,
|
|
1169
1653
|
metadata || {},
|
|
1170
|
-
|
|
1654
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsInternal,
|
|
1171
1655
|
callback);
|
|
1172
1656
|
};
|
|
1173
1657
|
|
|
@@ -1178,7 +1662,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
1178
1662
|
* @param {?Object<string, string>} metadata User defined
|
|
1179
1663
|
* call metadata
|
|
1180
1664
|
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
1181
|
-
*
|
|
1665
|
+
* Promise that resolves to the response
|
|
1182
1666
|
*/
|
|
1183
1667
|
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getPaymentMethodsInternal =
|
|
1184
1668
|
function(request, metadata) {
|
|
@@ -1186,10 +1670,32 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1186
1670
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsInternal',
|
|
1187
1671
|
request,
|
|
1188
1672
|
metadata || {},
|
|
1189
|
-
|
|
1673
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsInternal);
|
|
1190
1674
|
};
|
|
1191
1675
|
|
|
1192
1676
|
|
|
1677
|
+
/**
|
|
1678
|
+
* @const
|
|
1679
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
1680
|
+
* !proto.sniippaymentmethodsserviceapi.GetZenithPaymentDetailsRequest,
|
|
1681
|
+
* !proto.sniippaymentmethodsserviceapi.ZenithPaymentDetailsResponse>}
|
|
1682
|
+
*/
|
|
1683
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetZenithPaymentDetails = new grpc.web.MethodDescriptor(
|
|
1684
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetZenithPaymentDetails',
|
|
1685
|
+
grpc.web.MethodType.UNARY,
|
|
1686
|
+
proto.sniippaymentmethodsserviceapi.GetZenithPaymentDetailsRequest,
|
|
1687
|
+
proto.sniippaymentmethodsserviceapi.ZenithPaymentDetailsResponse,
|
|
1688
|
+
/**
|
|
1689
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetZenithPaymentDetailsRequest} request
|
|
1690
|
+
* @return {!Uint8Array}
|
|
1691
|
+
*/
|
|
1692
|
+
function(request) {
|
|
1693
|
+
return request.serializeBinary();
|
|
1694
|
+
},
|
|
1695
|
+
proto.sniippaymentmethodsserviceapi.ZenithPaymentDetailsResponse.deserializeBinary
|
|
1696
|
+
);
|
|
1697
|
+
|
|
1698
|
+
|
|
1193
1699
|
/**
|
|
1194
1700
|
* @const
|
|
1195
1701
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -1198,7 +1704,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1198
1704
|
*/
|
|
1199
1705
|
const methodInfo_SniipPaymentMethodsServiceAPIService_GetZenithPaymentDetails = new grpc.web.AbstractClientBase.MethodInfo(
|
|
1200
1706
|
proto.sniippaymentmethodsserviceapi.ZenithPaymentDetailsResponse,
|
|
1201
|
-
/**
|
|
1707
|
+
/**
|
|
1708
|
+
* @param {!proto.sniippaymentmethodsserviceapi.GetZenithPaymentDetailsRequest} request
|
|
1709
|
+
* @return {!Uint8Array}
|
|
1710
|
+
*/
|
|
1202
1711
|
function(request) {
|
|
1203
1712
|
return request.serializeBinary();
|
|
1204
1713
|
},
|
|
@@ -1222,7 +1731,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
1222
1731
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetZenithPaymentDetails',
|
|
1223
1732
|
request,
|
|
1224
1733
|
metadata || {},
|
|
1225
|
-
|
|
1734
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetZenithPaymentDetails,
|
|
1226
1735
|
callback);
|
|
1227
1736
|
};
|
|
1228
1737
|
|
|
@@ -1233,7 +1742,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
1233
1742
|
* @param {?Object<string, string>} metadata User defined
|
|
1234
1743
|
* call metadata
|
|
1235
1744
|
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ZenithPaymentDetailsResponse>}
|
|
1236
|
-
*
|
|
1745
|
+
* Promise that resolves to the response
|
|
1237
1746
|
*/
|
|
1238
1747
|
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getZenithPaymentDetails =
|
|
1239
1748
|
function(request, metadata) {
|
|
@@ -1241,10 +1750,32 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1241
1750
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetZenithPaymentDetails',
|
|
1242
1751
|
request,
|
|
1243
1752
|
metadata || {},
|
|
1244
|
-
|
|
1753
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetZenithPaymentDetails);
|
|
1245
1754
|
};
|
|
1246
1755
|
|
|
1247
1756
|
|
|
1757
|
+
/**
|
|
1758
|
+
* @const
|
|
1759
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
1760
|
+
* !proto.sniippaymentmethodsserviceapi.RemovePaymentMethodRequest,
|
|
1761
|
+
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
1762
|
+
*/
|
|
1763
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_RemovePaymentMethod = new grpc.web.MethodDescriptor(
|
|
1764
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/RemovePaymentMethod',
|
|
1765
|
+
grpc.web.MethodType.UNARY,
|
|
1766
|
+
proto.sniippaymentmethodsserviceapi.RemovePaymentMethodRequest,
|
|
1767
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
1768
|
+
/**
|
|
1769
|
+
* @param {!proto.sniippaymentmethodsserviceapi.RemovePaymentMethodRequest} request
|
|
1770
|
+
* @return {!Uint8Array}
|
|
1771
|
+
*/
|
|
1772
|
+
function(request) {
|
|
1773
|
+
return request.serializeBinary();
|
|
1774
|
+
},
|
|
1775
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
1776
|
+
);
|
|
1777
|
+
|
|
1778
|
+
|
|
1248
1779
|
/**
|
|
1249
1780
|
* @const
|
|
1250
1781
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -1253,7 +1784,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1253
1784
|
*/
|
|
1254
1785
|
const methodInfo_SniipPaymentMethodsServiceAPIService_RemovePaymentMethod = new grpc.web.AbstractClientBase.MethodInfo(
|
|
1255
1786
|
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
1256
|
-
/**
|
|
1787
|
+
/**
|
|
1788
|
+
* @param {!proto.sniippaymentmethodsserviceapi.RemovePaymentMethodRequest} request
|
|
1789
|
+
* @return {!Uint8Array}
|
|
1790
|
+
*/
|
|
1257
1791
|
function(request) {
|
|
1258
1792
|
return request.serializeBinary();
|
|
1259
1793
|
},
|
|
@@ -1277,7 +1811,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
1277
1811
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/RemovePaymentMethod',
|
|
1278
1812
|
request,
|
|
1279
1813
|
metadata || {},
|
|
1280
|
-
|
|
1814
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_RemovePaymentMethod,
|
|
1281
1815
|
callback);
|
|
1282
1816
|
};
|
|
1283
1817
|
|
|
@@ -1288,7 +1822,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
1288
1822
|
* @param {?Object<string, string>} metadata User defined
|
|
1289
1823
|
* call metadata
|
|
1290
1824
|
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
1291
|
-
*
|
|
1825
|
+
* Promise that resolves to the response
|
|
1292
1826
|
*/
|
|
1293
1827
|
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.removePaymentMethod =
|
|
1294
1828
|
function(request, metadata) {
|
|
@@ -1296,10 +1830,32 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1296
1830
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/RemovePaymentMethod',
|
|
1297
1831
|
request,
|
|
1298
1832
|
metadata || {},
|
|
1299
|
-
|
|
1833
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_RemovePaymentMethod);
|
|
1300
1834
|
};
|
|
1301
1835
|
|
|
1302
1836
|
|
|
1837
|
+
/**
|
|
1838
|
+
* @const
|
|
1839
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
1840
|
+
* !proto.google.protobuf.Empty,
|
|
1841
|
+
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
1842
|
+
*/
|
|
1843
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_SendPaymentMethodExpiredNotification = new grpc.web.MethodDescriptor(
|
|
1844
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/SendPaymentMethodExpiredNotification',
|
|
1845
|
+
grpc.web.MethodType.UNARY,
|
|
1846
|
+
google_protobuf_empty_pb.Empty,
|
|
1847
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
1848
|
+
/**
|
|
1849
|
+
* @param {!proto.google.protobuf.Empty} request
|
|
1850
|
+
* @return {!Uint8Array}
|
|
1851
|
+
*/
|
|
1852
|
+
function(request) {
|
|
1853
|
+
return request.serializeBinary();
|
|
1854
|
+
},
|
|
1855
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
1856
|
+
);
|
|
1857
|
+
|
|
1858
|
+
|
|
1303
1859
|
/**
|
|
1304
1860
|
* @const
|
|
1305
1861
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -1308,7 +1864,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1308
1864
|
*/
|
|
1309
1865
|
const methodInfo_SniipPaymentMethodsServiceAPIService_SendPaymentMethodExpiredNotification = new grpc.web.AbstractClientBase.MethodInfo(
|
|
1310
1866
|
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
1311
|
-
/**
|
|
1867
|
+
/**
|
|
1868
|
+
* @param {!proto.google.protobuf.Empty} request
|
|
1869
|
+
* @return {!Uint8Array}
|
|
1870
|
+
*/
|
|
1312
1871
|
function(request) {
|
|
1313
1872
|
return request.serializeBinary();
|
|
1314
1873
|
},
|
|
@@ -1332,7 +1891,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
1332
1891
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/SendPaymentMethodExpiredNotification',
|
|
1333
1892
|
request,
|
|
1334
1893
|
metadata || {},
|
|
1335
|
-
|
|
1894
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_SendPaymentMethodExpiredNotification,
|
|
1336
1895
|
callback);
|
|
1337
1896
|
};
|
|
1338
1897
|
|
|
@@ -1343,7 +1902,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
1343
1902
|
* @param {?Object<string, string>} metadata User defined
|
|
1344
1903
|
* call metadata
|
|
1345
1904
|
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
1346
|
-
*
|
|
1905
|
+
* Promise that resolves to the response
|
|
1347
1906
|
*/
|
|
1348
1907
|
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.sendPaymentMethodExpiredNotification =
|
|
1349
1908
|
function(request, metadata) {
|
|
@@ -1351,10 +1910,32 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1351
1910
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/SendPaymentMethodExpiredNotification',
|
|
1352
1911
|
request,
|
|
1353
1912
|
metadata || {},
|
|
1354
|
-
|
|
1913
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_SendPaymentMethodExpiredNotification);
|
|
1355
1914
|
};
|
|
1356
1915
|
|
|
1357
1916
|
|
|
1917
|
+
/**
|
|
1918
|
+
* @const
|
|
1919
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
1920
|
+
* !proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest,
|
|
1921
|
+
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
1922
|
+
*/
|
|
1923
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_SendPaymentMethodExpiringForScheduledPaymentsNotification = new grpc.web.MethodDescriptor(
|
|
1924
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/SendPaymentMethodExpiringForScheduledPaymentsNotification',
|
|
1925
|
+
grpc.web.MethodType.UNARY,
|
|
1926
|
+
proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest,
|
|
1927
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
1928
|
+
/**
|
|
1929
|
+
* @param {!proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest} request
|
|
1930
|
+
* @return {!Uint8Array}
|
|
1931
|
+
*/
|
|
1932
|
+
function(request) {
|
|
1933
|
+
return request.serializeBinary();
|
|
1934
|
+
},
|
|
1935
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
1936
|
+
);
|
|
1937
|
+
|
|
1938
|
+
|
|
1358
1939
|
/**
|
|
1359
1940
|
* @const
|
|
1360
1941
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -1363,7 +1944,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1363
1944
|
*/
|
|
1364
1945
|
const methodInfo_SniipPaymentMethodsServiceAPIService_SendPaymentMethodExpiringForScheduledPaymentsNotification = new grpc.web.AbstractClientBase.MethodInfo(
|
|
1365
1946
|
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
1366
|
-
/**
|
|
1947
|
+
/**
|
|
1948
|
+
* @param {!proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest} request
|
|
1949
|
+
* @return {!Uint8Array}
|
|
1950
|
+
*/
|
|
1367
1951
|
function(request) {
|
|
1368
1952
|
return request.serializeBinary();
|
|
1369
1953
|
},
|
|
@@ -1387,7 +1971,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
1387
1971
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/SendPaymentMethodExpiringForScheduledPaymentsNotification',
|
|
1388
1972
|
request,
|
|
1389
1973
|
metadata || {},
|
|
1390
|
-
|
|
1974
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_SendPaymentMethodExpiringForScheduledPaymentsNotification,
|
|
1391
1975
|
callback);
|
|
1392
1976
|
};
|
|
1393
1977
|
|
|
@@ -1398,7 +1982,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
1398
1982
|
* @param {?Object<string, string>} metadata User defined
|
|
1399
1983
|
* call metadata
|
|
1400
1984
|
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
1401
|
-
*
|
|
1985
|
+
* Promise that resolves to the response
|
|
1402
1986
|
*/
|
|
1403
1987
|
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.sendPaymentMethodExpiringForScheduledPaymentsNotification =
|
|
1404
1988
|
function(request, metadata) {
|
|
@@ -1406,10 +1990,32 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1406
1990
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/SendPaymentMethodExpiringForScheduledPaymentsNotification',
|
|
1407
1991
|
request,
|
|
1408
1992
|
metadata || {},
|
|
1409
|
-
|
|
1993
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_SendPaymentMethodExpiringForScheduledPaymentsNotification);
|
|
1410
1994
|
};
|
|
1411
1995
|
|
|
1412
1996
|
|
|
1997
|
+
/**
|
|
1998
|
+
* @const
|
|
1999
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
2000
|
+
* !proto.google.protobuf.Empty,
|
|
2001
|
+
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2002
|
+
*/
|
|
2003
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_SendPaymentMethodExpiringNotification = new grpc.web.MethodDescriptor(
|
|
2004
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/SendPaymentMethodExpiringNotification',
|
|
2005
|
+
grpc.web.MethodType.UNARY,
|
|
2006
|
+
google_protobuf_empty_pb.Empty,
|
|
2007
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
2008
|
+
/**
|
|
2009
|
+
* @param {!proto.google.protobuf.Empty} request
|
|
2010
|
+
* @return {!Uint8Array}
|
|
2011
|
+
*/
|
|
2012
|
+
function(request) {
|
|
2013
|
+
return request.serializeBinary();
|
|
2014
|
+
},
|
|
2015
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
2016
|
+
);
|
|
2017
|
+
|
|
2018
|
+
|
|
1413
2019
|
/**
|
|
1414
2020
|
* @const
|
|
1415
2021
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -1418,7 +2024,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1418
2024
|
*/
|
|
1419
2025
|
const methodInfo_SniipPaymentMethodsServiceAPIService_SendPaymentMethodExpiringNotification = new grpc.web.AbstractClientBase.MethodInfo(
|
|
1420
2026
|
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
1421
|
-
/**
|
|
2027
|
+
/**
|
|
2028
|
+
* @param {!proto.google.protobuf.Empty} request
|
|
2029
|
+
* @return {!Uint8Array}
|
|
2030
|
+
*/
|
|
1422
2031
|
function(request) {
|
|
1423
2032
|
return request.serializeBinary();
|
|
1424
2033
|
},
|
|
@@ -1442,7 +2051,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
1442
2051
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/SendPaymentMethodExpiringNotification',
|
|
1443
2052
|
request,
|
|
1444
2053
|
metadata || {},
|
|
1445
|
-
|
|
2054
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_SendPaymentMethodExpiringNotification,
|
|
1446
2055
|
callback);
|
|
1447
2056
|
};
|
|
1448
2057
|
|
|
@@ -1453,7 +2062,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
1453
2062
|
* @param {?Object<string, string>} metadata User defined
|
|
1454
2063
|
* call metadata
|
|
1455
2064
|
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
1456
|
-
*
|
|
2065
|
+
* Promise that resolves to the response
|
|
1457
2066
|
*/
|
|
1458
2067
|
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.sendPaymentMethodExpiringNotification =
|
|
1459
2068
|
function(request, metadata) {
|
|
@@ -1461,10 +2070,32 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1461
2070
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/SendPaymentMethodExpiringNotification',
|
|
1462
2071
|
request,
|
|
1463
2072
|
metadata || {},
|
|
1464
|
-
|
|
2073
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_SendPaymentMethodExpiringNotification);
|
|
1465
2074
|
};
|
|
1466
2075
|
|
|
1467
2076
|
|
|
2077
|
+
/**
|
|
2078
|
+
* @const
|
|
2079
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
2080
|
+
* !proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest,
|
|
2081
|
+
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2082
|
+
*/
|
|
2083
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_UpdateMasterBinLookupOverride = new grpc.web.MethodDescriptor(
|
|
2084
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/UpdateMasterBinLookupOverride',
|
|
2085
|
+
grpc.web.MethodType.UNARY,
|
|
2086
|
+
proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest,
|
|
2087
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
2088
|
+
/**
|
|
2089
|
+
* @param {!proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest} request
|
|
2090
|
+
* @return {!Uint8Array}
|
|
2091
|
+
*/
|
|
2092
|
+
function(request) {
|
|
2093
|
+
return request.serializeBinary();
|
|
2094
|
+
},
|
|
2095
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
2096
|
+
);
|
|
2097
|
+
|
|
2098
|
+
|
|
1468
2099
|
/**
|
|
1469
2100
|
* @const
|
|
1470
2101
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -1473,7 +2104,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1473
2104
|
*/
|
|
1474
2105
|
const methodInfo_SniipPaymentMethodsServiceAPIService_UpdateMasterBinLookupOverride = new grpc.web.AbstractClientBase.MethodInfo(
|
|
1475
2106
|
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
1476
|
-
/**
|
|
2107
|
+
/**
|
|
2108
|
+
* @param {!proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest} request
|
|
2109
|
+
* @return {!Uint8Array}
|
|
2110
|
+
*/
|
|
1477
2111
|
function(request) {
|
|
1478
2112
|
return request.serializeBinary();
|
|
1479
2113
|
},
|
|
@@ -1497,7 +2131,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
1497
2131
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/UpdateMasterBinLookupOverride',
|
|
1498
2132
|
request,
|
|
1499
2133
|
metadata || {},
|
|
1500
|
-
|
|
2134
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_UpdateMasterBinLookupOverride,
|
|
1501
2135
|
callback);
|
|
1502
2136
|
};
|
|
1503
2137
|
|
|
@@ -1508,7 +2142,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
1508
2142
|
* @param {?Object<string, string>} metadata User defined
|
|
1509
2143
|
* call metadata
|
|
1510
2144
|
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
1511
|
-
*
|
|
2145
|
+
* Promise that resolves to the response
|
|
1512
2146
|
*/
|
|
1513
2147
|
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.updateMasterBinLookupOverride =
|
|
1514
2148
|
function(request, metadata) {
|
|
@@ -1516,10 +2150,32 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1516
2150
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/UpdateMasterBinLookupOverride',
|
|
1517
2151
|
request,
|
|
1518
2152
|
metadata || {},
|
|
1519
|
-
|
|
2153
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_UpdateMasterBinLookupOverride);
|
|
1520
2154
|
};
|
|
1521
2155
|
|
|
1522
2156
|
|
|
2157
|
+
/**
|
|
2158
|
+
* @const
|
|
2159
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
2160
|
+
* !proto.sniippaymentmethodsserviceapi.UpdatePaymentMethodRequest,
|
|
2161
|
+
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2162
|
+
*/
|
|
2163
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_UpdatePaymentMethod = new grpc.web.MethodDescriptor(
|
|
2164
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/UpdatePaymentMethod',
|
|
2165
|
+
grpc.web.MethodType.UNARY,
|
|
2166
|
+
proto.sniippaymentmethodsserviceapi.UpdatePaymentMethodRequest,
|
|
2167
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
2168
|
+
/**
|
|
2169
|
+
* @param {!proto.sniippaymentmethodsserviceapi.UpdatePaymentMethodRequest} request
|
|
2170
|
+
* @return {!Uint8Array}
|
|
2171
|
+
*/
|
|
2172
|
+
function(request) {
|
|
2173
|
+
return request.serializeBinary();
|
|
2174
|
+
},
|
|
2175
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
2176
|
+
);
|
|
2177
|
+
|
|
2178
|
+
|
|
1523
2179
|
/**
|
|
1524
2180
|
* @const
|
|
1525
2181
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -1528,7 +2184,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1528
2184
|
*/
|
|
1529
2185
|
const methodInfo_SniipPaymentMethodsServiceAPIService_UpdatePaymentMethod = new grpc.web.AbstractClientBase.MethodInfo(
|
|
1530
2186
|
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
1531
|
-
/**
|
|
2187
|
+
/**
|
|
2188
|
+
* @param {!proto.sniippaymentmethodsserviceapi.UpdatePaymentMethodRequest} request
|
|
2189
|
+
* @return {!Uint8Array}
|
|
2190
|
+
*/
|
|
1532
2191
|
function(request) {
|
|
1533
2192
|
return request.serializeBinary();
|
|
1534
2193
|
},
|
|
@@ -1552,7 +2211,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
1552
2211
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/UpdatePaymentMethod',
|
|
1553
2212
|
request,
|
|
1554
2213
|
metadata || {},
|
|
1555
|
-
|
|
2214
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_UpdatePaymentMethod,
|
|
1556
2215
|
callback);
|
|
1557
2216
|
};
|
|
1558
2217
|
|
|
@@ -1563,7 +2222,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
1563
2222
|
* @param {?Object<string, string>} metadata User defined
|
|
1564
2223
|
* call metadata
|
|
1565
2224
|
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
1566
|
-
*
|
|
2225
|
+
* Promise that resolves to the response
|
|
1567
2226
|
*/
|
|
1568
2227
|
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.updatePaymentMethod =
|
|
1569
2228
|
function(request, metadata) {
|
|
@@ -1571,10 +2230,32 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1571
2230
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/UpdatePaymentMethod',
|
|
1572
2231
|
request,
|
|
1573
2232
|
metadata || {},
|
|
1574
|
-
|
|
2233
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_UpdatePaymentMethod);
|
|
1575
2234
|
};
|
|
1576
2235
|
|
|
1577
2236
|
|
|
2237
|
+
/**
|
|
2238
|
+
* @const
|
|
2239
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
2240
|
+
* !proto.sniippaymentmethodsserviceapi.UpdatePaymentMethodGroupRequest,
|
|
2241
|
+
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2242
|
+
*/
|
|
2243
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_UpdatePaymentMethodGroup = new grpc.web.MethodDescriptor(
|
|
2244
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/UpdatePaymentMethodGroup',
|
|
2245
|
+
grpc.web.MethodType.UNARY,
|
|
2246
|
+
proto.sniippaymentmethodsserviceapi.UpdatePaymentMethodGroupRequest,
|
|
2247
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
2248
|
+
/**
|
|
2249
|
+
* @param {!proto.sniippaymentmethodsserviceapi.UpdatePaymentMethodGroupRequest} request
|
|
2250
|
+
* @return {!Uint8Array}
|
|
2251
|
+
*/
|
|
2252
|
+
function(request) {
|
|
2253
|
+
return request.serializeBinary();
|
|
2254
|
+
},
|
|
2255
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
2256
|
+
);
|
|
2257
|
+
|
|
2258
|
+
|
|
1578
2259
|
/**
|
|
1579
2260
|
* @const
|
|
1580
2261
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -1583,7 +2264,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1583
2264
|
*/
|
|
1584
2265
|
const methodInfo_SniipPaymentMethodsServiceAPIService_UpdatePaymentMethodGroup = new grpc.web.AbstractClientBase.MethodInfo(
|
|
1585
2266
|
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
1586
|
-
/**
|
|
2267
|
+
/**
|
|
2268
|
+
* @param {!proto.sniippaymentmethodsserviceapi.UpdatePaymentMethodGroupRequest} request
|
|
2269
|
+
* @return {!Uint8Array}
|
|
2270
|
+
*/
|
|
1587
2271
|
function(request) {
|
|
1588
2272
|
return request.serializeBinary();
|
|
1589
2273
|
},
|
|
@@ -1607,7 +2291,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
1607
2291
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/UpdatePaymentMethodGroup',
|
|
1608
2292
|
request,
|
|
1609
2293
|
metadata || {},
|
|
1610
|
-
|
|
2294
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_UpdatePaymentMethodGroup,
|
|
1611
2295
|
callback);
|
|
1612
2296
|
};
|
|
1613
2297
|
|
|
@@ -1618,7 +2302,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
1618
2302
|
* @param {?Object<string, string>} metadata User defined
|
|
1619
2303
|
* call metadata
|
|
1620
2304
|
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
1621
|
-
*
|
|
2305
|
+
* Promise that resolves to the response
|
|
1622
2306
|
*/
|
|
1623
2307
|
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.updatePaymentMethodGroup =
|
|
1624
2308
|
function(request, metadata) {
|
|
@@ -1626,10 +2310,32 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1626
2310
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/UpdatePaymentMethodGroup',
|
|
1627
2311
|
request,
|
|
1628
2312
|
metadata || {},
|
|
1629
|
-
|
|
2313
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_UpdatePaymentMethodGroup);
|
|
1630
2314
|
};
|
|
1631
2315
|
|
|
1632
2316
|
|
|
2317
|
+
/**
|
|
2318
|
+
* @const
|
|
2319
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
2320
|
+
* !proto.sniippaymentmethodsserviceapi.VerifyCreditCardRequest,
|
|
2321
|
+
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2322
|
+
*/
|
|
2323
|
+
const methodDescriptor_SniipPaymentMethodsServiceAPIService_VerifyCreditCard = new grpc.web.MethodDescriptor(
|
|
2324
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/VerifyCreditCard',
|
|
2325
|
+
grpc.web.MethodType.UNARY,
|
|
2326
|
+
proto.sniippaymentmethodsserviceapi.VerifyCreditCardRequest,
|
|
2327
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
2328
|
+
/**
|
|
2329
|
+
* @param {!proto.sniippaymentmethodsserviceapi.VerifyCreditCardRequest} request
|
|
2330
|
+
* @return {!Uint8Array}
|
|
2331
|
+
*/
|
|
2332
|
+
function(request) {
|
|
2333
|
+
return request.serializeBinary();
|
|
2334
|
+
},
|
|
2335
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
2336
|
+
);
|
|
2337
|
+
|
|
2338
|
+
|
|
1633
2339
|
/**
|
|
1634
2340
|
* @const
|
|
1635
2341
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -1638,7 +2344,10 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1638
2344
|
*/
|
|
1639
2345
|
const methodInfo_SniipPaymentMethodsServiceAPIService_VerifyCreditCard = new grpc.web.AbstractClientBase.MethodInfo(
|
|
1640
2346
|
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
1641
|
-
/**
|
|
2347
|
+
/**
|
|
2348
|
+
* @param {!proto.sniippaymentmethodsserviceapi.VerifyCreditCardRequest} request
|
|
2349
|
+
* @return {!Uint8Array}
|
|
2350
|
+
*/
|
|
1642
2351
|
function(request) {
|
|
1643
2352
|
return request.serializeBinary();
|
|
1644
2353
|
},
|
|
@@ -1662,7 +2371,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
1662
2371
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/VerifyCreditCard',
|
|
1663
2372
|
request,
|
|
1664
2373
|
metadata || {},
|
|
1665
|
-
|
|
2374
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_VerifyCreditCard,
|
|
1666
2375
|
callback);
|
|
1667
2376
|
};
|
|
1668
2377
|
|
|
@@ -1673,7 +2382,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.p
|
|
|
1673
2382
|
* @param {?Object<string, string>} metadata User defined
|
|
1674
2383
|
* call metadata
|
|
1675
2384
|
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
1676
|
-
*
|
|
2385
|
+
* Promise that resolves to the response
|
|
1677
2386
|
*/
|
|
1678
2387
|
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.verifyCreditCard =
|
|
1679
2388
|
function(request, metadata) {
|
|
@@ -1681,7 +2390,7 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1681
2390
|
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/VerifyCreditCard',
|
|
1682
2391
|
request,
|
|
1683
2392
|
metadata || {},
|
|
1684
|
-
|
|
2393
|
+
methodDescriptor_SniipPaymentMethodsServiceAPIService_VerifyCreditCard);
|
|
1685
2394
|
};
|
|
1686
2395
|
|
|
1687
2396
|
|