@sniipwebmaster/payment-methods-client-grpcweb 23.16.5343 → 24.3.5374
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/package.json +2 -2
- package/dependancies/service_grpc_web_pb.js +0 -3118
- package/dependancies/service_pb.js +0 -22222
|
@@ -1,3118 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview gRPC-Web generated client stub for sniippaymentmethodsserviceapi
|
|
3
|
-
* @enhanceable
|
|
4
|
-
* @public
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
// GENERATED CODE -- DO NOT EDIT!
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
/* eslint-disable */
|
|
11
|
-
// @ts-nocheck
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
const grpc = {};
|
|
16
|
-
grpc.web = require('grpc-web');
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
var google_api_annotations_pb = require('./google/api/annotations_pb.js')
|
|
20
|
-
|
|
21
|
-
var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js')
|
|
22
|
-
const proto = {};
|
|
23
|
-
proto.sniippaymentmethodsserviceapi = require('./service_pb.js');
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* @param {string} hostname
|
|
27
|
-
* @param {?Object} credentials
|
|
28
|
-
* @param {?Object} options
|
|
29
|
-
* @constructor
|
|
30
|
-
* @struct
|
|
31
|
-
* @final
|
|
32
|
-
*/
|
|
33
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient =
|
|
34
|
-
function(hostname, credentials, options) {
|
|
35
|
-
if (!options) options = {};
|
|
36
|
-
options['format'] = 'text';
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* @private @const {!grpc.web.GrpcWebClientBase} The client
|
|
40
|
-
*/
|
|
41
|
-
this.client_ = new grpc.web.GrpcWebClientBase(options);
|
|
42
|
-
|
|
43
|
-
/**
|
|
44
|
-
* @private @const {string} The hostname
|
|
45
|
-
*/
|
|
46
|
-
this.hostname_ = hostname;
|
|
47
|
-
|
|
48
|
-
};
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
/**
|
|
52
|
-
* @param {string} hostname
|
|
53
|
-
* @param {?Object} credentials
|
|
54
|
-
* @param {?Object} options
|
|
55
|
-
* @constructor
|
|
56
|
-
* @struct
|
|
57
|
-
* @final
|
|
58
|
-
*/
|
|
59
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient =
|
|
60
|
-
function(hostname, credentials, options) {
|
|
61
|
-
if (!options) options = {};
|
|
62
|
-
options['format'] = 'text';
|
|
63
|
-
|
|
64
|
-
/**
|
|
65
|
-
* @private @const {!grpc.web.GrpcWebClientBase} The client
|
|
66
|
-
*/
|
|
67
|
-
this.client_ = new grpc.web.GrpcWebClientBase(options);
|
|
68
|
-
|
|
69
|
-
/**
|
|
70
|
-
* @private @const {string} The hostname
|
|
71
|
-
*/
|
|
72
|
-
this.hostname_ = hostname;
|
|
73
|
-
|
|
74
|
-
};
|
|
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,
|
|
88
|
-
/**
|
|
89
|
-
* @param {!proto.sniippaymentmethodsserviceapi.ActivatePaymentDetailRequest} request
|
|
90
|
-
* @return {!Uint8Array}
|
|
91
|
-
*/
|
|
92
|
-
function(request) {
|
|
93
|
-
return request.serializeBinary();
|
|
94
|
-
},
|
|
95
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
96
|
-
);
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
/**
|
|
100
|
-
* @const
|
|
101
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
102
|
-
* !proto.sniippaymentmethodsserviceapi.ActivatePaymentDetailRequest,
|
|
103
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
104
|
-
*/
|
|
105
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_ActivatePaymentDetail = new grpc.web.AbstractClientBase.MethodInfo(
|
|
106
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
107
|
-
/**
|
|
108
|
-
* @param {!proto.sniippaymentmethodsserviceapi.ActivatePaymentDetailRequest} request
|
|
109
|
-
* @return {!Uint8Array}
|
|
110
|
-
*/
|
|
111
|
-
function(request) {
|
|
112
|
-
return request.serializeBinary();
|
|
113
|
-
},
|
|
114
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
115
|
-
);
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
/**
|
|
119
|
-
* @param {!proto.sniippaymentmethodsserviceapi.ActivatePaymentDetailRequest} request The
|
|
120
|
-
* request proto
|
|
121
|
-
* @param {?Object<string, string>} metadata User defined
|
|
122
|
-
* call metadata
|
|
123
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.ResponseCode)}
|
|
124
|
-
* callback The callback function(error, response)
|
|
125
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.ResponseCode>|undefined}
|
|
126
|
-
* The XHR Node Readable Stream
|
|
127
|
-
*/
|
|
128
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.activatePaymentDetail =
|
|
129
|
-
function(request, metadata, callback) {
|
|
130
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
131
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/ActivatePaymentDetail',
|
|
132
|
-
request,
|
|
133
|
-
metadata || {},
|
|
134
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_ActivatePaymentDetail,
|
|
135
|
-
callback);
|
|
136
|
-
};
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
/**
|
|
140
|
-
* @param {!proto.sniippaymentmethodsserviceapi.ActivatePaymentDetailRequest} request The
|
|
141
|
-
* request proto
|
|
142
|
-
* @param {?Object<string, string>} metadata User defined
|
|
143
|
-
* call metadata
|
|
144
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
145
|
-
* Promise that resolves to the response
|
|
146
|
-
*/
|
|
147
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.activatePaymentDetail =
|
|
148
|
-
function(request, metadata) {
|
|
149
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
150
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/ActivatePaymentDetail',
|
|
151
|
-
request,
|
|
152
|
-
metadata || {},
|
|
153
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_ActivatePaymentDetail);
|
|
154
|
-
};
|
|
155
|
-
|
|
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
|
-
|
|
179
|
-
/**
|
|
180
|
-
* @const
|
|
181
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
182
|
-
* !proto.sniippaymentmethodsserviceapi.AddPaymentMethodRequest,
|
|
183
|
-
* !proto.sniippaymentmethodsserviceapi.PaymentMethodResponse>}
|
|
184
|
-
*/
|
|
185
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_AddPaymentMethod = new grpc.web.AbstractClientBase.MethodInfo(
|
|
186
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodResponse,
|
|
187
|
-
/**
|
|
188
|
-
* @param {!proto.sniippaymentmethodsserviceapi.AddPaymentMethodRequest} request
|
|
189
|
-
* @return {!Uint8Array}
|
|
190
|
-
*/
|
|
191
|
-
function(request) {
|
|
192
|
-
return request.serializeBinary();
|
|
193
|
-
},
|
|
194
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodResponse.deserializeBinary
|
|
195
|
-
);
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
/**
|
|
199
|
-
* @param {!proto.sniippaymentmethodsserviceapi.AddPaymentMethodRequest} request The
|
|
200
|
-
* request proto
|
|
201
|
-
* @param {?Object<string, string>} metadata User defined
|
|
202
|
-
* call metadata
|
|
203
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.PaymentMethodResponse)}
|
|
204
|
-
* callback The callback function(error, response)
|
|
205
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.PaymentMethodResponse>|undefined}
|
|
206
|
-
* The XHR Node Readable Stream
|
|
207
|
-
*/
|
|
208
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.addPaymentMethod =
|
|
209
|
-
function(request, metadata, callback) {
|
|
210
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
211
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/AddPaymentMethod',
|
|
212
|
-
request,
|
|
213
|
-
metadata || {},
|
|
214
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_AddPaymentMethod,
|
|
215
|
-
callback);
|
|
216
|
-
};
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
/**
|
|
220
|
-
* @param {!proto.sniippaymentmethodsserviceapi.AddPaymentMethodRequest} request The
|
|
221
|
-
* request proto
|
|
222
|
-
* @param {?Object<string, string>} metadata User defined
|
|
223
|
-
* call metadata
|
|
224
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.PaymentMethodResponse>}
|
|
225
|
-
* Promise that resolves to the response
|
|
226
|
-
*/
|
|
227
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.addPaymentMethod =
|
|
228
|
-
function(request, metadata) {
|
|
229
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
230
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/AddPaymentMethod',
|
|
231
|
-
request,
|
|
232
|
-
metadata || {},
|
|
233
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_AddPaymentMethod);
|
|
234
|
-
};
|
|
235
|
-
|
|
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
|
-
|
|
259
|
-
/**
|
|
260
|
-
* @const
|
|
261
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
262
|
-
* !proto.sniippaymentmethodsserviceapi.AddZenithTokenRequest,
|
|
263
|
-
* !proto.sniippaymentmethodsserviceapi.ZenithTokenAddResponse>}
|
|
264
|
-
*/
|
|
265
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_AddZenithToken = new grpc.web.AbstractClientBase.MethodInfo(
|
|
266
|
-
proto.sniippaymentmethodsserviceapi.ZenithTokenAddResponse,
|
|
267
|
-
/**
|
|
268
|
-
* @param {!proto.sniippaymentmethodsserviceapi.AddZenithTokenRequest} request
|
|
269
|
-
* @return {!Uint8Array}
|
|
270
|
-
*/
|
|
271
|
-
function(request) {
|
|
272
|
-
return request.serializeBinary();
|
|
273
|
-
},
|
|
274
|
-
proto.sniippaymentmethodsserviceapi.ZenithTokenAddResponse.deserializeBinary
|
|
275
|
-
);
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
/**
|
|
279
|
-
* @param {!proto.sniippaymentmethodsserviceapi.AddZenithTokenRequest} request The
|
|
280
|
-
* request proto
|
|
281
|
-
* @param {?Object<string, string>} metadata User defined
|
|
282
|
-
* call metadata
|
|
283
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.ZenithTokenAddResponse)}
|
|
284
|
-
* callback The callback function(error, response)
|
|
285
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.ZenithTokenAddResponse>|undefined}
|
|
286
|
-
* The XHR Node Readable Stream
|
|
287
|
-
*/
|
|
288
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.addZenithToken =
|
|
289
|
-
function(request, metadata, callback) {
|
|
290
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
291
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/AddZenithToken',
|
|
292
|
-
request,
|
|
293
|
-
metadata || {},
|
|
294
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_AddZenithToken,
|
|
295
|
-
callback);
|
|
296
|
-
};
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
/**
|
|
300
|
-
* @param {!proto.sniippaymentmethodsserviceapi.AddZenithTokenRequest} request The
|
|
301
|
-
* request proto
|
|
302
|
-
* @param {?Object<string, string>} metadata User defined
|
|
303
|
-
* call metadata
|
|
304
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ZenithTokenAddResponse>}
|
|
305
|
-
* Promise that resolves to the response
|
|
306
|
-
*/
|
|
307
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.addZenithToken =
|
|
308
|
-
function(request, metadata) {
|
|
309
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
310
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/AddZenithToken',
|
|
311
|
-
request,
|
|
312
|
-
metadata || {},
|
|
313
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_AddZenithToken);
|
|
314
|
-
};
|
|
315
|
-
|
|
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
|
-
|
|
339
|
-
/**
|
|
340
|
-
* @const
|
|
341
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
342
|
-
* !proto.google.protobuf.Empty,
|
|
343
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
344
|
-
*/
|
|
345
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_BinLookupForSuccessfulTransactions = new grpc.web.AbstractClientBase.MethodInfo(
|
|
346
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
347
|
-
/**
|
|
348
|
-
* @param {!proto.google.protobuf.Empty} request
|
|
349
|
-
* @return {!Uint8Array}
|
|
350
|
-
*/
|
|
351
|
-
function(request) {
|
|
352
|
-
return request.serializeBinary();
|
|
353
|
-
},
|
|
354
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
355
|
-
);
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
/**
|
|
359
|
-
* @param {!proto.google.protobuf.Empty} request The
|
|
360
|
-
* request proto
|
|
361
|
-
* @param {?Object<string, string>} metadata User defined
|
|
362
|
-
* call metadata
|
|
363
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.ResponseCode)}
|
|
364
|
-
* callback The callback function(error, response)
|
|
365
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.ResponseCode>|undefined}
|
|
366
|
-
* The XHR Node Readable Stream
|
|
367
|
-
*/
|
|
368
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.binLookupForSuccessfulTransactions =
|
|
369
|
-
function(request, metadata, callback) {
|
|
370
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
371
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/BinLookupForSuccessfulTransactions',
|
|
372
|
-
request,
|
|
373
|
-
metadata || {},
|
|
374
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_BinLookupForSuccessfulTransactions,
|
|
375
|
-
callback);
|
|
376
|
-
};
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
/**
|
|
380
|
-
* @param {!proto.google.protobuf.Empty} request The
|
|
381
|
-
* request proto
|
|
382
|
-
* @param {?Object<string, string>} metadata User defined
|
|
383
|
-
* call metadata
|
|
384
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
385
|
-
* Promise that resolves to the response
|
|
386
|
-
*/
|
|
387
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.binLookupForSuccessfulTransactions =
|
|
388
|
-
function(request, metadata) {
|
|
389
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
390
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/BinLookupForSuccessfulTransactions',
|
|
391
|
-
request,
|
|
392
|
-
metadata || {},
|
|
393
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_BinLookupForSuccessfulTransactions);
|
|
394
|
-
};
|
|
395
|
-
|
|
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
|
-
|
|
419
|
-
/**
|
|
420
|
-
* @const
|
|
421
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
422
|
-
* !proto.google.protobuf.Empty,
|
|
423
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
424
|
-
*/
|
|
425
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_ConsolidateCardBankNames = new grpc.web.AbstractClientBase.MethodInfo(
|
|
426
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
427
|
-
/**
|
|
428
|
-
* @param {!proto.google.protobuf.Empty} request
|
|
429
|
-
* @return {!Uint8Array}
|
|
430
|
-
*/
|
|
431
|
-
function(request) {
|
|
432
|
-
return request.serializeBinary();
|
|
433
|
-
},
|
|
434
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
435
|
-
);
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
/**
|
|
439
|
-
* @param {!proto.google.protobuf.Empty} request The
|
|
440
|
-
* request proto
|
|
441
|
-
* @param {?Object<string, string>} metadata User defined
|
|
442
|
-
* call metadata
|
|
443
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.ResponseCode)}
|
|
444
|
-
* callback The callback function(error, response)
|
|
445
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.ResponseCode>|undefined}
|
|
446
|
-
* The XHR Node Readable Stream
|
|
447
|
-
*/
|
|
448
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.consolidateCardBankNames =
|
|
449
|
-
function(request, metadata, callback) {
|
|
450
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
451
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/ConsolidateCardBankNames',
|
|
452
|
-
request,
|
|
453
|
-
metadata || {},
|
|
454
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_ConsolidateCardBankNames,
|
|
455
|
-
callback);
|
|
456
|
-
};
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
/**
|
|
460
|
-
* @param {!proto.google.protobuf.Empty} request The
|
|
461
|
-
* request proto
|
|
462
|
-
* @param {?Object<string, string>} metadata User defined
|
|
463
|
-
* call metadata
|
|
464
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
465
|
-
* Promise that resolves to the response
|
|
466
|
-
*/
|
|
467
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.consolidateCardBankNames =
|
|
468
|
-
function(request, metadata) {
|
|
469
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
470
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/ConsolidateCardBankNames',
|
|
471
|
-
request,
|
|
472
|
-
metadata || {},
|
|
473
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_ConsolidateCardBankNames);
|
|
474
|
-
};
|
|
475
|
-
|
|
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
|
-
|
|
499
|
-
/**
|
|
500
|
-
* @const
|
|
501
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
502
|
-
* !proto.sniippaymentmethodsserviceapi.CreatePaymentMethodGroupRequest,
|
|
503
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
504
|
-
*/
|
|
505
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_CreatePaymentMethodGroup = new grpc.web.AbstractClientBase.MethodInfo(
|
|
506
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
507
|
-
/**
|
|
508
|
-
* @param {!proto.sniippaymentmethodsserviceapi.CreatePaymentMethodGroupRequest} request
|
|
509
|
-
* @return {!Uint8Array}
|
|
510
|
-
*/
|
|
511
|
-
function(request) {
|
|
512
|
-
return request.serializeBinary();
|
|
513
|
-
},
|
|
514
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
515
|
-
);
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
/**
|
|
519
|
-
* @param {!proto.sniippaymentmethodsserviceapi.CreatePaymentMethodGroupRequest} request The
|
|
520
|
-
* request proto
|
|
521
|
-
* @param {?Object<string, string>} metadata User defined
|
|
522
|
-
* call metadata
|
|
523
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.ResponseCode)}
|
|
524
|
-
* callback The callback function(error, response)
|
|
525
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.ResponseCode>|undefined}
|
|
526
|
-
* The XHR Node Readable Stream
|
|
527
|
-
*/
|
|
528
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.createPaymentMethodGroup =
|
|
529
|
-
function(request, metadata, callback) {
|
|
530
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
531
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/CreatePaymentMethodGroup',
|
|
532
|
-
request,
|
|
533
|
-
metadata || {},
|
|
534
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_CreatePaymentMethodGroup,
|
|
535
|
-
callback);
|
|
536
|
-
};
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
/**
|
|
540
|
-
* @param {!proto.sniippaymentmethodsserviceapi.CreatePaymentMethodGroupRequest} request The
|
|
541
|
-
* request proto
|
|
542
|
-
* @param {?Object<string, string>} metadata User defined
|
|
543
|
-
* call metadata
|
|
544
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
545
|
-
* Promise that resolves to the response
|
|
546
|
-
*/
|
|
547
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.createPaymentMethodGroup =
|
|
548
|
-
function(request, metadata) {
|
|
549
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
550
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/CreatePaymentMethodGroup',
|
|
551
|
-
request,
|
|
552
|
-
metadata || {},
|
|
553
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_CreatePaymentMethodGroup);
|
|
554
|
-
};
|
|
555
|
-
|
|
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
|
-
|
|
579
|
-
/**
|
|
580
|
-
* @const
|
|
581
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
582
|
-
* !proto.google.protobuf.Empty,
|
|
583
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
584
|
-
*/
|
|
585
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_Echo = new grpc.web.AbstractClientBase.MethodInfo(
|
|
586
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
587
|
-
/**
|
|
588
|
-
* @param {!proto.google.protobuf.Empty} request
|
|
589
|
-
* @return {!Uint8Array}
|
|
590
|
-
*/
|
|
591
|
-
function(request) {
|
|
592
|
-
return request.serializeBinary();
|
|
593
|
-
},
|
|
594
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
595
|
-
);
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
/**
|
|
599
|
-
* @param {!proto.google.protobuf.Empty} request The
|
|
600
|
-
* request proto
|
|
601
|
-
* @param {?Object<string, string>} metadata User defined
|
|
602
|
-
* call metadata
|
|
603
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.ResponseCode)}
|
|
604
|
-
* callback The callback function(error, response)
|
|
605
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.ResponseCode>|undefined}
|
|
606
|
-
* The XHR Node Readable Stream
|
|
607
|
-
*/
|
|
608
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.echo =
|
|
609
|
-
function(request, metadata, callback) {
|
|
610
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
611
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/Echo',
|
|
612
|
-
request,
|
|
613
|
-
metadata || {},
|
|
614
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_Echo,
|
|
615
|
-
callback);
|
|
616
|
-
};
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
/**
|
|
620
|
-
* @param {!proto.google.protobuf.Empty} request The
|
|
621
|
-
* request proto
|
|
622
|
-
* @param {?Object<string, string>} metadata User defined
|
|
623
|
-
* call metadata
|
|
624
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
625
|
-
* Promise that resolves to the response
|
|
626
|
-
*/
|
|
627
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.echo =
|
|
628
|
-
function(request, metadata) {
|
|
629
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
630
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/Echo',
|
|
631
|
-
request,
|
|
632
|
-
metadata || {},
|
|
633
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_Echo);
|
|
634
|
-
};
|
|
635
|
-
|
|
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
|
-
|
|
659
|
-
/**
|
|
660
|
-
* @const
|
|
661
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
662
|
-
* !proto.google.protobuf.Empty,
|
|
663
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
664
|
-
*/
|
|
665
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_EftposBinUpdate = new grpc.web.AbstractClientBase.MethodInfo(
|
|
666
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
667
|
-
/**
|
|
668
|
-
* @param {!proto.google.protobuf.Empty} request
|
|
669
|
-
* @return {!Uint8Array}
|
|
670
|
-
*/
|
|
671
|
-
function(request) {
|
|
672
|
-
return request.serializeBinary();
|
|
673
|
-
},
|
|
674
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
675
|
-
);
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
/**
|
|
679
|
-
* @param {!proto.google.protobuf.Empty} request The
|
|
680
|
-
* request proto
|
|
681
|
-
* @param {?Object<string, string>} metadata User defined
|
|
682
|
-
* call metadata
|
|
683
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.ResponseCode)}
|
|
684
|
-
* callback The callback function(error, response)
|
|
685
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.ResponseCode>|undefined}
|
|
686
|
-
* The XHR Node Readable Stream
|
|
687
|
-
*/
|
|
688
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.eftposBinUpdate =
|
|
689
|
-
function(request, metadata, callback) {
|
|
690
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
691
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/EftposBinUpdate',
|
|
692
|
-
request,
|
|
693
|
-
metadata || {},
|
|
694
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_EftposBinUpdate,
|
|
695
|
-
callback);
|
|
696
|
-
};
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
/**
|
|
700
|
-
* @param {!proto.google.protobuf.Empty} request The
|
|
701
|
-
* request proto
|
|
702
|
-
* @param {?Object<string, string>} metadata User defined
|
|
703
|
-
* call metadata
|
|
704
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
705
|
-
* Promise that resolves to the response
|
|
706
|
-
*/
|
|
707
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.eftposBinUpdate =
|
|
708
|
-
function(request, metadata) {
|
|
709
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
710
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/EftposBinUpdate',
|
|
711
|
-
request,
|
|
712
|
-
metadata || {},
|
|
713
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_EftposBinUpdate);
|
|
714
|
-
};
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
/**
|
|
718
|
-
* @const
|
|
719
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
720
|
-
* !proto.sniippaymentmethodsserviceapi.GetAcceptedPaymentMethodsByGroupIdRequest,
|
|
721
|
-
* !proto.sniippaymentmethodsserviceapi.AcceptedPaymentMethodResponse>}
|
|
722
|
-
*/
|
|
723
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetAcceptedPaymentMethodsByGroupId = new grpc.web.MethodDescriptor(
|
|
724
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetAcceptedPaymentMethodsByGroupId',
|
|
725
|
-
grpc.web.MethodType.UNARY,
|
|
726
|
-
proto.sniippaymentmethodsserviceapi.GetAcceptedPaymentMethodsByGroupIdRequest,
|
|
727
|
-
proto.sniippaymentmethodsserviceapi.AcceptedPaymentMethodResponse,
|
|
728
|
-
/**
|
|
729
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetAcceptedPaymentMethodsByGroupIdRequest} request
|
|
730
|
-
* @return {!Uint8Array}
|
|
731
|
-
*/
|
|
732
|
-
function(request) {
|
|
733
|
-
return request.serializeBinary();
|
|
734
|
-
},
|
|
735
|
-
proto.sniippaymentmethodsserviceapi.AcceptedPaymentMethodResponse.deserializeBinary
|
|
736
|
-
);
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
/**
|
|
740
|
-
* @const
|
|
741
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
742
|
-
* !proto.sniippaymentmethodsserviceapi.GetAcceptedPaymentMethodsByGroupIdRequest,
|
|
743
|
-
* !proto.sniippaymentmethodsserviceapi.AcceptedPaymentMethodResponse>}
|
|
744
|
-
*/
|
|
745
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_GetAcceptedPaymentMethodsByGroupId = new grpc.web.AbstractClientBase.MethodInfo(
|
|
746
|
-
proto.sniippaymentmethodsserviceapi.AcceptedPaymentMethodResponse,
|
|
747
|
-
/**
|
|
748
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetAcceptedPaymentMethodsByGroupIdRequest} request
|
|
749
|
-
* @return {!Uint8Array}
|
|
750
|
-
*/
|
|
751
|
-
function(request) {
|
|
752
|
-
return request.serializeBinary();
|
|
753
|
-
},
|
|
754
|
-
proto.sniippaymentmethodsserviceapi.AcceptedPaymentMethodResponse.deserializeBinary
|
|
755
|
-
);
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
/**
|
|
759
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetAcceptedPaymentMethodsByGroupIdRequest} request The
|
|
760
|
-
* request proto
|
|
761
|
-
* @param {?Object<string, string>} metadata User defined
|
|
762
|
-
* call metadata
|
|
763
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.AcceptedPaymentMethodResponse)}
|
|
764
|
-
* callback The callback function(error, response)
|
|
765
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.AcceptedPaymentMethodResponse>|undefined}
|
|
766
|
-
* The XHR Node Readable Stream
|
|
767
|
-
*/
|
|
768
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.getAcceptedPaymentMethodsByGroupId =
|
|
769
|
-
function(request, metadata, callback) {
|
|
770
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
771
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetAcceptedPaymentMethodsByGroupId',
|
|
772
|
-
request,
|
|
773
|
-
metadata || {},
|
|
774
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetAcceptedPaymentMethodsByGroupId,
|
|
775
|
-
callback);
|
|
776
|
-
};
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
/**
|
|
780
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetAcceptedPaymentMethodsByGroupIdRequest} request The
|
|
781
|
-
* request proto
|
|
782
|
-
* @param {?Object<string, string>} metadata User defined
|
|
783
|
-
* call metadata
|
|
784
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.AcceptedPaymentMethodResponse>}
|
|
785
|
-
* Promise that resolves to the response
|
|
786
|
-
*/
|
|
787
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getAcceptedPaymentMethodsByGroupId =
|
|
788
|
-
function(request, metadata) {
|
|
789
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
790
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetAcceptedPaymentMethodsByGroupId',
|
|
791
|
-
request,
|
|
792
|
-
metadata || {},
|
|
793
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetAcceptedPaymentMethodsByGroupId);
|
|
794
|
-
};
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
/**
|
|
798
|
-
* @const
|
|
799
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
800
|
-
* !proto.sniippaymentmethodsserviceapi.GetActivatedPaymentMethodRequest,
|
|
801
|
-
* !proto.sniippaymentmethodsserviceapi.GetPaymentMethodResponse>}
|
|
802
|
-
*/
|
|
803
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetActivatedPaymentMethod = new grpc.web.MethodDescriptor(
|
|
804
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetActivatedPaymentMethod',
|
|
805
|
-
grpc.web.MethodType.UNARY,
|
|
806
|
-
proto.sniippaymentmethodsserviceapi.GetActivatedPaymentMethodRequest,
|
|
807
|
-
proto.sniippaymentmethodsserviceapi.GetPaymentMethodResponse,
|
|
808
|
-
/**
|
|
809
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetActivatedPaymentMethodRequest} request
|
|
810
|
-
* @return {!Uint8Array}
|
|
811
|
-
*/
|
|
812
|
-
function(request) {
|
|
813
|
-
return request.serializeBinary();
|
|
814
|
-
},
|
|
815
|
-
proto.sniippaymentmethodsserviceapi.GetPaymentMethodResponse.deserializeBinary
|
|
816
|
-
);
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
/**
|
|
820
|
-
* @const
|
|
821
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
822
|
-
* !proto.sniippaymentmethodsserviceapi.GetActivatedPaymentMethodRequest,
|
|
823
|
-
* !proto.sniippaymentmethodsserviceapi.GetPaymentMethodResponse>}
|
|
824
|
-
*/
|
|
825
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_GetActivatedPaymentMethod = new grpc.web.AbstractClientBase.MethodInfo(
|
|
826
|
-
proto.sniippaymentmethodsserviceapi.GetPaymentMethodResponse,
|
|
827
|
-
/**
|
|
828
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetActivatedPaymentMethodRequest} request
|
|
829
|
-
* @return {!Uint8Array}
|
|
830
|
-
*/
|
|
831
|
-
function(request) {
|
|
832
|
-
return request.serializeBinary();
|
|
833
|
-
},
|
|
834
|
-
proto.sniippaymentmethodsserviceapi.GetPaymentMethodResponse.deserializeBinary
|
|
835
|
-
);
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
/**
|
|
839
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetActivatedPaymentMethodRequest} request The
|
|
840
|
-
* request proto
|
|
841
|
-
* @param {?Object<string, string>} metadata User defined
|
|
842
|
-
* call metadata
|
|
843
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.GetPaymentMethodResponse)}
|
|
844
|
-
* callback The callback function(error, response)
|
|
845
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.GetPaymentMethodResponse>|undefined}
|
|
846
|
-
* The XHR Node Readable Stream
|
|
847
|
-
*/
|
|
848
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.getActivatedPaymentMethod =
|
|
849
|
-
function(request, metadata, callback) {
|
|
850
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
851
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetActivatedPaymentMethod',
|
|
852
|
-
request,
|
|
853
|
-
metadata || {},
|
|
854
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetActivatedPaymentMethod,
|
|
855
|
-
callback);
|
|
856
|
-
};
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
/**
|
|
860
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetActivatedPaymentMethodRequest} request The
|
|
861
|
-
* request proto
|
|
862
|
-
* @param {?Object<string, string>} metadata User defined
|
|
863
|
-
* call metadata
|
|
864
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.GetPaymentMethodResponse>}
|
|
865
|
-
* Promise that resolves to the response
|
|
866
|
-
*/
|
|
867
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getActivatedPaymentMethod =
|
|
868
|
-
function(request, metadata) {
|
|
869
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
870
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetActivatedPaymentMethod',
|
|
871
|
-
request,
|
|
872
|
-
metadata || {},
|
|
873
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetActivatedPaymentMethod);
|
|
874
|
-
};
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
/**
|
|
878
|
-
* @const
|
|
879
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
880
|
-
* !proto.sniippaymentmethodsserviceapi.GetBankVerifyCodeRequest,
|
|
881
|
-
* !proto.sniippaymentmethodsserviceapi.BankVerifyCodeResponse>}
|
|
882
|
-
*/
|
|
883
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetBankVerifyCode = new grpc.web.MethodDescriptor(
|
|
884
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetBankVerifyCode',
|
|
885
|
-
grpc.web.MethodType.UNARY,
|
|
886
|
-
proto.sniippaymentmethodsserviceapi.GetBankVerifyCodeRequest,
|
|
887
|
-
proto.sniippaymentmethodsserviceapi.BankVerifyCodeResponse,
|
|
888
|
-
/**
|
|
889
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetBankVerifyCodeRequest} request
|
|
890
|
-
* @return {!Uint8Array}
|
|
891
|
-
*/
|
|
892
|
-
function(request) {
|
|
893
|
-
return request.serializeBinary();
|
|
894
|
-
},
|
|
895
|
-
proto.sniippaymentmethodsserviceapi.BankVerifyCodeResponse.deserializeBinary
|
|
896
|
-
);
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
/**
|
|
900
|
-
* @const
|
|
901
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
902
|
-
* !proto.sniippaymentmethodsserviceapi.GetBankVerifyCodeRequest,
|
|
903
|
-
* !proto.sniippaymentmethodsserviceapi.BankVerifyCodeResponse>}
|
|
904
|
-
*/
|
|
905
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_GetBankVerifyCode = new grpc.web.AbstractClientBase.MethodInfo(
|
|
906
|
-
proto.sniippaymentmethodsserviceapi.BankVerifyCodeResponse,
|
|
907
|
-
/**
|
|
908
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetBankVerifyCodeRequest} request
|
|
909
|
-
* @return {!Uint8Array}
|
|
910
|
-
*/
|
|
911
|
-
function(request) {
|
|
912
|
-
return request.serializeBinary();
|
|
913
|
-
},
|
|
914
|
-
proto.sniippaymentmethodsserviceapi.BankVerifyCodeResponse.deserializeBinary
|
|
915
|
-
);
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
/**
|
|
919
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetBankVerifyCodeRequest} request The
|
|
920
|
-
* request proto
|
|
921
|
-
* @param {?Object<string, string>} metadata User defined
|
|
922
|
-
* call metadata
|
|
923
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.BankVerifyCodeResponse)}
|
|
924
|
-
* callback The callback function(error, response)
|
|
925
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.BankVerifyCodeResponse>|undefined}
|
|
926
|
-
* The XHR Node Readable Stream
|
|
927
|
-
*/
|
|
928
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.getBankVerifyCode =
|
|
929
|
-
function(request, metadata, callback) {
|
|
930
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
931
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetBankVerifyCode',
|
|
932
|
-
request,
|
|
933
|
-
metadata || {},
|
|
934
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetBankVerifyCode,
|
|
935
|
-
callback);
|
|
936
|
-
};
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
/**
|
|
940
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetBankVerifyCodeRequest} request The
|
|
941
|
-
* request proto
|
|
942
|
-
* @param {?Object<string, string>} metadata User defined
|
|
943
|
-
* call metadata
|
|
944
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.BankVerifyCodeResponse>}
|
|
945
|
-
* Promise that resolves to the response
|
|
946
|
-
*/
|
|
947
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getBankVerifyCode =
|
|
948
|
-
function(request, metadata) {
|
|
949
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
950
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetBankVerifyCode',
|
|
951
|
-
request,
|
|
952
|
-
metadata || {},
|
|
953
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetBankVerifyCode);
|
|
954
|
-
};
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
/**
|
|
958
|
-
* @const
|
|
959
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
960
|
-
* !proto.sniippaymentmethodsserviceapi.GetCardHashRequest,
|
|
961
|
-
* !proto.sniippaymentmethodsserviceapi.CardHashResponse>}
|
|
962
|
-
*/
|
|
963
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetCardHash = new grpc.web.MethodDescriptor(
|
|
964
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetCardHash',
|
|
965
|
-
grpc.web.MethodType.UNARY,
|
|
966
|
-
proto.sniippaymentmethodsserviceapi.GetCardHashRequest,
|
|
967
|
-
proto.sniippaymentmethodsserviceapi.CardHashResponse,
|
|
968
|
-
/**
|
|
969
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetCardHashRequest} request
|
|
970
|
-
* @return {!Uint8Array}
|
|
971
|
-
*/
|
|
972
|
-
function(request) {
|
|
973
|
-
return request.serializeBinary();
|
|
974
|
-
},
|
|
975
|
-
proto.sniippaymentmethodsserviceapi.CardHashResponse.deserializeBinary
|
|
976
|
-
);
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
/**
|
|
980
|
-
* @const
|
|
981
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
982
|
-
* !proto.sniippaymentmethodsserviceapi.GetCardHashRequest,
|
|
983
|
-
* !proto.sniippaymentmethodsserviceapi.CardHashResponse>}
|
|
984
|
-
*/
|
|
985
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_GetCardHash = new grpc.web.AbstractClientBase.MethodInfo(
|
|
986
|
-
proto.sniippaymentmethodsserviceapi.CardHashResponse,
|
|
987
|
-
/**
|
|
988
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetCardHashRequest} request
|
|
989
|
-
* @return {!Uint8Array}
|
|
990
|
-
*/
|
|
991
|
-
function(request) {
|
|
992
|
-
return request.serializeBinary();
|
|
993
|
-
},
|
|
994
|
-
proto.sniippaymentmethodsserviceapi.CardHashResponse.deserializeBinary
|
|
995
|
-
);
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
/**
|
|
999
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetCardHashRequest} request The
|
|
1000
|
-
* request proto
|
|
1001
|
-
* @param {?Object<string, string>} metadata User defined
|
|
1002
|
-
* call metadata
|
|
1003
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.CardHashResponse)}
|
|
1004
|
-
* callback The callback function(error, response)
|
|
1005
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.CardHashResponse>|undefined}
|
|
1006
|
-
* The XHR Node Readable Stream
|
|
1007
|
-
*/
|
|
1008
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.getCardHash =
|
|
1009
|
-
function(request, metadata, callback) {
|
|
1010
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
1011
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetCardHash',
|
|
1012
|
-
request,
|
|
1013
|
-
metadata || {},
|
|
1014
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetCardHash,
|
|
1015
|
-
callback);
|
|
1016
|
-
};
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
/**
|
|
1020
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetCardHashRequest} request The
|
|
1021
|
-
* request proto
|
|
1022
|
-
* @param {?Object<string, string>} metadata User defined
|
|
1023
|
-
* call metadata
|
|
1024
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.CardHashResponse>}
|
|
1025
|
-
* Promise that resolves to the response
|
|
1026
|
-
*/
|
|
1027
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getCardHash =
|
|
1028
|
-
function(request, metadata) {
|
|
1029
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
1030
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetCardHash',
|
|
1031
|
-
request,
|
|
1032
|
-
metadata || {},
|
|
1033
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetCardHash);
|
|
1034
|
-
};
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
/**
|
|
1038
|
-
* @const
|
|
1039
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
1040
|
-
* !proto.sniippaymentmethodsserviceapi.GetCardHashesForUserRequest,
|
|
1041
|
-
* !proto.sniippaymentmethodsserviceapi.CardHashesForUserResponse>}
|
|
1042
|
-
*/
|
|
1043
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetCardHashesForUser = new grpc.web.MethodDescriptor(
|
|
1044
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetCardHashesForUser',
|
|
1045
|
-
grpc.web.MethodType.UNARY,
|
|
1046
|
-
proto.sniippaymentmethodsserviceapi.GetCardHashesForUserRequest,
|
|
1047
|
-
proto.sniippaymentmethodsserviceapi.CardHashesForUserResponse,
|
|
1048
|
-
/**
|
|
1049
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetCardHashesForUserRequest} request
|
|
1050
|
-
* @return {!Uint8Array}
|
|
1051
|
-
*/
|
|
1052
|
-
function(request) {
|
|
1053
|
-
return request.serializeBinary();
|
|
1054
|
-
},
|
|
1055
|
-
proto.sniippaymentmethodsserviceapi.CardHashesForUserResponse.deserializeBinary
|
|
1056
|
-
);
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
/**
|
|
1060
|
-
* @const
|
|
1061
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
1062
|
-
* !proto.sniippaymentmethodsserviceapi.GetCardHashesForUserRequest,
|
|
1063
|
-
* !proto.sniippaymentmethodsserviceapi.CardHashesForUserResponse>}
|
|
1064
|
-
*/
|
|
1065
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_GetCardHashesForUser = new grpc.web.AbstractClientBase.MethodInfo(
|
|
1066
|
-
proto.sniippaymentmethodsserviceapi.CardHashesForUserResponse,
|
|
1067
|
-
/**
|
|
1068
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetCardHashesForUserRequest} request
|
|
1069
|
-
* @return {!Uint8Array}
|
|
1070
|
-
*/
|
|
1071
|
-
function(request) {
|
|
1072
|
-
return request.serializeBinary();
|
|
1073
|
-
},
|
|
1074
|
-
proto.sniippaymentmethodsserviceapi.CardHashesForUserResponse.deserializeBinary
|
|
1075
|
-
);
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
/**
|
|
1079
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetCardHashesForUserRequest} request The
|
|
1080
|
-
* request proto
|
|
1081
|
-
* @param {?Object<string, string>} metadata User defined
|
|
1082
|
-
* call metadata
|
|
1083
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.CardHashesForUserResponse)}
|
|
1084
|
-
* callback The callback function(error, response)
|
|
1085
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.CardHashesForUserResponse>|undefined}
|
|
1086
|
-
* The XHR Node Readable Stream
|
|
1087
|
-
*/
|
|
1088
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.getCardHashesForUser =
|
|
1089
|
-
function(request, metadata, callback) {
|
|
1090
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
1091
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetCardHashesForUser',
|
|
1092
|
-
request,
|
|
1093
|
-
metadata || {},
|
|
1094
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetCardHashesForUser,
|
|
1095
|
-
callback);
|
|
1096
|
-
};
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
/**
|
|
1100
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetCardHashesForUserRequest} request The
|
|
1101
|
-
* request proto
|
|
1102
|
-
* @param {?Object<string, string>} metadata User defined
|
|
1103
|
-
* call metadata
|
|
1104
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.CardHashesForUserResponse>}
|
|
1105
|
-
* Promise that resolves to the response
|
|
1106
|
-
*/
|
|
1107
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getCardHashesForUser =
|
|
1108
|
-
function(request, metadata) {
|
|
1109
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
1110
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetCardHashesForUser',
|
|
1111
|
-
request,
|
|
1112
|
-
metadata || {},
|
|
1113
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetCardHashesForUser);
|
|
1114
|
-
};
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
/**
|
|
1118
|
-
* @const
|
|
1119
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
1120
|
-
* !proto.sniippaymentmethodsserviceapi.GetCreditCardForPaymentRequest,
|
|
1121
|
-
* !proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse>}
|
|
1122
|
-
*/
|
|
1123
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetCreditCardForPayment = new grpc.web.MethodDescriptor(
|
|
1124
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetCreditCardForPayment',
|
|
1125
|
-
grpc.web.MethodType.UNARY,
|
|
1126
|
-
proto.sniippaymentmethodsserviceapi.GetCreditCardForPaymentRequest,
|
|
1127
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse,
|
|
1128
|
-
/**
|
|
1129
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetCreditCardForPaymentRequest} request
|
|
1130
|
-
* @return {!Uint8Array}
|
|
1131
|
-
*/
|
|
1132
|
-
function(request) {
|
|
1133
|
-
return request.serializeBinary();
|
|
1134
|
-
},
|
|
1135
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse.deserializeBinary
|
|
1136
|
-
);
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
/**
|
|
1140
|
-
* @const
|
|
1141
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
1142
|
-
* !proto.sniippaymentmethodsserviceapi.GetCreditCardForPaymentRequest,
|
|
1143
|
-
* !proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse>}
|
|
1144
|
-
*/
|
|
1145
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_GetCreditCardForPayment = new grpc.web.AbstractClientBase.MethodInfo(
|
|
1146
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse,
|
|
1147
|
-
/**
|
|
1148
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetCreditCardForPaymentRequest} request
|
|
1149
|
-
* @return {!Uint8Array}
|
|
1150
|
-
*/
|
|
1151
|
-
function(request) {
|
|
1152
|
-
return request.serializeBinary();
|
|
1153
|
-
},
|
|
1154
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse.deserializeBinary
|
|
1155
|
-
);
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
/**
|
|
1159
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetCreditCardForPaymentRequest} request The
|
|
1160
|
-
* request proto
|
|
1161
|
-
* @param {?Object<string, string>} metadata User defined
|
|
1162
|
-
* call metadata
|
|
1163
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse)}
|
|
1164
|
-
* callback The callback function(error, response)
|
|
1165
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse>|undefined}
|
|
1166
|
-
* The XHR Node Readable Stream
|
|
1167
|
-
*/
|
|
1168
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.getCreditCardForPayment =
|
|
1169
|
-
function(request, metadata, callback) {
|
|
1170
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
1171
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetCreditCardForPayment',
|
|
1172
|
-
request,
|
|
1173
|
-
metadata || {},
|
|
1174
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetCreditCardForPayment,
|
|
1175
|
-
callback);
|
|
1176
|
-
};
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
/**
|
|
1180
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetCreditCardForPaymentRequest} request The
|
|
1181
|
-
* request proto
|
|
1182
|
-
* @param {?Object<string, string>} metadata User defined
|
|
1183
|
-
* call metadata
|
|
1184
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse>}
|
|
1185
|
-
* Promise that resolves to the response
|
|
1186
|
-
*/
|
|
1187
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getCreditCardForPayment =
|
|
1188
|
-
function(request, metadata) {
|
|
1189
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
1190
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetCreditCardForPayment',
|
|
1191
|
-
request,
|
|
1192
|
-
metadata || {},
|
|
1193
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetCreditCardForPayment);
|
|
1194
|
-
};
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
/**
|
|
1198
|
-
* @const
|
|
1199
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
1200
|
-
* !proto.sniippaymentmethodsserviceapi.GetDigitalPaymentMethodsInfoRequest,
|
|
1201
|
-
* !proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
1202
|
-
*/
|
|
1203
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetDigitalPaymentMethodsInfo = new grpc.web.MethodDescriptor(
|
|
1204
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetDigitalPaymentMethodsInfo',
|
|
1205
|
-
grpc.web.MethodType.UNARY,
|
|
1206
|
-
proto.sniippaymentmethodsserviceapi.GetDigitalPaymentMethodsInfoRequest,
|
|
1207
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse,
|
|
1208
|
-
/**
|
|
1209
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetDigitalPaymentMethodsInfoRequest} request
|
|
1210
|
-
* @return {!Uint8Array}
|
|
1211
|
-
*/
|
|
1212
|
-
function(request) {
|
|
1213
|
-
return request.serializeBinary();
|
|
1214
|
-
},
|
|
1215
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.deserializeBinary
|
|
1216
|
-
);
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
/**
|
|
1220
|
-
* @const
|
|
1221
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
1222
|
-
* !proto.sniippaymentmethodsserviceapi.GetDigitalPaymentMethodsInfoRequest,
|
|
1223
|
-
* !proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
1224
|
-
*/
|
|
1225
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_GetDigitalPaymentMethodsInfo = new grpc.web.AbstractClientBase.MethodInfo(
|
|
1226
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse,
|
|
1227
|
-
/**
|
|
1228
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetDigitalPaymentMethodsInfoRequest} request
|
|
1229
|
-
* @return {!Uint8Array}
|
|
1230
|
-
*/
|
|
1231
|
-
function(request) {
|
|
1232
|
-
return request.serializeBinary();
|
|
1233
|
-
},
|
|
1234
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.deserializeBinary
|
|
1235
|
-
);
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
/**
|
|
1239
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetDigitalPaymentMethodsInfoRequest} request The
|
|
1240
|
-
* request proto
|
|
1241
|
-
* @param {?Object<string, string>} metadata User defined
|
|
1242
|
-
* call metadata
|
|
1243
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse)}
|
|
1244
|
-
* callback The callback function(error, response)
|
|
1245
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>|undefined}
|
|
1246
|
-
* The XHR Node Readable Stream
|
|
1247
|
-
*/
|
|
1248
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.getDigitalPaymentMethodsInfo =
|
|
1249
|
-
function(request, metadata, callback) {
|
|
1250
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
1251
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetDigitalPaymentMethodsInfo',
|
|
1252
|
-
request,
|
|
1253
|
-
metadata || {},
|
|
1254
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetDigitalPaymentMethodsInfo,
|
|
1255
|
-
callback);
|
|
1256
|
-
};
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
/**
|
|
1260
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetDigitalPaymentMethodsInfoRequest} request The
|
|
1261
|
-
* request proto
|
|
1262
|
-
* @param {?Object<string, string>} metadata User defined
|
|
1263
|
-
* call metadata
|
|
1264
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
1265
|
-
* Promise that resolves to the response
|
|
1266
|
-
*/
|
|
1267
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getDigitalPaymentMethodsInfo =
|
|
1268
|
-
function(request, metadata) {
|
|
1269
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
1270
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetDigitalPaymentMethodsInfo',
|
|
1271
|
-
request,
|
|
1272
|
-
metadata || {},
|
|
1273
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetDigitalPaymentMethodsInfo);
|
|
1274
|
-
};
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
/**
|
|
1278
|
-
* @const
|
|
1279
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
1280
|
-
* !proto.sniippaymentmethodsserviceapi.GetPaymentMethodForPaymentRequest,
|
|
1281
|
-
* !proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse>}
|
|
1282
|
-
*/
|
|
1283
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodForPayment = new grpc.web.MethodDescriptor(
|
|
1284
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodForPayment',
|
|
1285
|
-
grpc.web.MethodType.UNARY,
|
|
1286
|
-
proto.sniippaymentmethodsserviceapi.GetPaymentMethodForPaymentRequest,
|
|
1287
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse,
|
|
1288
|
-
/**
|
|
1289
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodForPaymentRequest} request
|
|
1290
|
-
* @return {!Uint8Array}
|
|
1291
|
-
*/
|
|
1292
|
-
function(request) {
|
|
1293
|
-
return request.serializeBinary();
|
|
1294
|
-
},
|
|
1295
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse.deserializeBinary
|
|
1296
|
-
);
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
/**
|
|
1300
|
-
* @const
|
|
1301
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
1302
|
-
* !proto.sniippaymentmethodsserviceapi.GetPaymentMethodForPaymentRequest,
|
|
1303
|
-
* !proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse>}
|
|
1304
|
-
*/
|
|
1305
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_GetPaymentMethodForPayment = new grpc.web.AbstractClientBase.MethodInfo(
|
|
1306
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse,
|
|
1307
|
-
/**
|
|
1308
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodForPaymentRequest} request
|
|
1309
|
-
* @return {!Uint8Array}
|
|
1310
|
-
*/
|
|
1311
|
-
function(request) {
|
|
1312
|
-
return request.serializeBinary();
|
|
1313
|
-
},
|
|
1314
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse.deserializeBinary
|
|
1315
|
-
);
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
/**
|
|
1319
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodForPaymentRequest} request The
|
|
1320
|
-
* request proto
|
|
1321
|
-
* @param {?Object<string, string>} metadata User defined
|
|
1322
|
-
* call metadata
|
|
1323
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse)}
|
|
1324
|
-
* callback The callback function(error, response)
|
|
1325
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse>|undefined}
|
|
1326
|
-
* The XHR Node Readable Stream
|
|
1327
|
-
*/
|
|
1328
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.getPaymentMethodForPayment =
|
|
1329
|
-
function(request, metadata, callback) {
|
|
1330
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
1331
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodForPayment',
|
|
1332
|
-
request,
|
|
1333
|
-
metadata || {},
|
|
1334
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodForPayment,
|
|
1335
|
-
callback);
|
|
1336
|
-
};
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
/**
|
|
1340
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodForPaymentRequest} request The
|
|
1341
|
-
* request proto
|
|
1342
|
-
* @param {?Object<string, string>} metadata User defined
|
|
1343
|
-
* call metadata
|
|
1344
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse>}
|
|
1345
|
-
* Promise that resolves to the response
|
|
1346
|
-
*/
|
|
1347
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getPaymentMethodForPayment =
|
|
1348
|
-
function(request, metadata) {
|
|
1349
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
1350
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodForPayment',
|
|
1351
|
-
request,
|
|
1352
|
-
metadata || {},
|
|
1353
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodForPayment);
|
|
1354
|
-
};
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
/**
|
|
1358
|
-
* @const
|
|
1359
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
1360
|
-
* !proto.sniippaymentmethodsserviceapi.GetPaymentMethodGroupRequest,
|
|
1361
|
-
* !proto.sniippaymentmethodsserviceapi.PaymentMethodGroupGetResponse>}
|
|
1362
|
-
*/
|
|
1363
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodGroup = new grpc.web.MethodDescriptor(
|
|
1364
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodGroup',
|
|
1365
|
-
grpc.web.MethodType.UNARY,
|
|
1366
|
-
proto.sniippaymentmethodsserviceapi.GetPaymentMethodGroupRequest,
|
|
1367
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodGroupGetResponse,
|
|
1368
|
-
/**
|
|
1369
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodGroupRequest} request
|
|
1370
|
-
* @return {!Uint8Array}
|
|
1371
|
-
*/
|
|
1372
|
-
function(request) {
|
|
1373
|
-
return request.serializeBinary();
|
|
1374
|
-
},
|
|
1375
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodGroupGetResponse.deserializeBinary
|
|
1376
|
-
);
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
/**
|
|
1380
|
-
* @const
|
|
1381
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
1382
|
-
* !proto.sniippaymentmethodsserviceapi.GetPaymentMethodGroupRequest,
|
|
1383
|
-
* !proto.sniippaymentmethodsserviceapi.PaymentMethodGroupGetResponse>}
|
|
1384
|
-
*/
|
|
1385
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_GetPaymentMethodGroup = new grpc.web.AbstractClientBase.MethodInfo(
|
|
1386
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodGroupGetResponse,
|
|
1387
|
-
/**
|
|
1388
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodGroupRequest} request
|
|
1389
|
-
* @return {!Uint8Array}
|
|
1390
|
-
*/
|
|
1391
|
-
function(request) {
|
|
1392
|
-
return request.serializeBinary();
|
|
1393
|
-
},
|
|
1394
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodGroupGetResponse.deserializeBinary
|
|
1395
|
-
);
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
/**
|
|
1399
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodGroupRequest} request The
|
|
1400
|
-
* request proto
|
|
1401
|
-
* @param {?Object<string, string>} metadata User defined
|
|
1402
|
-
* call metadata
|
|
1403
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.PaymentMethodGroupGetResponse)}
|
|
1404
|
-
* callback The callback function(error, response)
|
|
1405
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.PaymentMethodGroupGetResponse>|undefined}
|
|
1406
|
-
* The XHR Node Readable Stream
|
|
1407
|
-
*/
|
|
1408
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.getPaymentMethodGroup =
|
|
1409
|
-
function(request, metadata, callback) {
|
|
1410
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
1411
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodGroup',
|
|
1412
|
-
request,
|
|
1413
|
-
metadata || {},
|
|
1414
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodGroup,
|
|
1415
|
-
callback);
|
|
1416
|
-
};
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
/**
|
|
1420
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodGroupRequest} request The
|
|
1421
|
-
* request proto
|
|
1422
|
-
* @param {?Object<string, string>} metadata User defined
|
|
1423
|
-
* call metadata
|
|
1424
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.PaymentMethodGroupGetResponse>}
|
|
1425
|
-
* Promise that resolves to the response
|
|
1426
|
-
*/
|
|
1427
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getPaymentMethodGroup =
|
|
1428
|
-
function(request, metadata) {
|
|
1429
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
1430
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodGroup',
|
|
1431
|
-
request,
|
|
1432
|
-
metadata || {},
|
|
1433
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodGroup);
|
|
1434
|
-
};
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
/**
|
|
1438
|
-
* @const
|
|
1439
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
1440
|
-
* !proto.google.protobuf.Empty,
|
|
1441
|
-
* !proto.sniippaymentmethodsserviceapi.PaymentMethodGroupsResponse>}
|
|
1442
|
-
*/
|
|
1443
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodGroups = new grpc.web.MethodDescriptor(
|
|
1444
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodGroups',
|
|
1445
|
-
grpc.web.MethodType.UNARY,
|
|
1446
|
-
google_protobuf_empty_pb.Empty,
|
|
1447
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodGroupsResponse,
|
|
1448
|
-
/**
|
|
1449
|
-
* @param {!proto.google.protobuf.Empty} request
|
|
1450
|
-
* @return {!Uint8Array}
|
|
1451
|
-
*/
|
|
1452
|
-
function(request) {
|
|
1453
|
-
return request.serializeBinary();
|
|
1454
|
-
},
|
|
1455
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodGroupsResponse.deserializeBinary
|
|
1456
|
-
);
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
/**
|
|
1460
|
-
* @const
|
|
1461
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
1462
|
-
* !proto.google.protobuf.Empty,
|
|
1463
|
-
* !proto.sniippaymentmethodsserviceapi.PaymentMethodGroupsResponse>}
|
|
1464
|
-
*/
|
|
1465
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_GetPaymentMethodGroups = new grpc.web.AbstractClientBase.MethodInfo(
|
|
1466
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodGroupsResponse,
|
|
1467
|
-
/**
|
|
1468
|
-
* @param {!proto.google.protobuf.Empty} request
|
|
1469
|
-
* @return {!Uint8Array}
|
|
1470
|
-
*/
|
|
1471
|
-
function(request) {
|
|
1472
|
-
return request.serializeBinary();
|
|
1473
|
-
},
|
|
1474
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodGroupsResponse.deserializeBinary
|
|
1475
|
-
);
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
/**
|
|
1479
|
-
* @param {!proto.google.protobuf.Empty} request The
|
|
1480
|
-
* request proto
|
|
1481
|
-
* @param {?Object<string, string>} metadata User defined
|
|
1482
|
-
* call metadata
|
|
1483
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.PaymentMethodGroupsResponse)}
|
|
1484
|
-
* callback The callback function(error, response)
|
|
1485
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.PaymentMethodGroupsResponse>|undefined}
|
|
1486
|
-
* The XHR Node Readable Stream
|
|
1487
|
-
*/
|
|
1488
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.getPaymentMethodGroups =
|
|
1489
|
-
function(request, metadata, callback) {
|
|
1490
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
1491
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodGroups',
|
|
1492
|
-
request,
|
|
1493
|
-
metadata || {},
|
|
1494
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodGroups,
|
|
1495
|
-
callback);
|
|
1496
|
-
};
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
/**
|
|
1500
|
-
* @param {!proto.google.protobuf.Empty} request The
|
|
1501
|
-
* request proto
|
|
1502
|
-
* @param {?Object<string, string>} metadata User defined
|
|
1503
|
-
* call metadata
|
|
1504
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.PaymentMethodGroupsResponse>}
|
|
1505
|
-
* Promise that resolves to the response
|
|
1506
|
-
*/
|
|
1507
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getPaymentMethodGroups =
|
|
1508
|
-
function(request, metadata) {
|
|
1509
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
1510
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodGroups',
|
|
1511
|
-
request,
|
|
1512
|
-
metadata || {},
|
|
1513
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodGroups);
|
|
1514
|
-
};
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
/**
|
|
1518
|
-
* @const
|
|
1519
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
1520
|
-
* !proto.google.protobuf.Empty,
|
|
1521
|
-
* !proto.sniippaymentmethodsserviceapi.PaymentMethodTypesResponse>}
|
|
1522
|
-
*/
|
|
1523
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodTypes = new grpc.web.MethodDescriptor(
|
|
1524
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodTypes',
|
|
1525
|
-
grpc.web.MethodType.UNARY,
|
|
1526
|
-
google_protobuf_empty_pb.Empty,
|
|
1527
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodTypesResponse,
|
|
1528
|
-
/**
|
|
1529
|
-
* @param {!proto.google.protobuf.Empty} request
|
|
1530
|
-
* @return {!Uint8Array}
|
|
1531
|
-
*/
|
|
1532
|
-
function(request) {
|
|
1533
|
-
return request.serializeBinary();
|
|
1534
|
-
},
|
|
1535
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodTypesResponse.deserializeBinary
|
|
1536
|
-
);
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
/**
|
|
1540
|
-
* @const
|
|
1541
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
1542
|
-
* !proto.google.protobuf.Empty,
|
|
1543
|
-
* !proto.sniippaymentmethodsserviceapi.PaymentMethodTypesResponse>}
|
|
1544
|
-
*/
|
|
1545
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_GetPaymentMethodTypes = new grpc.web.AbstractClientBase.MethodInfo(
|
|
1546
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodTypesResponse,
|
|
1547
|
-
/**
|
|
1548
|
-
* @param {!proto.google.protobuf.Empty} request
|
|
1549
|
-
* @return {!Uint8Array}
|
|
1550
|
-
*/
|
|
1551
|
-
function(request) {
|
|
1552
|
-
return request.serializeBinary();
|
|
1553
|
-
},
|
|
1554
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodTypesResponse.deserializeBinary
|
|
1555
|
-
);
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
/**
|
|
1559
|
-
* @param {!proto.google.protobuf.Empty} request The
|
|
1560
|
-
* request proto
|
|
1561
|
-
* @param {?Object<string, string>} metadata User defined
|
|
1562
|
-
* call metadata
|
|
1563
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.PaymentMethodTypesResponse)}
|
|
1564
|
-
* callback The callback function(error, response)
|
|
1565
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.PaymentMethodTypesResponse>|undefined}
|
|
1566
|
-
* The XHR Node Readable Stream
|
|
1567
|
-
*/
|
|
1568
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.getPaymentMethodTypes =
|
|
1569
|
-
function(request, metadata, callback) {
|
|
1570
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
1571
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodTypes',
|
|
1572
|
-
request,
|
|
1573
|
-
metadata || {},
|
|
1574
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodTypes,
|
|
1575
|
-
callback);
|
|
1576
|
-
};
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
/**
|
|
1580
|
-
* @param {!proto.google.protobuf.Empty} request The
|
|
1581
|
-
* request proto
|
|
1582
|
-
* @param {?Object<string, string>} metadata User defined
|
|
1583
|
-
* call metadata
|
|
1584
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.PaymentMethodTypesResponse>}
|
|
1585
|
-
* Promise that resolves to the response
|
|
1586
|
-
*/
|
|
1587
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getPaymentMethodTypes =
|
|
1588
|
-
function(request, metadata) {
|
|
1589
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
1590
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodTypes',
|
|
1591
|
-
request,
|
|
1592
|
-
metadata || {},
|
|
1593
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodTypes);
|
|
1594
|
-
};
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
/**
|
|
1598
|
-
* @const
|
|
1599
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
1600
|
-
* !proto.sniippaymentmethodsserviceapi.GetPaymentMethodsRequest,
|
|
1601
|
-
* !proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
1602
|
-
*/
|
|
1603
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethods = new grpc.web.MethodDescriptor(
|
|
1604
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethods',
|
|
1605
|
-
grpc.web.MethodType.UNARY,
|
|
1606
|
-
proto.sniippaymentmethodsserviceapi.GetPaymentMethodsRequest,
|
|
1607
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse,
|
|
1608
|
-
/**
|
|
1609
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsRequest} request
|
|
1610
|
-
* @return {!Uint8Array}
|
|
1611
|
-
*/
|
|
1612
|
-
function(request) {
|
|
1613
|
-
return request.serializeBinary();
|
|
1614
|
-
},
|
|
1615
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.deserializeBinary
|
|
1616
|
-
);
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
/**
|
|
1620
|
-
* @const
|
|
1621
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
1622
|
-
* !proto.sniippaymentmethodsserviceapi.GetPaymentMethodsRequest,
|
|
1623
|
-
* !proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
1624
|
-
*/
|
|
1625
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_GetPaymentMethods = new grpc.web.AbstractClientBase.MethodInfo(
|
|
1626
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse,
|
|
1627
|
-
/**
|
|
1628
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsRequest} request
|
|
1629
|
-
* @return {!Uint8Array}
|
|
1630
|
-
*/
|
|
1631
|
-
function(request) {
|
|
1632
|
-
return request.serializeBinary();
|
|
1633
|
-
},
|
|
1634
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.deserializeBinary
|
|
1635
|
-
);
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
/**
|
|
1639
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsRequest} request The
|
|
1640
|
-
* request proto
|
|
1641
|
-
* @param {?Object<string, string>} metadata User defined
|
|
1642
|
-
* call metadata
|
|
1643
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse)}
|
|
1644
|
-
* callback The callback function(error, response)
|
|
1645
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>|undefined}
|
|
1646
|
-
* The XHR Node Readable Stream
|
|
1647
|
-
*/
|
|
1648
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.getPaymentMethods =
|
|
1649
|
-
function(request, metadata, callback) {
|
|
1650
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
1651
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethods',
|
|
1652
|
-
request,
|
|
1653
|
-
metadata || {},
|
|
1654
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethods,
|
|
1655
|
-
callback);
|
|
1656
|
-
};
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
/**
|
|
1660
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsRequest} request The
|
|
1661
|
-
* request proto
|
|
1662
|
-
* @param {?Object<string, string>} metadata User defined
|
|
1663
|
-
* call metadata
|
|
1664
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
1665
|
-
* Promise that resolves to the response
|
|
1666
|
-
*/
|
|
1667
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getPaymentMethods =
|
|
1668
|
-
function(request, metadata) {
|
|
1669
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
1670
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethods',
|
|
1671
|
-
request,
|
|
1672
|
-
metadata || {},
|
|
1673
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethods);
|
|
1674
|
-
};
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
/**
|
|
1678
|
-
* @const
|
|
1679
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
1680
|
-
* !proto.sniippaymentmethodsserviceapi.GetPaymentMethodsByPaymentMethodIdInternalRequest,
|
|
1681
|
-
* !proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
1682
|
-
*/
|
|
1683
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsByPaymentMethodIdInternal = new grpc.web.MethodDescriptor(
|
|
1684
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsByPaymentMethodIdInternal',
|
|
1685
|
-
grpc.web.MethodType.UNARY,
|
|
1686
|
-
proto.sniippaymentmethodsserviceapi.GetPaymentMethodsByPaymentMethodIdInternalRequest,
|
|
1687
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse,
|
|
1688
|
-
/**
|
|
1689
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsByPaymentMethodIdInternalRequest} request
|
|
1690
|
-
* @return {!Uint8Array}
|
|
1691
|
-
*/
|
|
1692
|
-
function(request) {
|
|
1693
|
-
return request.serializeBinary();
|
|
1694
|
-
},
|
|
1695
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.deserializeBinary
|
|
1696
|
-
);
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
/**
|
|
1700
|
-
* @const
|
|
1701
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
1702
|
-
* !proto.sniippaymentmethodsserviceapi.GetPaymentMethodsByPaymentMethodIdInternalRequest,
|
|
1703
|
-
* !proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
1704
|
-
*/
|
|
1705
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsByPaymentMethodIdInternal = new grpc.web.AbstractClientBase.MethodInfo(
|
|
1706
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse,
|
|
1707
|
-
/**
|
|
1708
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsByPaymentMethodIdInternalRequest} request
|
|
1709
|
-
* @return {!Uint8Array}
|
|
1710
|
-
*/
|
|
1711
|
-
function(request) {
|
|
1712
|
-
return request.serializeBinary();
|
|
1713
|
-
},
|
|
1714
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.deserializeBinary
|
|
1715
|
-
);
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
/**
|
|
1719
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsByPaymentMethodIdInternalRequest} request The
|
|
1720
|
-
* request proto
|
|
1721
|
-
* @param {?Object<string, string>} metadata User defined
|
|
1722
|
-
* call metadata
|
|
1723
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse)}
|
|
1724
|
-
* callback The callback function(error, response)
|
|
1725
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>|undefined}
|
|
1726
|
-
* The XHR Node Readable Stream
|
|
1727
|
-
*/
|
|
1728
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.getPaymentMethodsByPaymentMethodIdInternal =
|
|
1729
|
-
function(request, metadata, callback) {
|
|
1730
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
1731
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsByPaymentMethodIdInternal',
|
|
1732
|
-
request,
|
|
1733
|
-
metadata || {},
|
|
1734
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsByPaymentMethodIdInternal,
|
|
1735
|
-
callback);
|
|
1736
|
-
};
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
/**
|
|
1740
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsByPaymentMethodIdInternalRequest} request The
|
|
1741
|
-
* request proto
|
|
1742
|
-
* @param {?Object<string, string>} metadata User defined
|
|
1743
|
-
* call metadata
|
|
1744
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
1745
|
-
* Promise that resolves to the response
|
|
1746
|
-
*/
|
|
1747
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getPaymentMethodsByPaymentMethodIdInternal =
|
|
1748
|
-
function(request, metadata) {
|
|
1749
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
1750
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsByPaymentMethodIdInternal',
|
|
1751
|
-
request,
|
|
1752
|
-
metadata || {},
|
|
1753
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsByPaymentMethodIdInternal);
|
|
1754
|
-
};
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
/**
|
|
1758
|
-
* @const
|
|
1759
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
1760
|
-
* !proto.sniippaymentmethodsserviceapi.GetPaymentMethodsForAuditRequest,
|
|
1761
|
-
* !proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
1762
|
-
*/
|
|
1763
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsForAudit = new grpc.web.MethodDescriptor(
|
|
1764
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsForAudit',
|
|
1765
|
-
grpc.web.MethodType.UNARY,
|
|
1766
|
-
proto.sniippaymentmethodsserviceapi.GetPaymentMethodsForAuditRequest,
|
|
1767
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse,
|
|
1768
|
-
/**
|
|
1769
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsForAuditRequest} request
|
|
1770
|
-
* @return {!Uint8Array}
|
|
1771
|
-
*/
|
|
1772
|
-
function(request) {
|
|
1773
|
-
return request.serializeBinary();
|
|
1774
|
-
},
|
|
1775
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.deserializeBinary
|
|
1776
|
-
);
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
/**
|
|
1780
|
-
* @const
|
|
1781
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
1782
|
-
* !proto.sniippaymentmethodsserviceapi.GetPaymentMethodsForAuditRequest,
|
|
1783
|
-
* !proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
1784
|
-
*/
|
|
1785
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsForAudit = new grpc.web.AbstractClientBase.MethodInfo(
|
|
1786
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse,
|
|
1787
|
-
/**
|
|
1788
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsForAuditRequest} request
|
|
1789
|
-
* @return {!Uint8Array}
|
|
1790
|
-
*/
|
|
1791
|
-
function(request) {
|
|
1792
|
-
return request.serializeBinary();
|
|
1793
|
-
},
|
|
1794
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.deserializeBinary
|
|
1795
|
-
);
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
/**
|
|
1799
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsForAuditRequest} request The
|
|
1800
|
-
* request proto
|
|
1801
|
-
* @param {?Object<string, string>} metadata User defined
|
|
1802
|
-
* call metadata
|
|
1803
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse)}
|
|
1804
|
-
* callback The callback function(error, response)
|
|
1805
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>|undefined}
|
|
1806
|
-
* The XHR Node Readable Stream
|
|
1807
|
-
*/
|
|
1808
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.getPaymentMethodsForAudit =
|
|
1809
|
-
function(request, metadata, callback) {
|
|
1810
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
1811
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsForAudit',
|
|
1812
|
-
request,
|
|
1813
|
-
metadata || {},
|
|
1814
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsForAudit,
|
|
1815
|
-
callback);
|
|
1816
|
-
};
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
/**
|
|
1820
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsForAuditRequest} request The
|
|
1821
|
-
* request proto
|
|
1822
|
-
* @param {?Object<string, string>} metadata User defined
|
|
1823
|
-
* call metadata
|
|
1824
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
1825
|
-
* Promise that resolves to the response
|
|
1826
|
-
*/
|
|
1827
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getPaymentMethodsForAudit =
|
|
1828
|
-
function(request, metadata) {
|
|
1829
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
1830
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsForAudit',
|
|
1831
|
-
request,
|
|
1832
|
-
metadata || {},
|
|
1833
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsForAudit);
|
|
1834
|
-
};
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
/**
|
|
1838
|
-
* @const
|
|
1839
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
1840
|
-
* !proto.sniippaymentmethodsserviceapi.GetPaymentMethodsForAuditInternalRequest,
|
|
1841
|
-
* !proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
1842
|
-
*/
|
|
1843
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsForAuditInternal = new grpc.web.MethodDescriptor(
|
|
1844
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsForAuditInternal',
|
|
1845
|
-
grpc.web.MethodType.UNARY,
|
|
1846
|
-
proto.sniippaymentmethodsserviceapi.GetPaymentMethodsForAuditInternalRequest,
|
|
1847
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse,
|
|
1848
|
-
/**
|
|
1849
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsForAuditInternalRequest} request
|
|
1850
|
-
* @return {!Uint8Array}
|
|
1851
|
-
*/
|
|
1852
|
-
function(request) {
|
|
1853
|
-
return request.serializeBinary();
|
|
1854
|
-
},
|
|
1855
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.deserializeBinary
|
|
1856
|
-
);
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
/**
|
|
1860
|
-
* @const
|
|
1861
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
1862
|
-
* !proto.sniippaymentmethodsserviceapi.GetPaymentMethodsForAuditInternalRequest,
|
|
1863
|
-
* !proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
1864
|
-
*/
|
|
1865
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsForAuditInternal = new grpc.web.AbstractClientBase.MethodInfo(
|
|
1866
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse,
|
|
1867
|
-
/**
|
|
1868
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsForAuditInternalRequest} request
|
|
1869
|
-
* @return {!Uint8Array}
|
|
1870
|
-
*/
|
|
1871
|
-
function(request) {
|
|
1872
|
-
return request.serializeBinary();
|
|
1873
|
-
},
|
|
1874
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.deserializeBinary
|
|
1875
|
-
);
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
/**
|
|
1879
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsForAuditInternalRequest} request The
|
|
1880
|
-
* request proto
|
|
1881
|
-
* @param {?Object<string, string>} metadata User defined
|
|
1882
|
-
* call metadata
|
|
1883
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse)}
|
|
1884
|
-
* callback The callback function(error, response)
|
|
1885
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>|undefined}
|
|
1886
|
-
* The XHR Node Readable Stream
|
|
1887
|
-
*/
|
|
1888
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.getPaymentMethodsForAuditInternal =
|
|
1889
|
-
function(request, metadata, callback) {
|
|
1890
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
1891
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsForAuditInternal',
|
|
1892
|
-
request,
|
|
1893
|
-
metadata || {},
|
|
1894
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsForAuditInternal,
|
|
1895
|
-
callback);
|
|
1896
|
-
};
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
/**
|
|
1900
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsForAuditInternalRequest} request The
|
|
1901
|
-
* request proto
|
|
1902
|
-
* @param {?Object<string, string>} metadata User defined
|
|
1903
|
-
* call metadata
|
|
1904
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
1905
|
-
* Promise that resolves to the response
|
|
1906
|
-
*/
|
|
1907
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getPaymentMethodsForAuditInternal =
|
|
1908
|
-
function(request, metadata) {
|
|
1909
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
1910
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsForAuditInternal',
|
|
1911
|
-
request,
|
|
1912
|
-
metadata || {},
|
|
1913
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsForAuditInternal);
|
|
1914
|
-
};
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
/**
|
|
1918
|
-
* @const
|
|
1919
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
1920
|
-
* !proto.google.protobuf.Empty,
|
|
1921
|
-
* !proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
1922
|
-
*/
|
|
1923
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsForKyc = new grpc.web.MethodDescriptor(
|
|
1924
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsForKyc',
|
|
1925
|
-
grpc.web.MethodType.UNARY,
|
|
1926
|
-
google_protobuf_empty_pb.Empty,
|
|
1927
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse,
|
|
1928
|
-
/**
|
|
1929
|
-
* @param {!proto.google.protobuf.Empty} request
|
|
1930
|
-
* @return {!Uint8Array}
|
|
1931
|
-
*/
|
|
1932
|
-
function(request) {
|
|
1933
|
-
return request.serializeBinary();
|
|
1934
|
-
},
|
|
1935
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.deserializeBinary
|
|
1936
|
-
);
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
/**
|
|
1940
|
-
* @const
|
|
1941
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
1942
|
-
* !proto.google.protobuf.Empty,
|
|
1943
|
-
* !proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
1944
|
-
*/
|
|
1945
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsForKyc = new grpc.web.AbstractClientBase.MethodInfo(
|
|
1946
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse,
|
|
1947
|
-
/**
|
|
1948
|
-
* @param {!proto.google.protobuf.Empty} request
|
|
1949
|
-
* @return {!Uint8Array}
|
|
1950
|
-
*/
|
|
1951
|
-
function(request) {
|
|
1952
|
-
return request.serializeBinary();
|
|
1953
|
-
},
|
|
1954
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.deserializeBinary
|
|
1955
|
-
);
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
/**
|
|
1959
|
-
* @param {!proto.google.protobuf.Empty} request The
|
|
1960
|
-
* request proto
|
|
1961
|
-
* @param {?Object<string, string>} metadata User defined
|
|
1962
|
-
* call metadata
|
|
1963
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse)}
|
|
1964
|
-
* callback The callback function(error, response)
|
|
1965
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>|undefined}
|
|
1966
|
-
* The XHR Node Readable Stream
|
|
1967
|
-
*/
|
|
1968
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.getPaymentMethodsForKyc =
|
|
1969
|
-
function(request, metadata, callback) {
|
|
1970
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
1971
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsForKyc',
|
|
1972
|
-
request,
|
|
1973
|
-
metadata || {},
|
|
1974
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsForKyc,
|
|
1975
|
-
callback);
|
|
1976
|
-
};
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
/**
|
|
1980
|
-
* @param {!proto.google.protobuf.Empty} request The
|
|
1981
|
-
* request proto
|
|
1982
|
-
* @param {?Object<string, string>} metadata User defined
|
|
1983
|
-
* call metadata
|
|
1984
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
1985
|
-
* Promise that resolves to the response
|
|
1986
|
-
*/
|
|
1987
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getPaymentMethodsForKyc =
|
|
1988
|
-
function(request, metadata) {
|
|
1989
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
1990
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsForKyc',
|
|
1991
|
-
request,
|
|
1992
|
-
metadata || {},
|
|
1993
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsForKyc);
|
|
1994
|
-
};
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
/**
|
|
1998
|
-
* @const
|
|
1999
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
2000
|
-
* !proto.sniippaymentmethodsserviceapi.GetPaymentMethodsInternalRequest,
|
|
2001
|
-
* !proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
2002
|
-
*/
|
|
2003
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsInternal = new grpc.web.MethodDescriptor(
|
|
2004
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsInternal',
|
|
2005
|
-
grpc.web.MethodType.UNARY,
|
|
2006
|
-
proto.sniippaymentmethodsserviceapi.GetPaymentMethodsInternalRequest,
|
|
2007
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse,
|
|
2008
|
-
/**
|
|
2009
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsInternalRequest} request
|
|
2010
|
-
* @return {!Uint8Array}
|
|
2011
|
-
*/
|
|
2012
|
-
function(request) {
|
|
2013
|
-
return request.serializeBinary();
|
|
2014
|
-
},
|
|
2015
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.deserializeBinary
|
|
2016
|
-
);
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
/**
|
|
2020
|
-
* @const
|
|
2021
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
2022
|
-
* !proto.sniippaymentmethodsserviceapi.GetPaymentMethodsInternalRequest,
|
|
2023
|
-
* !proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
2024
|
-
*/
|
|
2025
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsInternal = new grpc.web.AbstractClientBase.MethodInfo(
|
|
2026
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse,
|
|
2027
|
-
/**
|
|
2028
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsInternalRequest} request
|
|
2029
|
-
* @return {!Uint8Array}
|
|
2030
|
-
*/
|
|
2031
|
-
function(request) {
|
|
2032
|
-
return request.serializeBinary();
|
|
2033
|
-
},
|
|
2034
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse.deserializeBinary
|
|
2035
|
-
);
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
/**
|
|
2039
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsInternalRequest} request The
|
|
2040
|
-
* request proto
|
|
2041
|
-
* @param {?Object<string, string>} metadata User defined
|
|
2042
|
-
* call metadata
|
|
2043
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse)}
|
|
2044
|
-
* callback The callback function(error, response)
|
|
2045
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>|undefined}
|
|
2046
|
-
* The XHR Node Readable Stream
|
|
2047
|
-
*/
|
|
2048
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.getPaymentMethodsInternal =
|
|
2049
|
-
function(request, metadata, callback) {
|
|
2050
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
2051
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsInternal',
|
|
2052
|
-
request,
|
|
2053
|
-
metadata || {},
|
|
2054
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsInternal,
|
|
2055
|
-
callback);
|
|
2056
|
-
};
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
/**
|
|
2060
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPaymentMethodsInternalRequest} request The
|
|
2061
|
-
* request proto
|
|
2062
|
-
* @param {?Object<string, string>} metadata User defined
|
|
2063
|
-
* call metadata
|
|
2064
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse>}
|
|
2065
|
-
* Promise that resolves to the response
|
|
2066
|
-
*/
|
|
2067
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getPaymentMethodsInternal =
|
|
2068
|
-
function(request, metadata) {
|
|
2069
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
2070
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPaymentMethodsInternal',
|
|
2071
|
-
request,
|
|
2072
|
-
metadata || {},
|
|
2073
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPaymentMethodsInternal);
|
|
2074
|
-
};
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
/**
|
|
2078
|
-
* @const
|
|
2079
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
2080
|
-
* !proto.sniippaymentmethodsserviceapi.GetPriorityBillConfigsForPaymentMethodRequest,
|
|
2081
|
-
* !proto.sniippaymentmethodsserviceapi.BillConfigsForPaymentResponse>}
|
|
2082
|
-
*/
|
|
2083
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPriorityBillConfigsForPaymentMethod = new grpc.web.MethodDescriptor(
|
|
2084
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPriorityBillConfigsForPaymentMethod',
|
|
2085
|
-
grpc.web.MethodType.UNARY,
|
|
2086
|
-
proto.sniippaymentmethodsserviceapi.GetPriorityBillConfigsForPaymentMethodRequest,
|
|
2087
|
-
proto.sniippaymentmethodsserviceapi.BillConfigsForPaymentResponse,
|
|
2088
|
-
/**
|
|
2089
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPriorityBillConfigsForPaymentMethodRequest} request
|
|
2090
|
-
* @return {!Uint8Array}
|
|
2091
|
-
*/
|
|
2092
|
-
function(request) {
|
|
2093
|
-
return request.serializeBinary();
|
|
2094
|
-
},
|
|
2095
|
-
proto.sniippaymentmethodsserviceapi.BillConfigsForPaymentResponse.deserializeBinary
|
|
2096
|
-
);
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
/**
|
|
2100
|
-
* @const
|
|
2101
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
2102
|
-
* !proto.sniippaymentmethodsserviceapi.GetPriorityBillConfigsForPaymentMethodRequest,
|
|
2103
|
-
* !proto.sniippaymentmethodsserviceapi.BillConfigsForPaymentResponse>}
|
|
2104
|
-
*/
|
|
2105
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_GetPriorityBillConfigsForPaymentMethod = new grpc.web.AbstractClientBase.MethodInfo(
|
|
2106
|
-
proto.sniippaymentmethodsserviceapi.BillConfigsForPaymentResponse,
|
|
2107
|
-
/**
|
|
2108
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPriorityBillConfigsForPaymentMethodRequest} request
|
|
2109
|
-
* @return {!Uint8Array}
|
|
2110
|
-
*/
|
|
2111
|
-
function(request) {
|
|
2112
|
-
return request.serializeBinary();
|
|
2113
|
-
},
|
|
2114
|
-
proto.sniippaymentmethodsserviceapi.BillConfigsForPaymentResponse.deserializeBinary
|
|
2115
|
-
);
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
/**
|
|
2119
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPriorityBillConfigsForPaymentMethodRequest} request The
|
|
2120
|
-
* request proto
|
|
2121
|
-
* @param {?Object<string, string>} metadata User defined
|
|
2122
|
-
* call metadata
|
|
2123
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.BillConfigsForPaymentResponse)}
|
|
2124
|
-
* callback The callback function(error, response)
|
|
2125
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.BillConfigsForPaymentResponse>|undefined}
|
|
2126
|
-
* The XHR Node Readable Stream
|
|
2127
|
-
*/
|
|
2128
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.getPriorityBillConfigsForPaymentMethod =
|
|
2129
|
-
function(request, metadata, callback) {
|
|
2130
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
2131
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPriorityBillConfigsForPaymentMethod',
|
|
2132
|
-
request,
|
|
2133
|
-
metadata || {},
|
|
2134
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPriorityBillConfigsForPaymentMethod,
|
|
2135
|
-
callback);
|
|
2136
|
-
};
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
/**
|
|
2140
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetPriorityBillConfigsForPaymentMethodRequest} request The
|
|
2141
|
-
* request proto
|
|
2142
|
-
* @param {?Object<string, string>} metadata User defined
|
|
2143
|
-
* call metadata
|
|
2144
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.BillConfigsForPaymentResponse>}
|
|
2145
|
-
* Promise that resolves to the response
|
|
2146
|
-
*/
|
|
2147
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getPriorityBillConfigsForPaymentMethod =
|
|
2148
|
-
function(request, metadata) {
|
|
2149
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
2150
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetPriorityBillConfigsForPaymentMethod',
|
|
2151
|
-
request,
|
|
2152
|
-
metadata || {},
|
|
2153
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetPriorityBillConfigsForPaymentMethod);
|
|
2154
|
-
};
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
/**
|
|
2158
|
-
* @const
|
|
2159
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
2160
|
-
* !proto.sniippaymentmethodsserviceapi.GetZenithPaymentDetailsRequest,
|
|
2161
|
-
* !proto.sniippaymentmethodsserviceapi.ZenithPaymentDetailsResponse>}
|
|
2162
|
-
*/
|
|
2163
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_GetZenithPaymentDetails = new grpc.web.MethodDescriptor(
|
|
2164
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetZenithPaymentDetails',
|
|
2165
|
-
grpc.web.MethodType.UNARY,
|
|
2166
|
-
proto.sniippaymentmethodsserviceapi.GetZenithPaymentDetailsRequest,
|
|
2167
|
-
proto.sniippaymentmethodsserviceapi.ZenithPaymentDetailsResponse,
|
|
2168
|
-
/**
|
|
2169
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetZenithPaymentDetailsRequest} request
|
|
2170
|
-
* @return {!Uint8Array}
|
|
2171
|
-
*/
|
|
2172
|
-
function(request) {
|
|
2173
|
-
return request.serializeBinary();
|
|
2174
|
-
},
|
|
2175
|
-
proto.sniippaymentmethodsserviceapi.ZenithPaymentDetailsResponse.deserializeBinary
|
|
2176
|
-
);
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
/**
|
|
2180
|
-
* @const
|
|
2181
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
2182
|
-
* !proto.sniippaymentmethodsserviceapi.GetZenithPaymentDetailsRequest,
|
|
2183
|
-
* !proto.sniippaymentmethodsserviceapi.ZenithPaymentDetailsResponse>}
|
|
2184
|
-
*/
|
|
2185
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_GetZenithPaymentDetails = new grpc.web.AbstractClientBase.MethodInfo(
|
|
2186
|
-
proto.sniippaymentmethodsserviceapi.ZenithPaymentDetailsResponse,
|
|
2187
|
-
/**
|
|
2188
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetZenithPaymentDetailsRequest} request
|
|
2189
|
-
* @return {!Uint8Array}
|
|
2190
|
-
*/
|
|
2191
|
-
function(request) {
|
|
2192
|
-
return request.serializeBinary();
|
|
2193
|
-
},
|
|
2194
|
-
proto.sniippaymentmethodsserviceapi.ZenithPaymentDetailsResponse.deserializeBinary
|
|
2195
|
-
);
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
/**
|
|
2199
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetZenithPaymentDetailsRequest} request The
|
|
2200
|
-
* request proto
|
|
2201
|
-
* @param {?Object<string, string>} metadata User defined
|
|
2202
|
-
* call metadata
|
|
2203
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.ZenithPaymentDetailsResponse)}
|
|
2204
|
-
* callback The callback function(error, response)
|
|
2205
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.ZenithPaymentDetailsResponse>|undefined}
|
|
2206
|
-
* The XHR Node Readable Stream
|
|
2207
|
-
*/
|
|
2208
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.getZenithPaymentDetails =
|
|
2209
|
-
function(request, metadata, callback) {
|
|
2210
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
2211
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetZenithPaymentDetails',
|
|
2212
|
-
request,
|
|
2213
|
-
metadata || {},
|
|
2214
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetZenithPaymentDetails,
|
|
2215
|
-
callback);
|
|
2216
|
-
};
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
/**
|
|
2220
|
-
* @param {!proto.sniippaymentmethodsserviceapi.GetZenithPaymentDetailsRequest} request The
|
|
2221
|
-
* request proto
|
|
2222
|
-
* @param {?Object<string, string>} metadata User defined
|
|
2223
|
-
* call metadata
|
|
2224
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ZenithPaymentDetailsResponse>}
|
|
2225
|
-
* Promise that resolves to the response
|
|
2226
|
-
*/
|
|
2227
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.getZenithPaymentDetails =
|
|
2228
|
-
function(request, metadata) {
|
|
2229
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
2230
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/GetZenithPaymentDetails',
|
|
2231
|
-
request,
|
|
2232
|
-
metadata || {},
|
|
2233
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_GetZenithPaymentDetails);
|
|
2234
|
-
};
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
/**
|
|
2238
|
-
* @const
|
|
2239
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
2240
|
-
* !proto.sniippaymentmethodsserviceapi.RemovePaymentMethodRequest,
|
|
2241
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2242
|
-
*/
|
|
2243
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_RemovePaymentMethod = new grpc.web.MethodDescriptor(
|
|
2244
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/RemovePaymentMethod',
|
|
2245
|
-
grpc.web.MethodType.UNARY,
|
|
2246
|
-
proto.sniippaymentmethodsserviceapi.RemovePaymentMethodRequest,
|
|
2247
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
2248
|
-
/**
|
|
2249
|
-
* @param {!proto.sniippaymentmethodsserviceapi.RemovePaymentMethodRequest} request
|
|
2250
|
-
* @return {!Uint8Array}
|
|
2251
|
-
*/
|
|
2252
|
-
function(request) {
|
|
2253
|
-
return request.serializeBinary();
|
|
2254
|
-
},
|
|
2255
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
2256
|
-
);
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
/**
|
|
2260
|
-
* @const
|
|
2261
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
2262
|
-
* !proto.sniippaymentmethodsserviceapi.RemovePaymentMethodRequest,
|
|
2263
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2264
|
-
*/
|
|
2265
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_RemovePaymentMethod = new grpc.web.AbstractClientBase.MethodInfo(
|
|
2266
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
2267
|
-
/**
|
|
2268
|
-
* @param {!proto.sniippaymentmethodsserviceapi.RemovePaymentMethodRequest} request
|
|
2269
|
-
* @return {!Uint8Array}
|
|
2270
|
-
*/
|
|
2271
|
-
function(request) {
|
|
2272
|
-
return request.serializeBinary();
|
|
2273
|
-
},
|
|
2274
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
2275
|
-
);
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
/**
|
|
2279
|
-
* @param {!proto.sniippaymentmethodsserviceapi.RemovePaymentMethodRequest} request The
|
|
2280
|
-
* request proto
|
|
2281
|
-
* @param {?Object<string, string>} metadata User defined
|
|
2282
|
-
* call metadata
|
|
2283
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.ResponseCode)}
|
|
2284
|
-
* callback The callback function(error, response)
|
|
2285
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.ResponseCode>|undefined}
|
|
2286
|
-
* The XHR Node Readable Stream
|
|
2287
|
-
*/
|
|
2288
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.removePaymentMethod =
|
|
2289
|
-
function(request, metadata, callback) {
|
|
2290
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
2291
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/RemovePaymentMethod',
|
|
2292
|
-
request,
|
|
2293
|
-
metadata || {},
|
|
2294
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_RemovePaymentMethod,
|
|
2295
|
-
callback);
|
|
2296
|
-
};
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
/**
|
|
2300
|
-
* @param {!proto.sniippaymentmethodsserviceapi.RemovePaymentMethodRequest} request The
|
|
2301
|
-
* request proto
|
|
2302
|
-
* @param {?Object<string, string>} metadata User defined
|
|
2303
|
-
* call metadata
|
|
2304
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2305
|
-
* Promise that resolves to the response
|
|
2306
|
-
*/
|
|
2307
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.removePaymentMethod =
|
|
2308
|
-
function(request, metadata) {
|
|
2309
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
2310
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/RemovePaymentMethod',
|
|
2311
|
-
request,
|
|
2312
|
-
metadata || {},
|
|
2313
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_RemovePaymentMethod);
|
|
2314
|
-
};
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
/**
|
|
2318
|
-
* @const
|
|
2319
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
2320
|
-
* !proto.google.protobuf.Empty,
|
|
2321
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2322
|
-
*/
|
|
2323
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_SendPaymentMethodExpiredNotification = new grpc.web.MethodDescriptor(
|
|
2324
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/SendPaymentMethodExpiredNotification',
|
|
2325
|
-
grpc.web.MethodType.UNARY,
|
|
2326
|
-
google_protobuf_empty_pb.Empty,
|
|
2327
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
2328
|
-
/**
|
|
2329
|
-
* @param {!proto.google.protobuf.Empty} request
|
|
2330
|
-
* @return {!Uint8Array}
|
|
2331
|
-
*/
|
|
2332
|
-
function(request) {
|
|
2333
|
-
return request.serializeBinary();
|
|
2334
|
-
},
|
|
2335
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
2336
|
-
);
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
/**
|
|
2340
|
-
* @const
|
|
2341
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
2342
|
-
* !proto.google.protobuf.Empty,
|
|
2343
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2344
|
-
*/
|
|
2345
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_SendPaymentMethodExpiredNotification = new grpc.web.AbstractClientBase.MethodInfo(
|
|
2346
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
2347
|
-
/**
|
|
2348
|
-
* @param {!proto.google.protobuf.Empty} request
|
|
2349
|
-
* @return {!Uint8Array}
|
|
2350
|
-
*/
|
|
2351
|
-
function(request) {
|
|
2352
|
-
return request.serializeBinary();
|
|
2353
|
-
},
|
|
2354
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
2355
|
-
);
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
/**
|
|
2359
|
-
* @param {!proto.google.protobuf.Empty} request The
|
|
2360
|
-
* request proto
|
|
2361
|
-
* @param {?Object<string, string>} metadata User defined
|
|
2362
|
-
* call metadata
|
|
2363
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.ResponseCode)}
|
|
2364
|
-
* callback The callback function(error, response)
|
|
2365
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.ResponseCode>|undefined}
|
|
2366
|
-
* The XHR Node Readable Stream
|
|
2367
|
-
*/
|
|
2368
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.sendPaymentMethodExpiredNotification =
|
|
2369
|
-
function(request, metadata, callback) {
|
|
2370
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
2371
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/SendPaymentMethodExpiredNotification',
|
|
2372
|
-
request,
|
|
2373
|
-
metadata || {},
|
|
2374
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_SendPaymentMethodExpiredNotification,
|
|
2375
|
-
callback);
|
|
2376
|
-
};
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
/**
|
|
2380
|
-
* @param {!proto.google.protobuf.Empty} request The
|
|
2381
|
-
* request proto
|
|
2382
|
-
* @param {?Object<string, string>} metadata User defined
|
|
2383
|
-
* call metadata
|
|
2384
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2385
|
-
* Promise that resolves to the response
|
|
2386
|
-
*/
|
|
2387
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.sendPaymentMethodExpiredNotification =
|
|
2388
|
-
function(request, metadata) {
|
|
2389
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
2390
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/SendPaymentMethodExpiredNotification',
|
|
2391
|
-
request,
|
|
2392
|
-
metadata || {},
|
|
2393
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_SendPaymentMethodExpiredNotification);
|
|
2394
|
-
};
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
/**
|
|
2398
|
-
* @const
|
|
2399
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
2400
|
-
* !proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest,
|
|
2401
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2402
|
-
*/
|
|
2403
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_SendPaymentMethodExpiringForScheduledPaymentsNotification = new grpc.web.MethodDescriptor(
|
|
2404
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/SendPaymentMethodExpiringForScheduledPaymentsNotification',
|
|
2405
|
-
grpc.web.MethodType.UNARY,
|
|
2406
|
-
proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest,
|
|
2407
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
2408
|
-
/**
|
|
2409
|
-
* @param {!proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest} request
|
|
2410
|
-
* @return {!Uint8Array}
|
|
2411
|
-
*/
|
|
2412
|
-
function(request) {
|
|
2413
|
-
return request.serializeBinary();
|
|
2414
|
-
},
|
|
2415
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
2416
|
-
);
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
/**
|
|
2420
|
-
* @const
|
|
2421
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
2422
|
-
* !proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest,
|
|
2423
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2424
|
-
*/
|
|
2425
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_SendPaymentMethodExpiringForScheduledPaymentsNotification = new grpc.web.AbstractClientBase.MethodInfo(
|
|
2426
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
2427
|
-
/**
|
|
2428
|
-
* @param {!proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest} request
|
|
2429
|
-
* @return {!Uint8Array}
|
|
2430
|
-
*/
|
|
2431
|
-
function(request) {
|
|
2432
|
-
return request.serializeBinary();
|
|
2433
|
-
},
|
|
2434
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
2435
|
-
);
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
/**
|
|
2439
|
-
* @param {!proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest} request The
|
|
2440
|
-
* request proto
|
|
2441
|
-
* @param {?Object<string, string>} metadata User defined
|
|
2442
|
-
* call metadata
|
|
2443
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.ResponseCode)}
|
|
2444
|
-
* callback The callback function(error, response)
|
|
2445
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.ResponseCode>|undefined}
|
|
2446
|
-
* The XHR Node Readable Stream
|
|
2447
|
-
*/
|
|
2448
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.sendPaymentMethodExpiringForScheduledPaymentsNotification =
|
|
2449
|
-
function(request, metadata, callback) {
|
|
2450
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
2451
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/SendPaymentMethodExpiringForScheduledPaymentsNotification',
|
|
2452
|
-
request,
|
|
2453
|
-
metadata || {},
|
|
2454
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_SendPaymentMethodExpiringForScheduledPaymentsNotification,
|
|
2455
|
-
callback);
|
|
2456
|
-
};
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
/**
|
|
2460
|
-
* @param {!proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest} request The
|
|
2461
|
-
* request proto
|
|
2462
|
-
* @param {?Object<string, string>} metadata User defined
|
|
2463
|
-
* call metadata
|
|
2464
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2465
|
-
* Promise that resolves to the response
|
|
2466
|
-
*/
|
|
2467
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.sendPaymentMethodExpiringForScheduledPaymentsNotification =
|
|
2468
|
-
function(request, metadata) {
|
|
2469
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
2470
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/SendPaymentMethodExpiringForScheduledPaymentsNotification',
|
|
2471
|
-
request,
|
|
2472
|
-
metadata || {},
|
|
2473
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_SendPaymentMethodExpiringForScheduledPaymentsNotification);
|
|
2474
|
-
};
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
/**
|
|
2478
|
-
* @const
|
|
2479
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
2480
|
-
* !proto.google.protobuf.Empty,
|
|
2481
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2482
|
-
*/
|
|
2483
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_SendPaymentMethodExpiringNotification = new grpc.web.MethodDescriptor(
|
|
2484
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/SendPaymentMethodExpiringNotification',
|
|
2485
|
-
grpc.web.MethodType.UNARY,
|
|
2486
|
-
google_protobuf_empty_pb.Empty,
|
|
2487
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
2488
|
-
/**
|
|
2489
|
-
* @param {!proto.google.protobuf.Empty} request
|
|
2490
|
-
* @return {!Uint8Array}
|
|
2491
|
-
*/
|
|
2492
|
-
function(request) {
|
|
2493
|
-
return request.serializeBinary();
|
|
2494
|
-
},
|
|
2495
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
2496
|
-
);
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
/**
|
|
2500
|
-
* @const
|
|
2501
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
2502
|
-
* !proto.google.protobuf.Empty,
|
|
2503
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2504
|
-
*/
|
|
2505
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_SendPaymentMethodExpiringNotification = new grpc.web.AbstractClientBase.MethodInfo(
|
|
2506
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
2507
|
-
/**
|
|
2508
|
-
* @param {!proto.google.protobuf.Empty} request
|
|
2509
|
-
* @return {!Uint8Array}
|
|
2510
|
-
*/
|
|
2511
|
-
function(request) {
|
|
2512
|
-
return request.serializeBinary();
|
|
2513
|
-
},
|
|
2514
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
2515
|
-
);
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
/**
|
|
2519
|
-
* @param {!proto.google.protobuf.Empty} request The
|
|
2520
|
-
* request proto
|
|
2521
|
-
* @param {?Object<string, string>} metadata User defined
|
|
2522
|
-
* call metadata
|
|
2523
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.ResponseCode)}
|
|
2524
|
-
* callback The callback function(error, response)
|
|
2525
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.ResponseCode>|undefined}
|
|
2526
|
-
* The XHR Node Readable Stream
|
|
2527
|
-
*/
|
|
2528
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.sendPaymentMethodExpiringNotification =
|
|
2529
|
-
function(request, metadata, callback) {
|
|
2530
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
2531
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/SendPaymentMethodExpiringNotification',
|
|
2532
|
-
request,
|
|
2533
|
-
metadata || {},
|
|
2534
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_SendPaymentMethodExpiringNotification,
|
|
2535
|
-
callback);
|
|
2536
|
-
};
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
/**
|
|
2540
|
-
* @param {!proto.google.protobuf.Empty} request The
|
|
2541
|
-
* request proto
|
|
2542
|
-
* @param {?Object<string, string>} metadata User defined
|
|
2543
|
-
* call metadata
|
|
2544
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2545
|
-
* Promise that resolves to the response
|
|
2546
|
-
*/
|
|
2547
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.sendPaymentMethodExpiringNotification =
|
|
2548
|
-
function(request, metadata) {
|
|
2549
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
2550
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/SendPaymentMethodExpiringNotification',
|
|
2551
|
-
request,
|
|
2552
|
-
metadata || {},
|
|
2553
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_SendPaymentMethodExpiringNotification);
|
|
2554
|
-
};
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
/**
|
|
2558
|
-
* @const
|
|
2559
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
2560
|
-
* !proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest,
|
|
2561
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2562
|
-
*/
|
|
2563
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_UpdateMasterBinLookupOverride = new grpc.web.MethodDescriptor(
|
|
2564
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/UpdateMasterBinLookupOverride',
|
|
2565
|
-
grpc.web.MethodType.UNARY,
|
|
2566
|
-
proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest,
|
|
2567
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
2568
|
-
/**
|
|
2569
|
-
* @param {!proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest} request
|
|
2570
|
-
* @return {!Uint8Array}
|
|
2571
|
-
*/
|
|
2572
|
-
function(request) {
|
|
2573
|
-
return request.serializeBinary();
|
|
2574
|
-
},
|
|
2575
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
2576
|
-
);
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
/**
|
|
2580
|
-
* @const
|
|
2581
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
2582
|
-
* !proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest,
|
|
2583
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2584
|
-
*/
|
|
2585
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_UpdateMasterBinLookupOverride = new grpc.web.AbstractClientBase.MethodInfo(
|
|
2586
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
2587
|
-
/**
|
|
2588
|
-
* @param {!proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest} request
|
|
2589
|
-
* @return {!Uint8Array}
|
|
2590
|
-
*/
|
|
2591
|
-
function(request) {
|
|
2592
|
-
return request.serializeBinary();
|
|
2593
|
-
},
|
|
2594
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
2595
|
-
);
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
/**
|
|
2599
|
-
* @param {!proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest} request The
|
|
2600
|
-
* request proto
|
|
2601
|
-
* @param {?Object<string, string>} metadata User defined
|
|
2602
|
-
* call metadata
|
|
2603
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.ResponseCode)}
|
|
2604
|
-
* callback The callback function(error, response)
|
|
2605
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.ResponseCode>|undefined}
|
|
2606
|
-
* The XHR Node Readable Stream
|
|
2607
|
-
*/
|
|
2608
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.updateMasterBinLookupOverride =
|
|
2609
|
-
function(request, metadata, callback) {
|
|
2610
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
2611
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/UpdateMasterBinLookupOverride',
|
|
2612
|
-
request,
|
|
2613
|
-
metadata || {},
|
|
2614
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_UpdateMasterBinLookupOverride,
|
|
2615
|
-
callback);
|
|
2616
|
-
};
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
/**
|
|
2620
|
-
* @param {!proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest} request The
|
|
2621
|
-
* request proto
|
|
2622
|
-
* @param {?Object<string, string>} metadata User defined
|
|
2623
|
-
* call metadata
|
|
2624
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2625
|
-
* Promise that resolves to the response
|
|
2626
|
-
*/
|
|
2627
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.updateMasterBinLookupOverride =
|
|
2628
|
-
function(request, metadata) {
|
|
2629
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
2630
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/UpdateMasterBinLookupOverride',
|
|
2631
|
-
request,
|
|
2632
|
-
metadata || {},
|
|
2633
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_UpdateMasterBinLookupOverride);
|
|
2634
|
-
};
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
/**
|
|
2638
|
-
* @const
|
|
2639
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
2640
|
-
* !proto.sniippaymentmethodsserviceapi.UpdatePaymentMethodRequest,
|
|
2641
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2642
|
-
*/
|
|
2643
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_UpdatePaymentMethod = new grpc.web.MethodDescriptor(
|
|
2644
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/UpdatePaymentMethod',
|
|
2645
|
-
grpc.web.MethodType.UNARY,
|
|
2646
|
-
proto.sniippaymentmethodsserviceapi.UpdatePaymentMethodRequest,
|
|
2647
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
2648
|
-
/**
|
|
2649
|
-
* @param {!proto.sniippaymentmethodsserviceapi.UpdatePaymentMethodRequest} request
|
|
2650
|
-
* @return {!Uint8Array}
|
|
2651
|
-
*/
|
|
2652
|
-
function(request) {
|
|
2653
|
-
return request.serializeBinary();
|
|
2654
|
-
},
|
|
2655
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
2656
|
-
);
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
/**
|
|
2660
|
-
* @const
|
|
2661
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
2662
|
-
* !proto.sniippaymentmethodsserviceapi.UpdatePaymentMethodRequest,
|
|
2663
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2664
|
-
*/
|
|
2665
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_UpdatePaymentMethod = new grpc.web.AbstractClientBase.MethodInfo(
|
|
2666
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
2667
|
-
/**
|
|
2668
|
-
* @param {!proto.sniippaymentmethodsserviceapi.UpdatePaymentMethodRequest} request
|
|
2669
|
-
* @return {!Uint8Array}
|
|
2670
|
-
*/
|
|
2671
|
-
function(request) {
|
|
2672
|
-
return request.serializeBinary();
|
|
2673
|
-
},
|
|
2674
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
2675
|
-
);
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
/**
|
|
2679
|
-
* @param {!proto.sniippaymentmethodsserviceapi.UpdatePaymentMethodRequest} request The
|
|
2680
|
-
* request proto
|
|
2681
|
-
* @param {?Object<string, string>} metadata User defined
|
|
2682
|
-
* call metadata
|
|
2683
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.ResponseCode)}
|
|
2684
|
-
* callback The callback function(error, response)
|
|
2685
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.ResponseCode>|undefined}
|
|
2686
|
-
* The XHR Node Readable Stream
|
|
2687
|
-
*/
|
|
2688
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.updatePaymentMethod =
|
|
2689
|
-
function(request, metadata, callback) {
|
|
2690
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
2691
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/UpdatePaymentMethod',
|
|
2692
|
-
request,
|
|
2693
|
-
metadata || {},
|
|
2694
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_UpdatePaymentMethod,
|
|
2695
|
-
callback);
|
|
2696
|
-
};
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
/**
|
|
2700
|
-
* @param {!proto.sniippaymentmethodsserviceapi.UpdatePaymentMethodRequest} request The
|
|
2701
|
-
* request proto
|
|
2702
|
-
* @param {?Object<string, string>} metadata User defined
|
|
2703
|
-
* call metadata
|
|
2704
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2705
|
-
* Promise that resolves to the response
|
|
2706
|
-
*/
|
|
2707
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.updatePaymentMethod =
|
|
2708
|
-
function(request, metadata) {
|
|
2709
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
2710
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/UpdatePaymentMethod',
|
|
2711
|
-
request,
|
|
2712
|
-
metadata || {},
|
|
2713
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_UpdatePaymentMethod);
|
|
2714
|
-
};
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
/**
|
|
2718
|
-
* @const
|
|
2719
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
2720
|
-
* !proto.sniippaymentmethodsserviceapi.UpdatePaymentMethodGroupRequest,
|
|
2721
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2722
|
-
*/
|
|
2723
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_UpdatePaymentMethodGroup = new grpc.web.MethodDescriptor(
|
|
2724
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/UpdatePaymentMethodGroup',
|
|
2725
|
-
grpc.web.MethodType.UNARY,
|
|
2726
|
-
proto.sniippaymentmethodsserviceapi.UpdatePaymentMethodGroupRequest,
|
|
2727
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
2728
|
-
/**
|
|
2729
|
-
* @param {!proto.sniippaymentmethodsserviceapi.UpdatePaymentMethodGroupRequest} request
|
|
2730
|
-
* @return {!Uint8Array}
|
|
2731
|
-
*/
|
|
2732
|
-
function(request) {
|
|
2733
|
-
return request.serializeBinary();
|
|
2734
|
-
},
|
|
2735
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
2736
|
-
);
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
/**
|
|
2740
|
-
* @const
|
|
2741
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
2742
|
-
* !proto.sniippaymentmethodsserviceapi.UpdatePaymentMethodGroupRequest,
|
|
2743
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2744
|
-
*/
|
|
2745
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_UpdatePaymentMethodGroup = new grpc.web.AbstractClientBase.MethodInfo(
|
|
2746
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
2747
|
-
/**
|
|
2748
|
-
* @param {!proto.sniippaymentmethodsserviceapi.UpdatePaymentMethodGroupRequest} request
|
|
2749
|
-
* @return {!Uint8Array}
|
|
2750
|
-
*/
|
|
2751
|
-
function(request) {
|
|
2752
|
-
return request.serializeBinary();
|
|
2753
|
-
},
|
|
2754
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
2755
|
-
);
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
/**
|
|
2759
|
-
* @param {!proto.sniippaymentmethodsserviceapi.UpdatePaymentMethodGroupRequest} request The
|
|
2760
|
-
* request proto
|
|
2761
|
-
* @param {?Object<string, string>} metadata User defined
|
|
2762
|
-
* call metadata
|
|
2763
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.ResponseCode)}
|
|
2764
|
-
* callback The callback function(error, response)
|
|
2765
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.ResponseCode>|undefined}
|
|
2766
|
-
* The XHR Node Readable Stream
|
|
2767
|
-
*/
|
|
2768
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.updatePaymentMethodGroup =
|
|
2769
|
-
function(request, metadata, callback) {
|
|
2770
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
2771
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/UpdatePaymentMethodGroup',
|
|
2772
|
-
request,
|
|
2773
|
-
metadata || {},
|
|
2774
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_UpdatePaymentMethodGroup,
|
|
2775
|
-
callback);
|
|
2776
|
-
};
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
/**
|
|
2780
|
-
* @param {!proto.sniippaymentmethodsserviceapi.UpdatePaymentMethodGroupRequest} request The
|
|
2781
|
-
* request proto
|
|
2782
|
-
* @param {?Object<string, string>} metadata User defined
|
|
2783
|
-
* call metadata
|
|
2784
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2785
|
-
* Promise that resolves to the response
|
|
2786
|
-
*/
|
|
2787
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.updatePaymentMethodGroup =
|
|
2788
|
-
function(request, metadata) {
|
|
2789
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
2790
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/UpdatePaymentMethodGroup',
|
|
2791
|
-
request,
|
|
2792
|
-
metadata || {},
|
|
2793
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_UpdatePaymentMethodGroup);
|
|
2794
|
-
};
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
/**
|
|
2798
|
-
* @const
|
|
2799
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
2800
|
-
* !proto.sniippaymentmethodsserviceapi.ValidatePaymentMethodsRequest,
|
|
2801
|
-
* !proto.sniippaymentmethodsserviceapi.ValidatePaymentMethodsResponse>}
|
|
2802
|
-
*/
|
|
2803
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_ValidatePaymentMethods = new grpc.web.MethodDescriptor(
|
|
2804
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/ValidatePaymentMethods',
|
|
2805
|
-
grpc.web.MethodType.UNARY,
|
|
2806
|
-
proto.sniippaymentmethodsserviceapi.ValidatePaymentMethodsRequest,
|
|
2807
|
-
proto.sniippaymentmethodsserviceapi.ValidatePaymentMethodsResponse,
|
|
2808
|
-
/**
|
|
2809
|
-
* @param {!proto.sniippaymentmethodsserviceapi.ValidatePaymentMethodsRequest} request
|
|
2810
|
-
* @return {!Uint8Array}
|
|
2811
|
-
*/
|
|
2812
|
-
function(request) {
|
|
2813
|
-
return request.serializeBinary();
|
|
2814
|
-
},
|
|
2815
|
-
proto.sniippaymentmethodsserviceapi.ValidatePaymentMethodsResponse.deserializeBinary
|
|
2816
|
-
);
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
/**
|
|
2820
|
-
* @const
|
|
2821
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
2822
|
-
* !proto.sniippaymentmethodsserviceapi.ValidatePaymentMethodsRequest,
|
|
2823
|
-
* !proto.sniippaymentmethodsserviceapi.ValidatePaymentMethodsResponse>}
|
|
2824
|
-
*/
|
|
2825
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_ValidatePaymentMethods = new grpc.web.AbstractClientBase.MethodInfo(
|
|
2826
|
-
proto.sniippaymentmethodsserviceapi.ValidatePaymentMethodsResponse,
|
|
2827
|
-
/**
|
|
2828
|
-
* @param {!proto.sniippaymentmethodsserviceapi.ValidatePaymentMethodsRequest} request
|
|
2829
|
-
* @return {!Uint8Array}
|
|
2830
|
-
*/
|
|
2831
|
-
function(request) {
|
|
2832
|
-
return request.serializeBinary();
|
|
2833
|
-
},
|
|
2834
|
-
proto.sniippaymentmethodsserviceapi.ValidatePaymentMethodsResponse.deserializeBinary
|
|
2835
|
-
);
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
/**
|
|
2839
|
-
* @param {!proto.sniippaymentmethodsserviceapi.ValidatePaymentMethodsRequest} request The
|
|
2840
|
-
* request proto
|
|
2841
|
-
* @param {?Object<string, string>} metadata User defined
|
|
2842
|
-
* call metadata
|
|
2843
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.ValidatePaymentMethodsResponse)}
|
|
2844
|
-
* callback The callback function(error, response)
|
|
2845
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.ValidatePaymentMethodsResponse>|undefined}
|
|
2846
|
-
* The XHR Node Readable Stream
|
|
2847
|
-
*/
|
|
2848
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.validatePaymentMethods =
|
|
2849
|
-
function(request, metadata, callback) {
|
|
2850
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
2851
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/ValidatePaymentMethods',
|
|
2852
|
-
request,
|
|
2853
|
-
metadata || {},
|
|
2854
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_ValidatePaymentMethods,
|
|
2855
|
-
callback);
|
|
2856
|
-
};
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
/**
|
|
2860
|
-
* @param {!proto.sniippaymentmethodsserviceapi.ValidatePaymentMethodsRequest} request The
|
|
2861
|
-
* request proto
|
|
2862
|
-
* @param {?Object<string, string>} metadata User defined
|
|
2863
|
-
* call metadata
|
|
2864
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ValidatePaymentMethodsResponse>}
|
|
2865
|
-
* Promise that resolves to the response
|
|
2866
|
-
*/
|
|
2867
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.validatePaymentMethods =
|
|
2868
|
-
function(request, metadata) {
|
|
2869
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
2870
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/ValidatePaymentMethods',
|
|
2871
|
-
request,
|
|
2872
|
-
metadata || {},
|
|
2873
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_ValidatePaymentMethods);
|
|
2874
|
-
};
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
/**
|
|
2878
|
-
* @const
|
|
2879
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
2880
|
-
* !proto.sniippaymentmethodsserviceapi.VerifyBankAccountRequest,
|
|
2881
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2882
|
-
*/
|
|
2883
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_VerifyBankAccount = new grpc.web.MethodDescriptor(
|
|
2884
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/VerifyBankAccount',
|
|
2885
|
-
grpc.web.MethodType.UNARY,
|
|
2886
|
-
proto.sniippaymentmethodsserviceapi.VerifyBankAccountRequest,
|
|
2887
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
2888
|
-
/**
|
|
2889
|
-
* @param {!proto.sniippaymentmethodsserviceapi.VerifyBankAccountRequest} request
|
|
2890
|
-
* @return {!Uint8Array}
|
|
2891
|
-
*/
|
|
2892
|
-
function(request) {
|
|
2893
|
-
return request.serializeBinary();
|
|
2894
|
-
},
|
|
2895
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
2896
|
-
);
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
/**
|
|
2900
|
-
* @const
|
|
2901
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
2902
|
-
* !proto.sniippaymentmethodsserviceapi.VerifyBankAccountRequest,
|
|
2903
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2904
|
-
*/
|
|
2905
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_VerifyBankAccount = new grpc.web.AbstractClientBase.MethodInfo(
|
|
2906
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
2907
|
-
/**
|
|
2908
|
-
* @param {!proto.sniippaymentmethodsserviceapi.VerifyBankAccountRequest} request
|
|
2909
|
-
* @return {!Uint8Array}
|
|
2910
|
-
*/
|
|
2911
|
-
function(request) {
|
|
2912
|
-
return request.serializeBinary();
|
|
2913
|
-
},
|
|
2914
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
2915
|
-
);
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
/**
|
|
2919
|
-
* @param {!proto.sniippaymentmethodsserviceapi.VerifyBankAccountRequest} request The
|
|
2920
|
-
* request proto
|
|
2921
|
-
* @param {?Object<string, string>} metadata User defined
|
|
2922
|
-
* call metadata
|
|
2923
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.ResponseCode)}
|
|
2924
|
-
* callback The callback function(error, response)
|
|
2925
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.ResponseCode>|undefined}
|
|
2926
|
-
* The XHR Node Readable Stream
|
|
2927
|
-
*/
|
|
2928
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.verifyBankAccount =
|
|
2929
|
-
function(request, metadata, callback) {
|
|
2930
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
2931
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/VerifyBankAccount',
|
|
2932
|
-
request,
|
|
2933
|
-
metadata || {},
|
|
2934
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_VerifyBankAccount,
|
|
2935
|
-
callback);
|
|
2936
|
-
};
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
/**
|
|
2940
|
-
* @param {!proto.sniippaymentmethodsserviceapi.VerifyBankAccountRequest} request The
|
|
2941
|
-
* request proto
|
|
2942
|
-
* @param {?Object<string, string>} metadata User defined
|
|
2943
|
-
* call metadata
|
|
2944
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2945
|
-
* Promise that resolves to the response
|
|
2946
|
-
*/
|
|
2947
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.verifyBankAccount =
|
|
2948
|
-
function(request, metadata) {
|
|
2949
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
2950
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/VerifyBankAccount',
|
|
2951
|
-
request,
|
|
2952
|
-
metadata || {},
|
|
2953
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_VerifyBankAccount);
|
|
2954
|
-
};
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
/**
|
|
2958
|
-
* @const
|
|
2959
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
2960
|
-
* !proto.sniippaymentmethodsserviceapi.VerifyCreditCardRequest,
|
|
2961
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2962
|
-
*/
|
|
2963
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_VerifyCreditCard = new grpc.web.MethodDescriptor(
|
|
2964
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/VerifyCreditCard',
|
|
2965
|
-
grpc.web.MethodType.UNARY,
|
|
2966
|
-
proto.sniippaymentmethodsserviceapi.VerifyCreditCardRequest,
|
|
2967
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
2968
|
-
/**
|
|
2969
|
-
* @param {!proto.sniippaymentmethodsserviceapi.VerifyCreditCardRequest} request
|
|
2970
|
-
* @return {!Uint8Array}
|
|
2971
|
-
*/
|
|
2972
|
-
function(request) {
|
|
2973
|
-
return request.serializeBinary();
|
|
2974
|
-
},
|
|
2975
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
2976
|
-
);
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
/**
|
|
2980
|
-
* @const
|
|
2981
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
2982
|
-
* !proto.sniippaymentmethodsserviceapi.VerifyCreditCardRequest,
|
|
2983
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
2984
|
-
*/
|
|
2985
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_VerifyCreditCard = new grpc.web.AbstractClientBase.MethodInfo(
|
|
2986
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
2987
|
-
/**
|
|
2988
|
-
* @param {!proto.sniippaymentmethodsserviceapi.VerifyCreditCardRequest} request
|
|
2989
|
-
* @return {!Uint8Array}
|
|
2990
|
-
*/
|
|
2991
|
-
function(request) {
|
|
2992
|
-
return request.serializeBinary();
|
|
2993
|
-
},
|
|
2994
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
2995
|
-
);
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
/**
|
|
2999
|
-
* @param {!proto.sniippaymentmethodsserviceapi.VerifyCreditCardRequest} request The
|
|
3000
|
-
* request proto
|
|
3001
|
-
* @param {?Object<string, string>} metadata User defined
|
|
3002
|
-
* call metadata
|
|
3003
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.ResponseCode)}
|
|
3004
|
-
* callback The callback function(error, response)
|
|
3005
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.ResponseCode>|undefined}
|
|
3006
|
-
* The XHR Node Readable Stream
|
|
3007
|
-
*/
|
|
3008
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.verifyCreditCard =
|
|
3009
|
-
function(request, metadata, callback) {
|
|
3010
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
3011
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/VerifyCreditCard',
|
|
3012
|
-
request,
|
|
3013
|
-
metadata || {},
|
|
3014
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_VerifyCreditCard,
|
|
3015
|
-
callback);
|
|
3016
|
-
};
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
/**
|
|
3020
|
-
* @param {!proto.sniippaymentmethodsserviceapi.VerifyCreditCardRequest} request The
|
|
3021
|
-
* request proto
|
|
3022
|
-
* @param {?Object<string, string>} metadata User defined
|
|
3023
|
-
* call metadata
|
|
3024
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
3025
|
-
* Promise that resolves to the response
|
|
3026
|
-
*/
|
|
3027
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.verifyCreditCard =
|
|
3028
|
-
function(request, metadata) {
|
|
3029
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
3030
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/VerifyCreditCard',
|
|
3031
|
-
request,
|
|
3032
|
-
metadata || {},
|
|
3033
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_VerifyCreditCard);
|
|
3034
|
-
};
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
/**
|
|
3038
|
-
* @const
|
|
3039
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
3040
|
-
* !proto.sniippaymentmethodsserviceapi.VerifyCreditCardForUserRequest,
|
|
3041
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
3042
|
-
*/
|
|
3043
|
-
const methodDescriptor_SniipPaymentMethodsServiceAPIService_VerifyCreditCardForUser = new grpc.web.MethodDescriptor(
|
|
3044
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/VerifyCreditCardForUser',
|
|
3045
|
-
grpc.web.MethodType.UNARY,
|
|
3046
|
-
proto.sniippaymentmethodsserviceapi.VerifyCreditCardForUserRequest,
|
|
3047
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
3048
|
-
/**
|
|
3049
|
-
* @param {!proto.sniippaymentmethodsserviceapi.VerifyCreditCardForUserRequest} request
|
|
3050
|
-
* @return {!Uint8Array}
|
|
3051
|
-
*/
|
|
3052
|
-
function(request) {
|
|
3053
|
-
return request.serializeBinary();
|
|
3054
|
-
},
|
|
3055
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
3056
|
-
);
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
/**
|
|
3060
|
-
* @const
|
|
3061
|
-
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
3062
|
-
* !proto.sniippaymentmethodsserviceapi.VerifyCreditCardForUserRequest,
|
|
3063
|
-
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
3064
|
-
*/
|
|
3065
|
-
const methodInfo_SniipPaymentMethodsServiceAPIService_VerifyCreditCardForUser = new grpc.web.AbstractClientBase.MethodInfo(
|
|
3066
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
3067
|
-
/**
|
|
3068
|
-
* @param {!proto.sniippaymentmethodsserviceapi.VerifyCreditCardForUserRequest} request
|
|
3069
|
-
* @return {!Uint8Array}
|
|
3070
|
-
*/
|
|
3071
|
-
function(request) {
|
|
3072
|
-
return request.serializeBinary();
|
|
3073
|
-
},
|
|
3074
|
-
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
3075
|
-
);
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
/**
|
|
3079
|
-
* @param {!proto.sniippaymentmethodsserviceapi.VerifyCreditCardForUserRequest} request The
|
|
3080
|
-
* request proto
|
|
3081
|
-
* @param {?Object<string, string>} metadata User defined
|
|
3082
|
-
* call metadata
|
|
3083
|
-
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.ResponseCode)}
|
|
3084
|
-
* callback The callback function(error, response)
|
|
3085
|
-
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.ResponseCode>|undefined}
|
|
3086
|
-
* The XHR Node Readable Stream
|
|
3087
|
-
*/
|
|
3088
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.verifyCreditCardForUser =
|
|
3089
|
-
function(request, metadata, callback) {
|
|
3090
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
3091
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/VerifyCreditCardForUser',
|
|
3092
|
-
request,
|
|
3093
|
-
metadata || {},
|
|
3094
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_VerifyCreditCardForUser,
|
|
3095
|
-
callback);
|
|
3096
|
-
};
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
/**
|
|
3100
|
-
* @param {!proto.sniippaymentmethodsserviceapi.VerifyCreditCardForUserRequest} request The
|
|
3101
|
-
* request proto
|
|
3102
|
-
* @param {?Object<string, string>} metadata User defined
|
|
3103
|
-
* call metadata
|
|
3104
|
-
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
3105
|
-
* Promise that resolves to the response
|
|
3106
|
-
*/
|
|
3107
|
-
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.verifyCreditCardForUser =
|
|
3108
|
-
function(request, metadata) {
|
|
3109
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
3110
|
-
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/VerifyCreditCardForUser',
|
|
3111
|
-
request,
|
|
3112
|
-
metadata || {},
|
|
3113
|
-
methodDescriptor_SniipPaymentMethodsServiceAPIService_VerifyCreditCardForUser);
|
|
3114
|
-
};
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
module.exports = proto.sniippaymentmethodsserviceapi;
|
|
3118
|
-
|