@sniipwebmaster/payment-gateway-service-client-grpcweb 24.3.5601
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dependancies/google/api/annotations_pb.js +42 -0
- package/dependancies/google/api/http_pb.js +911 -0
- package/dependancies/grpcweb/README.txt +11 -0
- package/dependancies/grpcweb/google-protobuf/google/protobuf/README +5 -0
- package/dependancies/grpcweb/google-protobuf/google/protobuf/empty_pb.js +131 -0
- package/dependancies/protoc-gen-openapiv2/options/annotations_pb.js +42 -0
- package/dependancies/protoc-gen-openapiv2/options/http_pb.js +911 -0
- package/dependancies/service_grpc_web_pb.js +1546 -0
- package/dependancies/service_pb.js +14239 -0
- package/index.js +4 -0
- package/package.json +11 -0
|
@@ -0,0 +1,1546 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @fileoverview gRPC-Web generated client stub for sniippaymentgatewayapi
|
|
3
|
+
* @enhanceable
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
// Code generated by protoc-gen-grpc-web. DO NOT EDIT.
|
|
8
|
+
// versions:
|
|
9
|
+
// protoc-gen-grpc-web v1.4.2
|
|
10
|
+
// protoc v3.12.4
|
|
11
|
+
// source: service.proto
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
/* eslint-disable */
|
|
15
|
+
// @ts-nocheck
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
const grpc = {};
|
|
20
|
+
grpc.web = require('grpc-web');
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
var google_api_annotations_pb = require('./google/api/annotations_pb.js')
|
|
24
|
+
|
|
25
|
+
var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js')
|
|
26
|
+
const proto = {};
|
|
27
|
+
proto.sniippaymentgatewayapi = require('./service_pb.js');
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @param {string} hostname
|
|
31
|
+
* @param {?Object} credentials
|
|
32
|
+
* @param {?grpc.web.ClientOptions} options
|
|
33
|
+
* @constructor
|
|
34
|
+
* @struct
|
|
35
|
+
* @final
|
|
36
|
+
*/
|
|
37
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServiceClient =
|
|
38
|
+
function(hostname, credentials, options) {
|
|
39
|
+
if (!options) options = {};
|
|
40
|
+
options.format = 'text';
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @private @const {!grpc.web.GrpcWebClientBase} The client
|
|
44
|
+
*/
|
|
45
|
+
this.client_ = new grpc.web.GrpcWebClientBase(options);
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* @private @const {string} The hostname
|
|
49
|
+
*/
|
|
50
|
+
this.hostname_ = hostname.replace(/\/+$/, '');
|
|
51
|
+
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* @param {string} hostname
|
|
57
|
+
* @param {?Object} credentials
|
|
58
|
+
* @param {?grpc.web.ClientOptions} options
|
|
59
|
+
* @constructor
|
|
60
|
+
* @struct
|
|
61
|
+
* @final
|
|
62
|
+
*/
|
|
63
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServicePromiseClient =
|
|
64
|
+
function(hostname, credentials, options) {
|
|
65
|
+
if (!options) options = {};
|
|
66
|
+
options.format = 'text';
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* @private @const {!grpc.web.GrpcWebClientBase} The client
|
|
70
|
+
*/
|
|
71
|
+
this.client_ = new grpc.web.GrpcWebClientBase(options);
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* @private @const {string} The hostname
|
|
75
|
+
*/
|
|
76
|
+
this.hostname_ = hostname.replace(/\/+$/, '');
|
|
77
|
+
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* @const
|
|
83
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
84
|
+
* !proto.sniippaymentgatewayapi.AddPaymentGatewayRequest,
|
|
85
|
+
* !proto.sniippaymentgatewayapi.ResponseCode>}
|
|
86
|
+
*/
|
|
87
|
+
const methodDescriptor_SniipPaymentGatewayAPIService_AddPaymentGateway = new grpc.web.MethodDescriptor(
|
|
88
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/AddPaymentGateway',
|
|
89
|
+
grpc.web.MethodType.UNARY,
|
|
90
|
+
proto.sniippaymentgatewayapi.AddPaymentGatewayRequest,
|
|
91
|
+
proto.sniippaymentgatewayapi.ResponseCode,
|
|
92
|
+
/**
|
|
93
|
+
* @param {!proto.sniippaymentgatewayapi.AddPaymentGatewayRequest} request
|
|
94
|
+
* @return {!Uint8Array}
|
|
95
|
+
*/
|
|
96
|
+
function(request) {
|
|
97
|
+
return request.serializeBinary();
|
|
98
|
+
},
|
|
99
|
+
proto.sniippaymentgatewayapi.ResponseCode.deserializeBinary
|
|
100
|
+
);
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* @param {!proto.sniippaymentgatewayapi.AddPaymentGatewayRequest} request The
|
|
105
|
+
* request proto
|
|
106
|
+
* @param {?Object<string, string>} metadata User defined
|
|
107
|
+
* call metadata
|
|
108
|
+
* @param {function(?grpc.web.RpcError, ?proto.sniippaymentgatewayapi.ResponseCode)}
|
|
109
|
+
* callback The callback function(error, response)
|
|
110
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentgatewayapi.ResponseCode>|undefined}
|
|
111
|
+
* The XHR Node Readable Stream
|
|
112
|
+
*/
|
|
113
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServiceClient.prototype.addPaymentGateway =
|
|
114
|
+
function(request, metadata, callback) {
|
|
115
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
116
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/AddPaymentGateway',
|
|
117
|
+
request,
|
|
118
|
+
metadata || {},
|
|
119
|
+
methodDescriptor_SniipPaymentGatewayAPIService_AddPaymentGateway,
|
|
120
|
+
callback);
|
|
121
|
+
};
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* @param {!proto.sniippaymentgatewayapi.AddPaymentGatewayRequest} request The
|
|
126
|
+
* request proto
|
|
127
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
128
|
+
* call metadata
|
|
129
|
+
* @return {!Promise<!proto.sniippaymentgatewayapi.ResponseCode>}
|
|
130
|
+
* Promise that resolves to the response
|
|
131
|
+
*/
|
|
132
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServicePromiseClient.prototype.addPaymentGateway =
|
|
133
|
+
function(request, metadata) {
|
|
134
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
135
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/AddPaymentGateway',
|
|
136
|
+
request,
|
|
137
|
+
metadata || {},
|
|
138
|
+
methodDescriptor_SniipPaymentGatewayAPIService_AddPaymentGateway);
|
|
139
|
+
};
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* @const
|
|
144
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
145
|
+
* !proto.sniippaymentgatewayapi.CheckBsbRequest,
|
|
146
|
+
* !proto.sniippaymentgatewayapi.BsbResponse>}
|
|
147
|
+
*/
|
|
148
|
+
const methodDescriptor_SniipPaymentGatewayAPIService_CheckBsb = new grpc.web.MethodDescriptor(
|
|
149
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/CheckBsb',
|
|
150
|
+
grpc.web.MethodType.UNARY,
|
|
151
|
+
proto.sniippaymentgatewayapi.CheckBsbRequest,
|
|
152
|
+
proto.sniippaymentgatewayapi.BsbResponse,
|
|
153
|
+
/**
|
|
154
|
+
* @param {!proto.sniippaymentgatewayapi.CheckBsbRequest} request
|
|
155
|
+
* @return {!Uint8Array}
|
|
156
|
+
*/
|
|
157
|
+
function(request) {
|
|
158
|
+
return request.serializeBinary();
|
|
159
|
+
},
|
|
160
|
+
proto.sniippaymentgatewayapi.BsbResponse.deserializeBinary
|
|
161
|
+
);
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
/**
|
|
165
|
+
* @param {!proto.sniippaymentgatewayapi.CheckBsbRequest} request The
|
|
166
|
+
* request proto
|
|
167
|
+
* @param {?Object<string, string>} metadata User defined
|
|
168
|
+
* call metadata
|
|
169
|
+
* @param {function(?grpc.web.RpcError, ?proto.sniippaymentgatewayapi.BsbResponse)}
|
|
170
|
+
* callback The callback function(error, response)
|
|
171
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentgatewayapi.BsbResponse>|undefined}
|
|
172
|
+
* The XHR Node Readable Stream
|
|
173
|
+
*/
|
|
174
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServiceClient.prototype.checkBsb =
|
|
175
|
+
function(request, metadata, callback) {
|
|
176
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
177
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/CheckBsb',
|
|
178
|
+
request,
|
|
179
|
+
metadata || {},
|
|
180
|
+
methodDescriptor_SniipPaymentGatewayAPIService_CheckBsb,
|
|
181
|
+
callback);
|
|
182
|
+
};
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
/**
|
|
186
|
+
* @param {!proto.sniippaymentgatewayapi.CheckBsbRequest} request The
|
|
187
|
+
* request proto
|
|
188
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
189
|
+
* call metadata
|
|
190
|
+
* @return {!Promise<!proto.sniippaymentgatewayapi.BsbResponse>}
|
|
191
|
+
* Promise that resolves to the response
|
|
192
|
+
*/
|
|
193
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServicePromiseClient.prototype.checkBsb =
|
|
194
|
+
function(request, metadata) {
|
|
195
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
196
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/CheckBsb',
|
|
197
|
+
request,
|
|
198
|
+
metadata || {},
|
|
199
|
+
methodDescriptor_SniipPaymentGatewayAPIService_CheckBsb);
|
|
200
|
+
};
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
/**
|
|
204
|
+
* @const
|
|
205
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
206
|
+
* !proto.sniippaymentgatewayapi.ConfirmAbaProcessedStatusRequest,
|
|
207
|
+
* !proto.sniippaymentgatewayapi.ResponseCode>}
|
|
208
|
+
*/
|
|
209
|
+
const methodDescriptor_SniipPaymentGatewayAPIService_ConfirmAbaProcessedStatus = new grpc.web.MethodDescriptor(
|
|
210
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/ConfirmAbaProcessedStatus',
|
|
211
|
+
grpc.web.MethodType.UNARY,
|
|
212
|
+
proto.sniippaymentgatewayapi.ConfirmAbaProcessedStatusRequest,
|
|
213
|
+
proto.sniippaymentgatewayapi.ResponseCode,
|
|
214
|
+
/**
|
|
215
|
+
* @param {!proto.sniippaymentgatewayapi.ConfirmAbaProcessedStatusRequest} request
|
|
216
|
+
* @return {!Uint8Array}
|
|
217
|
+
*/
|
|
218
|
+
function(request) {
|
|
219
|
+
return request.serializeBinary();
|
|
220
|
+
},
|
|
221
|
+
proto.sniippaymentgatewayapi.ResponseCode.deserializeBinary
|
|
222
|
+
);
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
/**
|
|
226
|
+
* @param {!proto.sniippaymentgatewayapi.ConfirmAbaProcessedStatusRequest} request The
|
|
227
|
+
* request proto
|
|
228
|
+
* @param {?Object<string, string>} metadata User defined
|
|
229
|
+
* call metadata
|
|
230
|
+
* @param {function(?grpc.web.RpcError, ?proto.sniippaymentgatewayapi.ResponseCode)}
|
|
231
|
+
* callback The callback function(error, response)
|
|
232
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentgatewayapi.ResponseCode>|undefined}
|
|
233
|
+
* The XHR Node Readable Stream
|
|
234
|
+
*/
|
|
235
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServiceClient.prototype.confirmAbaProcessedStatus =
|
|
236
|
+
function(request, metadata, callback) {
|
|
237
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
238
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/ConfirmAbaProcessedStatus',
|
|
239
|
+
request,
|
|
240
|
+
metadata || {},
|
|
241
|
+
methodDescriptor_SniipPaymentGatewayAPIService_ConfirmAbaProcessedStatus,
|
|
242
|
+
callback);
|
|
243
|
+
};
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
/**
|
|
247
|
+
* @param {!proto.sniippaymentgatewayapi.ConfirmAbaProcessedStatusRequest} request The
|
|
248
|
+
* request proto
|
|
249
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
250
|
+
* call metadata
|
|
251
|
+
* @return {!Promise<!proto.sniippaymentgatewayapi.ResponseCode>}
|
|
252
|
+
* Promise that resolves to the response
|
|
253
|
+
*/
|
|
254
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServicePromiseClient.prototype.confirmAbaProcessedStatus =
|
|
255
|
+
function(request, metadata) {
|
|
256
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
257
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/ConfirmAbaProcessedStatus',
|
|
258
|
+
request,
|
|
259
|
+
metadata || {},
|
|
260
|
+
methodDescriptor_SniipPaymentGatewayAPIService_ConfirmAbaProcessedStatus);
|
|
261
|
+
};
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
/**
|
|
265
|
+
* @const
|
|
266
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
267
|
+
* !proto.sniippaymentgatewayapi.FinishedProcessingLegRequest,
|
|
268
|
+
* !proto.sniippaymentgatewayapi.ResponseCode>}
|
|
269
|
+
*/
|
|
270
|
+
const methodDescriptor_SniipPaymentGatewayAPIService_FinishedProcessingLeg = new grpc.web.MethodDescriptor(
|
|
271
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/FinishedProcessingLeg',
|
|
272
|
+
grpc.web.MethodType.UNARY,
|
|
273
|
+
proto.sniippaymentgatewayapi.FinishedProcessingLegRequest,
|
|
274
|
+
proto.sniippaymentgatewayapi.ResponseCode,
|
|
275
|
+
/**
|
|
276
|
+
* @param {!proto.sniippaymentgatewayapi.FinishedProcessingLegRequest} request
|
|
277
|
+
* @return {!Uint8Array}
|
|
278
|
+
*/
|
|
279
|
+
function(request) {
|
|
280
|
+
return request.serializeBinary();
|
|
281
|
+
},
|
|
282
|
+
proto.sniippaymentgatewayapi.ResponseCode.deserializeBinary
|
|
283
|
+
);
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
/**
|
|
287
|
+
* @param {!proto.sniippaymentgatewayapi.FinishedProcessingLegRequest} request The
|
|
288
|
+
* request proto
|
|
289
|
+
* @param {?Object<string, string>} metadata User defined
|
|
290
|
+
* call metadata
|
|
291
|
+
* @param {function(?grpc.web.RpcError, ?proto.sniippaymentgatewayapi.ResponseCode)}
|
|
292
|
+
* callback The callback function(error, response)
|
|
293
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentgatewayapi.ResponseCode>|undefined}
|
|
294
|
+
* The XHR Node Readable Stream
|
|
295
|
+
*/
|
|
296
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServiceClient.prototype.finishedProcessingLeg =
|
|
297
|
+
function(request, metadata, callback) {
|
|
298
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
299
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/FinishedProcessingLeg',
|
|
300
|
+
request,
|
|
301
|
+
metadata || {},
|
|
302
|
+
methodDescriptor_SniipPaymentGatewayAPIService_FinishedProcessingLeg,
|
|
303
|
+
callback);
|
|
304
|
+
};
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
/**
|
|
308
|
+
* @param {!proto.sniippaymentgatewayapi.FinishedProcessingLegRequest} request The
|
|
309
|
+
* request proto
|
|
310
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
311
|
+
* call metadata
|
|
312
|
+
* @return {!Promise<!proto.sniippaymentgatewayapi.ResponseCode>}
|
|
313
|
+
* Promise that resolves to the response
|
|
314
|
+
*/
|
|
315
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServicePromiseClient.prototype.finishedProcessingLeg =
|
|
316
|
+
function(request, metadata) {
|
|
317
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
318
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/FinishedProcessingLeg',
|
|
319
|
+
request,
|
|
320
|
+
metadata || {},
|
|
321
|
+
methodDescriptor_SniipPaymentGatewayAPIService_FinishedProcessingLeg);
|
|
322
|
+
};
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
/**
|
|
326
|
+
* @const
|
|
327
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
328
|
+
* !proto.sniippaymentgatewayapi.GetLegsByLegIdRequest,
|
|
329
|
+
* !proto.sniippaymentgatewayapi.LegResponse>}
|
|
330
|
+
*/
|
|
331
|
+
const methodDescriptor_SniipPaymentGatewayAPIService_GetLegsByLegId = new grpc.web.MethodDescriptor(
|
|
332
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetLegsByLegId',
|
|
333
|
+
grpc.web.MethodType.UNARY,
|
|
334
|
+
proto.sniippaymentgatewayapi.GetLegsByLegIdRequest,
|
|
335
|
+
proto.sniippaymentgatewayapi.LegResponse,
|
|
336
|
+
/**
|
|
337
|
+
* @param {!proto.sniippaymentgatewayapi.GetLegsByLegIdRequest} request
|
|
338
|
+
* @return {!Uint8Array}
|
|
339
|
+
*/
|
|
340
|
+
function(request) {
|
|
341
|
+
return request.serializeBinary();
|
|
342
|
+
},
|
|
343
|
+
proto.sniippaymentgatewayapi.LegResponse.deserializeBinary
|
|
344
|
+
);
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
/**
|
|
348
|
+
* @param {!proto.sniippaymentgatewayapi.GetLegsByLegIdRequest} request The
|
|
349
|
+
* request proto
|
|
350
|
+
* @param {?Object<string, string>} metadata User defined
|
|
351
|
+
* call metadata
|
|
352
|
+
* @param {function(?grpc.web.RpcError, ?proto.sniippaymentgatewayapi.LegResponse)}
|
|
353
|
+
* callback The callback function(error, response)
|
|
354
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentgatewayapi.LegResponse>|undefined}
|
|
355
|
+
* The XHR Node Readable Stream
|
|
356
|
+
*/
|
|
357
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServiceClient.prototype.getLegsByLegId =
|
|
358
|
+
function(request, metadata, callback) {
|
|
359
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
360
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetLegsByLegId',
|
|
361
|
+
request,
|
|
362
|
+
metadata || {},
|
|
363
|
+
methodDescriptor_SniipPaymentGatewayAPIService_GetLegsByLegId,
|
|
364
|
+
callback);
|
|
365
|
+
};
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
/**
|
|
369
|
+
* @param {!proto.sniippaymentgatewayapi.GetLegsByLegIdRequest} request The
|
|
370
|
+
* request proto
|
|
371
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
372
|
+
* call metadata
|
|
373
|
+
* @return {!Promise<!proto.sniippaymentgatewayapi.LegResponse>}
|
|
374
|
+
* Promise that resolves to the response
|
|
375
|
+
*/
|
|
376
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServicePromiseClient.prototype.getLegsByLegId =
|
|
377
|
+
function(request, metadata) {
|
|
378
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
379
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetLegsByLegId',
|
|
380
|
+
request,
|
|
381
|
+
metadata || {},
|
|
382
|
+
methodDescriptor_SniipPaymentGatewayAPIService_GetLegsByLegId);
|
|
383
|
+
};
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
/**
|
|
387
|
+
* @const
|
|
388
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
389
|
+
* !proto.sniippaymentgatewayapi.GetLegsForTransactionRequest,
|
|
390
|
+
* !proto.sniippaymentgatewayapi.LegsForTransactionResponse>}
|
|
391
|
+
*/
|
|
392
|
+
const methodDescriptor_SniipPaymentGatewayAPIService_GetLegsForTransaction = new grpc.web.MethodDescriptor(
|
|
393
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetLegsForTransaction',
|
|
394
|
+
grpc.web.MethodType.UNARY,
|
|
395
|
+
proto.sniippaymentgatewayapi.GetLegsForTransactionRequest,
|
|
396
|
+
proto.sniippaymentgatewayapi.LegsForTransactionResponse,
|
|
397
|
+
/**
|
|
398
|
+
* @param {!proto.sniippaymentgatewayapi.GetLegsForTransactionRequest} request
|
|
399
|
+
* @return {!Uint8Array}
|
|
400
|
+
*/
|
|
401
|
+
function(request) {
|
|
402
|
+
return request.serializeBinary();
|
|
403
|
+
},
|
|
404
|
+
proto.sniippaymentgatewayapi.LegsForTransactionResponse.deserializeBinary
|
|
405
|
+
);
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
/**
|
|
409
|
+
* @param {!proto.sniippaymentgatewayapi.GetLegsForTransactionRequest} request The
|
|
410
|
+
* request proto
|
|
411
|
+
* @param {?Object<string, string>} metadata User defined
|
|
412
|
+
* call metadata
|
|
413
|
+
* @param {function(?grpc.web.RpcError, ?proto.sniippaymentgatewayapi.LegsForTransactionResponse)}
|
|
414
|
+
* callback The callback function(error, response)
|
|
415
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentgatewayapi.LegsForTransactionResponse>|undefined}
|
|
416
|
+
* The XHR Node Readable Stream
|
|
417
|
+
*/
|
|
418
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServiceClient.prototype.getLegsForTransaction =
|
|
419
|
+
function(request, metadata, callback) {
|
|
420
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
421
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetLegsForTransaction',
|
|
422
|
+
request,
|
|
423
|
+
metadata || {},
|
|
424
|
+
methodDescriptor_SniipPaymentGatewayAPIService_GetLegsForTransaction,
|
|
425
|
+
callback);
|
|
426
|
+
};
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
/**
|
|
430
|
+
* @param {!proto.sniippaymentgatewayapi.GetLegsForTransactionRequest} request The
|
|
431
|
+
* request proto
|
|
432
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
433
|
+
* call metadata
|
|
434
|
+
* @return {!Promise<!proto.sniippaymentgatewayapi.LegsForTransactionResponse>}
|
|
435
|
+
* Promise that resolves to the response
|
|
436
|
+
*/
|
|
437
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServicePromiseClient.prototype.getLegsForTransaction =
|
|
438
|
+
function(request, metadata) {
|
|
439
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
440
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetLegsForTransaction',
|
|
441
|
+
request,
|
|
442
|
+
metadata || {},
|
|
443
|
+
methodDescriptor_SniipPaymentGatewayAPIService_GetLegsForTransaction);
|
|
444
|
+
};
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
/**
|
|
448
|
+
* @const
|
|
449
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
450
|
+
* !proto.sniippaymentgatewayapi.GetPaymentDetailsRequest,
|
|
451
|
+
* !proto.sniippaymentgatewayapi.PaymentDetailsResponse>}
|
|
452
|
+
*/
|
|
453
|
+
const methodDescriptor_SniipPaymentGatewayAPIService_GetPaymentDetails = new grpc.web.MethodDescriptor(
|
|
454
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetPaymentDetails',
|
|
455
|
+
grpc.web.MethodType.UNARY,
|
|
456
|
+
proto.sniippaymentgatewayapi.GetPaymentDetailsRequest,
|
|
457
|
+
proto.sniippaymentgatewayapi.PaymentDetailsResponse,
|
|
458
|
+
/**
|
|
459
|
+
* @param {!proto.sniippaymentgatewayapi.GetPaymentDetailsRequest} request
|
|
460
|
+
* @return {!Uint8Array}
|
|
461
|
+
*/
|
|
462
|
+
function(request) {
|
|
463
|
+
return request.serializeBinary();
|
|
464
|
+
},
|
|
465
|
+
proto.sniippaymentgatewayapi.PaymentDetailsResponse.deserializeBinary
|
|
466
|
+
);
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
/**
|
|
470
|
+
* @param {!proto.sniippaymentgatewayapi.GetPaymentDetailsRequest} request The
|
|
471
|
+
* request proto
|
|
472
|
+
* @param {?Object<string, string>} metadata User defined
|
|
473
|
+
* call metadata
|
|
474
|
+
* @param {function(?grpc.web.RpcError, ?proto.sniippaymentgatewayapi.PaymentDetailsResponse)}
|
|
475
|
+
* callback The callback function(error, response)
|
|
476
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentgatewayapi.PaymentDetailsResponse>|undefined}
|
|
477
|
+
* The XHR Node Readable Stream
|
|
478
|
+
*/
|
|
479
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServiceClient.prototype.getPaymentDetails =
|
|
480
|
+
function(request, metadata, callback) {
|
|
481
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
482
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetPaymentDetails',
|
|
483
|
+
request,
|
|
484
|
+
metadata || {},
|
|
485
|
+
methodDescriptor_SniipPaymentGatewayAPIService_GetPaymentDetails,
|
|
486
|
+
callback);
|
|
487
|
+
};
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
/**
|
|
491
|
+
* @param {!proto.sniippaymentgatewayapi.GetPaymentDetailsRequest} request The
|
|
492
|
+
* request proto
|
|
493
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
494
|
+
* call metadata
|
|
495
|
+
* @return {!Promise<!proto.sniippaymentgatewayapi.PaymentDetailsResponse>}
|
|
496
|
+
* Promise that resolves to the response
|
|
497
|
+
*/
|
|
498
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServicePromiseClient.prototype.getPaymentDetails =
|
|
499
|
+
function(request, metadata) {
|
|
500
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
501
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetPaymentDetails',
|
|
502
|
+
request,
|
|
503
|
+
metadata || {},
|
|
504
|
+
methodDescriptor_SniipPaymentGatewayAPIService_GetPaymentDetails);
|
|
505
|
+
};
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
/**
|
|
509
|
+
* @const
|
|
510
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
511
|
+
* !proto.sniippaymentgatewayapi.GetPaymentDetailsBulkRequest,
|
|
512
|
+
* !proto.sniippaymentgatewayapi.PaymentDetailsBulkResponse>}
|
|
513
|
+
*/
|
|
514
|
+
const methodDescriptor_SniipPaymentGatewayAPIService_GetPaymentDetailsBulk = new grpc.web.MethodDescriptor(
|
|
515
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetPaymentDetailsBulk',
|
|
516
|
+
grpc.web.MethodType.UNARY,
|
|
517
|
+
proto.sniippaymentgatewayapi.GetPaymentDetailsBulkRequest,
|
|
518
|
+
proto.sniippaymentgatewayapi.PaymentDetailsBulkResponse,
|
|
519
|
+
/**
|
|
520
|
+
* @param {!proto.sniippaymentgatewayapi.GetPaymentDetailsBulkRequest} request
|
|
521
|
+
* @return {!Uint8Array}
|
|
522
|
+
*/
|
|
523
|
+
function(request) {
|
|
524
|
+
return request.serializeBinary();
|
|
525
|
+
},
|
|
526
|
+
proto.sniippaymentgatewayapi.PaymentDetailsBulkResponse.deserializeBinary
|
|
527
|
+
);
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
/**
|
|
531
|
+
* @param {!proto.sniippaymentgatewayapi.GetPaymentDetailsBulkRequest} request The
|
|
532
|
+
* request proto
|
|
533
|
+
* @param {?Object<string, string>} metadata User defined
|
|
534
|
+
* call metadata
|
|
535
|
+
* @param {function(?grpc.web.RpcError, ?proto.sniippaymentgatewayapi.PaymentDetailsBulkResponse)}
|
|
536
|
+
* callback The callback function(error, response)
|
|
537
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentgatewayapi.PaymentDetailsBulkResponse>|undefined}
|
|
538
|
+
* The XHR Node Readable Stream
|
|
539
|
+
*/
|
|
540
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServiceClient.prototype.getPaymentDetailsBulk =
|
|
541
|
+
function(request, metadata, callback) {
|
|
542
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
543
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetPaymentDetailsBulk',
|
|
544
|
+
request,
|
|
545
|
+
metadata || {},
|
|
546
|
+
methodDescriptor_SniipPaymentGatewayAPIService_GetPaymentDetailsBulk,
|
|
547
|
+
callback);
|
|
548
|
+
};
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
/**
|
|
552
|
+
* @param {!proto.sniippaymentgatewayapi.GetPaymentDetailsBulkRequest} request The
|
|
553
|
+
* request proto
|
|
554
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
555
|
+
* call metadata
|
|
556
|
+
* @return {!Promise<!proto.sniippaymentgatewayapi.PaymentDetailsBulkResponse>}
|
|
557
|
+
* Promise that resolves to the response
|
|
558
|
+
*/
|
|
559
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServicePromiseClient.prototype.getPaymentDetailsBulk =
|
|
560
|
+
function(request, metadata) {
|
|
561
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
562
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetPaymentDetailsBulk',
|
|
563
|
+
request,
|
|
564
|
+
metadata || {},
|
|
565
|
+
methodDescriptor_SniipPaymentGatewayAPIService_GetPaymentDetailsBulk);
|
|
566
|
+
};
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
/**
|
|
570
|
+
* @const
|
|
571
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
572
|
+
* !proto.sniippaymentgatewayapi.GetPaymentDetailsBulkExternalRequest,
|
|
573
|
+
* !proto.sniippaymentgatewayapi.PaymentDetailsBulkResponse>}
|
|
574
|
+
*/
|
|
575
|
+
const methodDescriptor_SniipPaymentGatewayAPIService_GetPaymentDetailsBulkExternal = new grpc.web.MethodDescriptor(
|
|
576
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetPaymentDetailsBulkExternal',
|
|
577
|
+
grpc.web.MethodType.UNARY,
|
|
578
|
+
proto.sniippaymentgatewayapi.GetPaymentDetailsBulkExternalRequest,
|
|
579
|
+
proto.sniippaymentgatewayapi.PaymentDetailsBulkResponse,
|
|
580
|
+
/**
|
|
581
|
+
* @param {!proto.sniippaymentgatewayapi.GetPaymentDetailsBulkExternalRequest} request
|
|
582
|
+
* @return {!Uint8Array}
|
|
583
|
+
*/
|
|
584
|
+
function(request) {
|
|
585
|
+
return request.serializeBinary();
|
|
586
|
+
},
|
|
587
|
+
proto.sniippaymentgatewayapi.PaymentDetailsBulkResponse.deserializeBinary
|
|
588
|
+
);
|
|
589
|
+
|
|
590
|
+
|
|
591
|
+
/**
|
|
592
|
+
* @param {!proto.sniippaymentgatewayapi.GetPaymentDetailsBulkExternalRequest} request The
|
|
593
|
+
* request proto
|
|
594
|
+
* @param {?Object<string, string>} metadata User defined
|
|
595
|
+
* call metadata
|
|
596
|
+
* @param {function(?grpc.web.RpcError, ?proto.sniippaymentgatewayapi.PaymentDetailsBulkResponse)}
|
|
597
|
+
* callback The callback function(error, response)
|
|
598
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentgatewayapi.PaymentDetailsBulkResponse>|undefined}
|
|
599
|
+
* The XHR Node Readable Stream
|
|
600
|
+
*/
|
|
601
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServiceClient.prototype.getPaymentDetailsBulkExternal =
|
|
602
|
+
function(request, metadata, callback) {
|
|
603
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
604
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetPaymentDetailsBulkExternal',
|
|
605
|
+
request,
|
|
606
|
+
metadata || {},
|
|
607
|
+
methodDescriptor_SniipPaymentGatewayAPIService_GetPaymentDetailsBulkExternal,
|
|
608
|
+
callback);
|
|
609
|
+
};
|
|
610
|
+
|
|
611
|
+
|
|
612
|
+
/**
|
|
613
|
+
* @param {!proto.sniippaymentgatewayapi.GetPaymentDetailsBulkExternalRequest} request The
|
|
614
|
+
* request proto
|
|
615
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
616
|
+
* call metadata
|
|
617
|
+
* @return {!Promise<!proto.sniippaymentgatewayapi.PaymentDetailsBulkResponse>}
|
|
618
|
+
* Promise that resolves to the response
|
|
619
|
+
*/
|
|
620
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServicePromiseClient.prototype.getPaymentDetailsBulkExternal =
|
|
621
|
+
function(request, metadata) {
|
|
622
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
623
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetPaymentDetailsBulkExternal',
|
|
624
|
+
request,
|
|
625
|
+
metadata || {},
|
|
626
|
+
methodDescriptor_SniipPaymentGatewayAPIService_GetPaymentDetailsBulkExternal);
|
|
627
|
+
};
|
|
628
|
+
|
|
629
|
+
|
|
630
|
+
/**
|
|
631
|
+
* @const
|
|
632
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
633
|
+
* !proto.sniippaymentgatewayapi.GetPaymentDetailsExternalRequest,
|
|
634
|
+
* !proto.sniippaymentgatewayapi.PaymentDetailsResponse>}
|
|
635
|
+
*/
|
|
636
|
+
const methodDescriptor_SniipPaymentGatewayAPIService_GetPaymentDetailsExternal = new grpc.web.MethodDescriptor(
|
|
637
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetPaymentDetailsExternal',
|
|
638
|
+
grpc.web.MethodType.UNARY,
|
|
639
|
+
proto.sniippaymentgatewayapi.GetPaymentDetailsExternalRequest,
|
|
640
|
+
proto.sniippaymentgatewayapi.PaymentDetailsResponse,
|
|
641
|
+
/**
|
|
642
|
+
* @param {!proto.sniippaymentgatewayapi.GetPaymentDetailsExternalRequest} request
|
|
643
|
+
* @return {!Uint8Array}
|
|
644
|
+
*/
|
|
645
|
+
function(request) {
|
|
646
|
+
return request.serializeBinary();
|
|
647
|
+
},
|
|
648
|
+
proto.sniippaymentgatewayapi.PaymentDetailsResponse.deserializeBinary
|
|
649
|
+
);
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
/**
|
|
653
|
+
* @param {!proto.sniippaymentgatewayapi.GetPaymentDetailsExternalRequest} request The
|
|
654
|
+
* request proto
|
|
655
|
+
* @param {?Object<string, string>} metadata User defined
|
|
656
|
+
* call metadata
|
|
657
|
+
* @param {function(?grpc.web.RpcError, ?proto.sniippaymentgatewayapi.PaymentDetailsResponse)}
|
|
658
|
+
* callback The callback function(error, response)
|
|
659
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentgatewayapi.PaymentDetailsResponse>|undefined}
|
|
660
|
+
* The XHR Node Readable Stream
|
|
661
|
+
*/
|
|
662
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServiceClient.prototype.getPaymentDetailsExternal =
|
|
663
|
+
function(request, metadata, callback) {
|
|
664
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
665
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetPaymentDetailsExternal',
|
|
666
|
+
request,
|
|
667
|
+
metadata || {},
|
|
668
|
+
methodDescriptor_SniipPaymentGatewayAPIService_GetPaymentDetailsExternal,
|
|
669
|
+
callback);
|
|
670
|
+
};
|
|
671
|
+
|
|
672
|
+
|
|
673
|
+
/**
|
|
674
|
+
* @param {!proto.sniippaymentgatewayapi.GetPaymentDetailsExternalRequest} request The
|
|
675
|
+
* request proto
|
|
676
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
677
|
+
* call metadata
|
|
678
|
+
* @return {!Promise<!proto.sniippaymentgatewayapi.PaymentDetailsResponse>}
|
|
679
|
+
* Promise that resolves to the response
|
|
680
|
+
*/
|
|
681
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServicePromiseClient.prototype.getPaymentDetailsExternal =
|
|
682
|
+
function(request, metadata) {
|
|
683
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
684
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetPaymentDetailsExternal',
|
|
685
|
+
request,
|
|
686
|
+
metadata || {},
|
|
687
|
+
methodDescriptor_SniipPaymentGatewayAPIService_GetPaymentDetailsExternal);
|
|
688
|
+
};
|
|
689
|
+
|
|
690
|
+
|
|
691
|
+
/**
|
|
692
|
+
* @const
|
|
693
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
694
|
+
* !proto.sniippaymentgatewayapi.GetPaymentGatewayRequest,
|
|
695
|
+
* !proto.sniippaymentgatewayapi.GetPaymentGatewayResponse>}
|
|
696
|
+
*/
|
|
697
|
+
const methodDescriptor_SniipPaymentGatewayAPIService_GetPaymentGateway = new grpc.web.MethodDescriptor(
|
|
698
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetPaymentGateway',
|
|
699
|
+
grpc.web.MethodType.UNARY,
|
|
700
|
+
proto.sniippaymentgatewayapi.GetPaymentGatewayRequest,
|
|
701
|
+
proto.sniippaymentgatewayapi.GetPaymentGatewayResponse,
|
|
702
|
+
/**
|
|
703
|
+
* @param {!proto.sniippaymentgatewayapi.GetPaymentGatewayRequest} request
|
|
704
|
+
* @return {!Uint8Array}
|
|
705
|
+
*/
|
|
706
|
+
function(request) {
|
|
707
|
+
return request.serializeBinary();
|
|
708
|
+
},
|
|
709
|
+
proto.sniippaymentgatewayapi.GetPaymentGatewayResponse.deserializeBinary
|
|
710
|
+
);
|
|
711
|
+
|
|
712
|
+
|
|
713
|
+
/**
|
|
714
|
+
* @param {!proto.sniippaymentgatewayapi.GetPaymentGatewayRequest} request The
|
|
715
|
+
* request proto
|
|
716
|
+
* @param {?Object<string, string>} metadata User defined
|
|
717
|
+
* call metadata
|
|
718
|
+
* @param {function(?grpc.web.RpcError, ?proto.sniippaymentgatewayapi.GetPaymentGatewayResponse)}
|
|
719
|
+
* callback The callback function(error, response)
|
|
720
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentgatewayapi.GetPaymentGatewayResponse>|undefined}
|
|
721
|
+
* The XHR Node Readable Stream
|
|
722
|
+
*/
|
|
723
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServiceClient.prototype.getPaymentGateway =
|
|
724
|
+
function(request, metadata, callback) {
|
|
725
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
726
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetPaymentGateway',
|
|
727
|
+
request,
|
|
728
|
+
metadata || {},
|
|
729
|
+
methodDescriptor_SniipPaymentGatewayAPIService_GetPaymentGateway,
|
|
730
|
+
callback);
|
|
731
|
+
};
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
/**
|
|
735
|
+
* @param {!proto.sniippaymentgatewayapi.GetPaymentGatewayRequest} request The
|
|
736
|
+
* request proto
|
|
737
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
738
|
+
* call metadata
|
|
739
|
+
* @return {!Promise<!proto.sniippaymentgatewayapi.GetPaymentGatewayResponse>}
|
|
740
|
+
* Promise that resolves to the response
|
|
741
|
+
*/
|
|
742
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServicePromiseClient.prototype.getPaymentGateway =
|
|
743
|
+
function(request, metadata) {
|
|
744
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
745
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetPaymentGateway',
|
|
746
|
+
request,
|
|
747
|
+
metadata || {},
|
|
748
|
+
methodDescriptor_SniipPaymentGatewayAPIService_GetPaymentGateway);
|
|
749
|
+
};
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
/**
|
|
753
|
+
* @const
|
|
754
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
755
|
+
* !proto.sniippaymentgatewayapi.GetProcessingFeesRequest,
|
|
756
|
+
* !proto.sniippaymentgatewayapi.ProcessingFeesResponse>}
|
|
757
|
+
*/
|
|
758
|
+
const methodDescriptor_SniipPaymentGatewayAPIService_GetProcessingFees = new grpc.web.MethodDescriptor(
|
|
759
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetProcessingFees',
|
|
760
|
+
grpc.web.MethodType.UNARY,
|
|
761
|
+
proto.sniippaymentgatewayapi.GetProcessingFeesRequest,
|
|
762
|
+
proto.sniippaymentgatewayapi.ProcessingFeesResponse,
|
|
763
|
+
/**
|
|
764
|
+
* @param {!proto.sniippaymentgatewayapi.GetProcessingFeesRequest} request
|
|
765
|
+
* @return {!Uint8Array}
|
|
766
|
+
*/
|
|
767
|
+
function(request) {
|
|
768
|
+
return request.serializeBinary();
|
|
769
|
+
},
|
|
770
|
+
proto.sniippaymentgatewayapi.ProcessingFeesResponse.deserializeBinary
|
|
771
|
+
);
|
|
772
|
+
|
|
773
|
+
|
|
774
|
+
/**
|
|
775
|
+
* @param {!proto.sniippaymentgatewayapi.GetProcessingFeesRequest} request The
|
|
776
|
+
* request proto
|
|
777
|
+
* @param {?Object<string, string>} metadata User defined
|
|
778
|
+
* call metadata
|
|
779
|
+
* @param {function(?grpc.web.RpcError, ?proto.sniippaymentgatewayapi.ProcessingFeesResponse)}
|
|
780
|
+
* callback The callback function(error, response)
|
|
781
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentgatewayapi.ProcessingFeesResponse>|undefined}
|
|
782
|
+
* The XHR Node Readable Stream
|
|
783
|
+
*/
|
|
784
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServiceClient.prototype.getProcessingFees =
|
|
785
|
+
function(request, metadata, callback) {
|
|
786
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
787
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetProcessingFees',
|
|
788
|
+
request,
|
|
789
|
+
metadata || {},
|
|
790
|
+
methodDescriptor_SniipPaymentGatewayAPIService_GetProcessingFees,
|
|
791
|
+
callback);
|
|
792
|
+
};
|
|
793
|
+
|
|
794
|
+
|
|
795
|
+
/**
|
|
796
|
+
* @param {!proto.sniippaymentgatewayapi.GetProcessingFeesRequest} request The
|
|
797
|
+
* request proto
|
|
798
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
799
|
+
* call metadata
|
|
800
|
+
* @return {!Promise<!proto.sniippaymentgatewayapi.ProcessingFeesResponse>}
|
|
801
|
+
* Promise that resolves to the response
|
|
802
|
+
*/
|
|
803
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServicePromiseClient.prototype.getProcessingFees =
|
|
804
|
+
function(request, metadata) {
|
|
805
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
806
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetProcessingFees',
|
|
807
|
+
request,
|
|
808
|
+
metadata || {},
|
|
809
|
+
methodDescriptor_SniipPaymentGatewayAPIService_GetProcessingFees);
|
|
810
|
+
};
|
|
811
|
+
|
|
812
|
+
|
|
813
|
+
/**
|
|
814
|
+
* @const
|
|
815
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
816
|
+
* !proto.sniippaymentgatewayapi.GetProcessingFeesV2Request,
|
|
817
|
+
* !proto.sniippaymentgatewayapi.ProcessingRatesResponse>}
|
|
818
|
+
*/
|
|
819
|
+
const methodDescriptor_SniipPaymentGatewayAPIService_GetProcessingFeesV2 = new grpc.web.MethodDescriptor(
|
|
820
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetProcessingFeesV2',
|
|
821
|
+
grpc.web.MethodType.UNARY,
|
|
822
|
+
proto.sniippaymentgatewayapi.GetProcessingFeesV2Request,
|
|
823
|
+
proto.sniippaymentgatewayapi.ProcessingRatesResponse,
|
|
824
|
+
/**
|
|
825
|
+
* @param {!proto.sniippaymentgatewayapi.GetProcessingFeesV2Request} request
|
|
826
|
+
* @return {!Uint8Array}
|
|
827
|
+
*/
|
|
828
|
+
function(request) {
|
|
829
|
+
return request.serializeBinary();
|
|
830
|
+
},
|
|
831
|
+
proto.sniippaymentgatewayapi.ProcessingRatesResponse.deserializeBinary
|
|
832
|
+
);
|
|
833
|
+
|
|
834
|
+
|
|
835
|
+
/**
|
|
836
|
+
* @param {!proto.sniippaymentgatewayapi.GetProcessingFeesV2Request} request The
|
|
837
|
+
* request proto
|
|
838
|
+
* @param {?Object<string, string>} metadata User defined
|
|
839
|
+
* call metadata
|
|
840
|
+
* @param {function(?grpc.web.RpcError, ?proto.sniippaymentgatewayapi.ProcessingRatesResponse)}
|
|
841
|
+
* callback The callback function(error, response)
|
|
842
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentgatewayapi.ProcessingRatesResponse>|undefined}
|
|
843
|
+
* The XHR Node Readable Stream
|
|
844
|
+
*/
|
|
845
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServiceClient.prototype.getProcessingFeesV2 =
|
|
846
|
+
function(request, metadata, callback) {
|
|
847
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
848
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetProcessingFeesV2',
|
|
849
|
+
request,
|
|
850
|
+
metadata || {},
|
|
851
|
+
methodDescriptor_SniipPaymentGatewayAPIService_GetProcessingFeesV2,
|
|
852
|
+
callback);
|
|
853
|
+
};
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
/**
|
|
857
|
+
* @param {!proto.sniippaymentgatewayapi.GetProcessingFeesV2Request} request The
|
|
858
|
+
* request proto
|
|
859
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
860
|
+
* call metadata
|
|
861
|
+
* @return {!Promise<!proto.sniippaymentgatewayapi.ProcessingRatesResponse>}
|
|
862
|
+
* Promise that resolves to the response
|
|
863
|
+
*/
|
|
864
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServicePromiseClient.prototype.getProcessingFeesV2 =
|
|
865
|
+
function(request, metadata) {
|
|
866
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
867
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetProcessingFeesV2',
|
|
868
|
+
request,
|
|
869
|
+
metadata || {},
|
|
870
|
+
methodDescriptor_SniipPaymentGatewayAPIService_GetProcessingFeesV2);
|
|
871
|
+
};
|
|
872
|
+
|
|
873
|
+
|
|
874
|
+
/**
|
|
875
|
+
* @const
|
|
876
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
877
|
+
* !proto.sniippaymentgatewayapi.GetProcessingRateTiersRequest,
|
|
878
|
+
* !proto.sniippaymentgatewayapi.ProcessingRateTiersResponse>}
|
|
879
|
+
*/
|
|
880
|
+
const methodDescriptor_SniipPaymentGatewayAPIService_GetProcessingRateTiers = new grpc.web.MethodDescriptor(
|
|
881
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetProcessingRateTiers',
|
|
882
|
+
grpc.web.MethodType.UNARY,
|
|
883
|
+
proto.sniippaymentgatewayapi.GetProcessingRateTiersRequest,
|
|
884
|
+
proto.sniippaymentgatewayapi.ProcessingRateTiersResponse,
|
|
885
|
+
/**
|
|
886
|
+
* @param {!proto.sniippaymentgatewayapi.GetProcessingRateTiersRequest} request
|
|
887
|
+
* @return {!Uint8Array}
|
|
888
|
+
*/
|
|
889
|
+
function(request) {
|
|
890
|
+
return request.serializeBinary();
|
|
891
|
+
},
|
|
892
|
+
proto.sniippaymentgatewayapi.ProcessingRateTiersResponse.deserializeBinary
|
|
893
|
+
);
|
|
894
|
+
|
|
895
|
+
|
|
896
|
+
/**
|
|
897
|
+
* @param {!proto.sniippaymentgatewayapi.GetProcessingRateTiersRequest} request The
|
|
898
|
+
* request proto
|
|
899
|
+
* @param {?Object<string, string>} metadata User defined
|
|
900
|
+
* call metadata
|
|
901
|
+
* @param {function(?grpc.web.RpcError, ?proto.sniippaymentgatewayapi.ProcessingRateTiersResponse)}
|
|
902
|
+
* callback The callback function(error, response)
|
|
903
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentgatewayapi.ProcessingRateTiersResponse>|undefined}
|
|
904
|
+
* The XHR Node Readable Stream
|
|
905
|
+
*/
|
|
906
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServiceClient.prototype.getProcessingRateTiers =
|
|
907
|
+
function(request, metadata, callback) {
|
|
908
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
909
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetProcessingRateTiers',
|
|
910
|
+
request,
|
|
911
|
+
metadata || {},
|
|
912
|
+
methodDescriptor_SniipPaymentGatewayAPIService_GetProcessingRateTiers,
|
|
913
|
+
callback);
|
|
914
|
+
};
|
|
915
|
+
|
|
916
|
+
|
|
917
|
+
/**
|
|
918
|
+
* @param {!proto.sniippaymentgatewayapi.GetProcessingRateTiersRequest} request The
|
|
919
|
+
* request proto
|
|
920
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
921
|
+
* call metadata
|
|
922
|
+
* @return {!Promise<!proto.sniippaymentgatewayapi.ProcessingRateTiersResponse>}
|
|
923
|
+
* Promise that resolves to the response
|
|
924
|
+
*/
|
|
925
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServicePromiseClient.prototype.getProcessingRateTiers =
|
|
926
|
+
function(request, metadata) {
|
|
927
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
928
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/GetProcessingRateTiers',
|
|
929
|
+
request,
|
|
930
|
+
metadata || {},
|
|
931
|
+
methodDescriptor_SniipPaymentGatewayAPIService_GetProcessingRateTiers);
|
|
932
|
+
};
|
|
933
|
+
|
|
934
|
+
|
|
935
|
+
/**
|
|
936
|
+
* @const
|
|
937
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
938
|
+
* !proto.sniippaymentgatewayapi.PayBillRequest,
|
|
939
|
+
* !proto.sniippaymentgatewayapi.PayBillResponse>}
|
|
940
|
+
*/
|
|
941
|
+
const methodDescriptor_SniipPaymentGatewayAPIService_PayBill = new grpc.web.MethodDescriptor(
|
|
942
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/PayBill',
|
|
943
|
+
grpc.web.MethodType.UNARY,
|
|
944
|
+
proto.sniippaymentgatewayapi.PayBillRequest,
|
|
945
|
+
proto.sniippaymentgatewayapi.PayBillResponse,
|
|
946
|
+
/**
|
|
947
|
+
* @param {!proto.sniippaymentgatewayapi.PayBillRequest} request
|
|
948
|
+
* @return {!Uint8Array}
|
|
949
|
+
*/
|
|
950
|
+
function(request) {
|
|
951
|
+
return request.serializeBinary();
|
|
952
|
+
},
|
|
953
|
+
proto.sniippaymentgatewayapi.PayBillResponse.deserializeBinary
|
|
954
|
+
);
|
|
955
|
+
|
|
956
|
+
|
|
957
|
+
/**
|
|
958
|
+
* @param {!proto.sniippaymentgatewayapi.PayBillRequest} request The
|
|
959
|
+
* request proto
|
|
960
|
+
* @param {?Object<string, string>} metadata User defined
|
|
961
|
+
* call metadata
|
|
962
|
+
* @param {function(?grpc.web.RpcError, ?proto.sniippaymentgatewayapi.PayBillResponse)}
|
|
963
|
+
* callback The callback function(error, response)
|
|
964
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentgatewayapi.PayBillResponse>|undefined}
|
|
965
|
+
* The XHR Node Readable Stream
|
|
966
|
+
*/
|
|
967
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServiceClient.prototype.payBill =
|
|
968
|
+
function(request, metadata, callback) {
|
|
969
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
970
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/PayBill',
|
|
971
|
+
request,
|
|
972
|
+
metadata || {},
|
|
973
|
+
methodDescriptor_SniipPaymentGatewayAPIService_PayBill,
|
|
974
|
+
callback);
|
|
975
|
+
};
|
|
976
|
+
|
|
977
|
+
|
|
978
|
+
/**
|
|
979
|
+
* @param {!proto.sniippaymentgatewayapi.PayBillRequest} request The
|
|
980
|
+
* request proto
|
|
981
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
982
|
+
* call metadata
|
|
983
|
+
* @return {!Promise<!proto.sniippaymentgatewayapi.PayBillResponse>}
|
|
984
|
+
* Promise that resolves to the response
|
|
985
|
+
*/
|
|
986
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServicePromiseClient.prototype.payBill =
|
|
987
|
+
function(request, metadata) {
|
|
988
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
989
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/PayBill',
|
|
990
|
+
request,
|
|
991
|
+
metadata || {},
|
|
992
|
+
methodDescriptor_SniipPaymentGatewayAPIService_PayBill);
|
|
993
|
+
};
|
|
994
|
+
|
|
995
|
+
|
|
996
|
+
/**
|
|
997
|
+
* @const
|
|
998
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
999
|
+
* !proto.sniippaymentgatewayapi.ProcessRefundLegRequest,
|
|
1000
|
+
* !proto.sniippaymentgatewayapi.ResponseCode>}
|
|
1001
|
+
*/
|
|
1002
|
+
const methodDescriptor_SniipPaymentGatewayAPIService_ProcessRefundLeg = new grpc.web.MethodDescriptor(
|
|
1003
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/ProcessRefundLeg',
|
|
1004
|
+
grpc.web.MethodType.UNARY,
|
|
1005
|
+
proto.sniippaymentgatewayapi.ProcessRefundLegRequest,
|
|
1006
|
+
proto.sniippaymentgatewayapi.ResponseCode,
|
|
1007
|
+
/**
|
|
1008
|
+
* @param {!proto.sniippaymentgatewayapi.ProcessRefundLegRequest} request
|
|
1009
|
+
* @return {!Uint8Array}
|
|
1010
|
+
*/
|
|
1011
|
+
function(request) {
|
|
1012
|
+
return request.serializeBinary();
|
|
1013
|
+
},
|
|
1014
|
+
proto.sniippaymentgatewayapi.ResponseCode.deserializeBinary
|
|
1015
|
+
);
|
|
1016
|
+
|
|
1017
|
+
|
|
1018
|
+
/**
|
|
1019
|
+
* @param {!proto.sniippaymentgatewayapi.ProcessRefundLegRequest} request The
|
|
1020
|
+
* request proto
|
|
1021
|
+
* @param {?Object<string, string>} metadata User defined
|
|
1022
|
+
* call metadata
|
|
1023
|
+
* @param {function(?grpc.web.RpcError, ?proto.sniippaymentgatewayapi.ResponseCode)}
|
|
1024
|
+
* callback The callback function(error, response)
|
|
1025
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentgatewayapi.ResponseCode>|undefined}
|
|
1026
|
+
* The XHR Node Readable Stream
|
|
1027
|
+
*/
|
|
1028
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServiceClient.prototype.processRefundLeg =
|
|
1029
|
+
function(request, metadata, callback) {
|
|
1030
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1031
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/ProcessRefundLeg',
|
|
1032
|
+
request,
|
|
1033
|
+
metadata || {},
|
|
1034
|
+
methodDescriptor_SniipPaymentGatewayAPIService_ProcessRefundLeg,
|
|
1035
|
+
callback);
|
|
1036
|
+
};
|
|
1037
|
+
|
|
1038
|
+
|
|
1039
|
+
/**
|
|
1040
|
+
* @param {!proto.sniippaymentgatewayapi.ProcessRefundLegRequest} request The
|
|
1041
|
+
* request proto
|
|
1042
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
1043
|
+
* call metadata
|
|
1044
|
+
* @return {!Promise<!proto.sniippaymentgatewayapi.ResponseCode>}
|
|
1045
|
+
* Promise that resolves to the response
|
|
1046
|
+
*/
|
|
1047
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServicePromiseClient.prototype.processRefundLeg =
|
|
1048
|
+
function(request, metadata) {
|
|
1049
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1050
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/ProcessRefundLeg',
|
|
1051
|
+
request,
|
|
1052
|
+
metadata || {},
|
|
1053
|
+
methodDescriptor_SniipPaymentGatewayAPIService_ProcessRefundLeg);
|
|
1054
|
+
};
|
|
1055
|
+
|
|
1056
|
+
|
|
1057
|
+
/**
|
|
1058
|
+
* @const
|
|
1059
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
1060
|
+
* !proto.sniippaymentgatewayapi.RefundChargebackRequest,
|
|
1061
|
+
* !proto.sniippaymentgatewayapi.ResponseCode>}
|
|
1062
|
+
*/
|
|
1063
|
+
const methodDescriptor_SniipPaymentGatewayAPIService_RefundChargeback = new grpc.web.MethodDescriptor(
|
|
1064
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/RefundChargeback',
|
|
1065
|
+
grpc.web.MethodType.UNARY,
|
|
1066
|
+
proto.sniippaymentgatewayapi.RefundChargebackRequest,
|
|
1067
|
+
proto.sniippaymentgatewayapi.ResponseCode,
|
|
1068
|
+
/**
|
|
1069
|
+
* @param {!proto.sniippaymentgatewayapi.RefundChargebackRequest} request
|
|
1070
|
+
* @return {!Uint8Array}
|
|
1071
|
+
*/
|
|
1072
|
+
function(request) {
|
|
1073
|
+
return request.serializeBinary();
|
|
1074
|
+
},
|
|
1075
|
+
proto.sniippaymentgatewayapi.ResponseCode.deserializeBinary
|
|
1076
|
+
);
|
|
1077
|
+
|
|
1078
|
+
|
|
1079
|
+
/**
|
|
1080
|
+
* @param {!proto.sniippaymentgatewayapi.RefundChargebackRequest} request The
|
|
1081
|
+
* request proto
|
|
1082
|
+
* @param {?Object<string, string>} metadata User defined
|
|
1083
|
+
* call metadata
|
|
1084
|
+
* @param {function(?grpc.web.RpcError, ?proto.sniippaymentgatewayapi.ResponseCode)}
|
|
1085
|
+
* callback The callback function(error, response)
|
|
1086
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentgatewayapi.ResponseCode>|undefined}
|
|
1087
|
+
* The XHR Node Readable Stream
|
|
1088
|
+
*/
|
|
1089
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServiceClient.prototype.refundChargeback =
|
|
1090
|
+
function(request, metadata, callback) {
|
|
1091
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1092
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/RefundChargeback',
|
|
1093
|
+
request,
|
|
1094
|
+
metadata || {},
|
|
1095
|
+
methodDescriptor_SniipPaymentGatewayAPIService_RefundChargeback,
|
|
1096
|
+
callback);
|
|
1097
|
+
};
|
|
1098
|
+
|
|
1099
|
+
|
|
1100
|
+
/**
|
|
1101
|
+
* @param {!proto.sniippaymentgatewayapi.RefundChargebackRequest} request The
|
|
1102
|
+
* request proto
|
|
1103
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
1104
|
+
* call metadata
|
|
1105
|
+
* @return {!Promise<!proto.sniippaymentgatewayapi.ResponseCode>}
|
|
1106
|
+
* Promise that resolves to the response
|
|
1107
|
+
*/
|
|
1108
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServicePromiseClient.prototype.refundChargeback =
|
|
1109
|
+
function(request, metadata) {
|
|
1110
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1111
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/RefundChargeback',
|
|
1112
|
+
request,
|
|
1113
|
+
metadata || {},
|
|
1114
|
+
methodDescriptor_SniipPaymentGatewayAPIService_RefundChargeback);
|
|
1115
|
+
};
|
|
1116
|
+
|
|
1117
|
+
|
|
1118
|
+
/**
|
|
1119
|
+
* @const
|
|
1120
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
1121
|
+
* !proto.sniippaymentgatewayapi.RefundFailedRequest,
|
|
1122
|
+
* !proto.sniippaymentgatewayapi.ResponseCode>}
|
|
1123
|
+
*/
|
|
1124
|
+
const methodDescriptor_SniipPaymentGatewayAPIService_RefundFailed = new grpc.web.MethodDescriptor(
|
|
1125
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/RefundFailed',
|
|
1126
|
+
grpc.web.MethodType.UNARY,
|
|
1127
|
+
proto.sniippaymentgatewayapi.RefundFailedRequest,
|
|
1128
|
+
proto.sniippaymentgatewayapi.ResponseCode,
|
|
1129
|
+
/**
|
|
1130
|
+
* @param {!proto.sniippaymentgatewayapi.RefundFailedRequest} request
|
|
1131
|
+
* @return {!Uint8Array}
|
|
1132
|
+
*/
|
|
1133
|
+
function(request) {
|
|
1134
|
+
return request.serializeBinary();
|
|
1135
|
+
},
|
|
1136
|
+
proto.sniippaymentgatewayapi.ResponseCode.deserializeBinary
|
|
1137
|
+
);
|
|
1138
|
+
|
|
1139
|
+
|
|
1140
|
+
/**
|
|
1141
|
+
* @param {!proto.sniippaymentgatewayapi.RefundFailedRequest} request The
|
|
1142
|
+
* request proto
|
|
1143
|
+
* @param {?Object<string, string>} metadata User defined
|
|
1144
|
+
* call metadata
|
|
1145
|
+
* @param {function(?grpc.web.RpcError, ?proto.sniippaymentgatewayapi.ResponseCode)}
|
|
1146
|
+
* callback The callback function(error, response)
|
|
1147
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentgatewayapi.ResponseCode>|undefined}
|
|
1148
|
+
* The XHR Node Readable Stream
|
|
1149
|
+
*/
|
|
1150
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServiceClient.prototype.refundFailed =
|
|
1151
|
+
function(request, metadata, callback) {
|
|
1152
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1153
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/RefundFailed',
|
|
1154
|
+
request,
|
|
1155
|
+
metadata || {},
|
|
1156
|
+
methodDescriptor_SniipPaymentGatewayAPIService_RefundFailed,
|
|
1157
|
+
callback);
|
|
1158
|
+
};
|
|
1159
|
+
|
|
1160
|
+
|
|
1161
|
+
/**
|
|
1162
|
+
* @param {!proto.sniippaymentgatewayapi.RefundFailedRequest} request The
|
|
1163
|
+
* request proto
|
|
1164
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
1165
|
+
* call metadata
|
|
1166
|
+
* @return {!Promise<!proto.sniippaymentgatewayapi.ResponseCode>}
|
|
1167
|
+
* Promise that resolves to the response
|
|
1168
|
+
*/
|
|
1169
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServicePromiseClient.prototype.refundFailed =
|
|
1170
|
+
function(request, metadata) {
|
|
1171
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1172
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/RefundFailed',
|
|
1173
|
+
request,
|
|
1174
|
+
metadata || {},
|
|
1175
|
+
methodDescriptor_SniipPaymentGatewayAPIService_RefundFailed);
|
|
1176
|
+
};
|
|
1177
|
+
|
|
1178
|
+
|
|
1179
|
+
/**
|
|
1180
|
+
* @const
|
|
1181
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
1182
|
+
* !proto.sniippaymentgatewayapi.RefundSuccessfulRequest,
|
|
1183
|
+
* !proto.sniippaymentgatewayapi.ResponseCode>}
|
|
1184
|
+
*/
|
|
1185
|
+
const methodDescriptor_SniipPaymentGatewayAPIService_RefundSuccessful = new grpc.web.MethodDescriptor(
|
|
1186
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/RefundSuccessful',
|
|
1187
|
+
grpc.web.MethodType.UNARY,
|
|
1188
|
+
proto.sniippaymentgatewayapi.RefundSuccessfulRequest,
|
|
1189
|
+
proto.sniippaymentgatewayapi.ResponseCode,
|
|
1190
|
+
/**
|
|
1191
|
+
* @param {!proto.sniippaymentgatewayapi.RefundSuccessfulRequest} request
|
|
1192
|
+
* @return {!Uint8Array}
|
|
1193
|
+
*/
|
|
1194
|
+
function(request) {
|
|
1195
|
+
return request.serializeBinary();
|
|
1196
|
+
},
|
|
1197
|
+
proto.sniippaymentgatewayapi.ResponseCode.deserializeBinary
|
|
1198
|
+
);
|
|
1199
|
+
|
|
1200
|
+
|
|
1201
|
+
/**
|
|
1202
|
+
* @param {!proto.sniippaymentgatewayapi.RefundSuccessfulRequest} request The
|
|
1203
|
+
* request proto
|
|
1204
|
+
* @param {?Object<string, string>} metadata User defined
|
|
1205
|
+
* call metadata
|
|
1206
|
+
* @param {function(?grpc.web.RpcError, ?proto.sniippaymentgatewayapi.ResponseCode)}
|
|
1207
|
+
* callback The callback function(error, response)
|
|
1208
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentgatewayapi.ResponseCode>|undefined}
|
|
1209
|
+
* The XHR Node Readable Stream
|
|
1210
|
+
*/
|
|
1211
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServiceClient.prototype.refundSuccessful =
|
|
1212
|
+
function(request, metadata, callback) {
|
|
1213
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1214
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/RefundSuccessful',
|
|
1215
|
+
request,
|
|
1216
|
+
metadata || {},
|
|
1217
|
+
methodDescriptor_SniipPaymentGatewayAPIService_RefundSuccessful,
|
|
1218
|
+
callback);
|
|
1219
|
+
};
|
|
1220
|
+
|
|
1221
|
+
|
|
1222
|
+
/**
|
|
1223
|
+
* @param {!proto.sniippaymentgatewayapi.RefundSuccessfulRequest} request The
|
|
1224
|
+
* request proto
|
|
1225
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
1226
|
+
* call metadata
|
|
1227
|
+
* @return {!Promise<!proto.sniippaymentgatewayapi.ResponseCode>}
|
|
1228
|
+
* Promise that resolves to the response
|
|
1229
|
+
*/
|
|
1230
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServicePromiseClient.prototype.refundSuccessful =
|
|
1231
|
+
function(request, metadata) {
|
|
1232
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1233
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/RefundSuccessful',
|
|
1234
|
+
request,
|
|
1235
|
+
metadata || {},
|
|
1236
|
+
methodDescriptor_SniipPaymentGatewayAPIService_RefundSuccessful);
|
|
1237
|
+
};
|
|
1238
|
+
|
|
1239
|
+
|
|
1240
|
+
/**
|
|
1241
|
+
* @const
|
|
1242
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
1243
|
+
* !proto.google.protobuf.Empty,
|
|
1244
|
+
* !proto.sniippaymentgatewayapi.ResponseCode>}
|
|
1245
|
+
*/
|
|
1246
|
+
const methodDescriptor_SniipPaymentGatewayAPIService_TimeoutLegs = new grpc.web.MethodDescriptor(
|
|
1247
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/TimeoutLegs',
|
|
1248
|
+
grpc.web.MethodType.UNARY,
|
|
1249
|
+
google_protobuf_empty_pb.Empty,
|
|
1250
|
+
proto.sniippaymentgatewayapi.ResponseCode,
|
|
1251
|
+
/**
|
|
1252
|
+
* @param {!proto.google.protobuf.Empty} request
|
|
1253
|
+
* @return {!Uint8Array}
|
|
1254
|
+
*/
|
|
1255
|
+
function(request) {
|
|
1256
|
+
return request.serializeBinary();
|
|
1257
|
+
},
|
|
1258
|
+
proto.sniippaymentgatewayapi.ResponseCode.deserializeBinary
|
|
1259
|
+
);
|
|
1260
|
+
|
|
1261
|
+
|
|
1262
|
+
/**
|
|
1263
|
+
* @param {!proto.google.protobuf.Empty} request The
|
|
1264
|
+
* request proto
|
|
1265
|
+
* @param {?Object<string, string>} metadata User defined
|
|
1266
|
+
* call metadata
|
|
1267
|
+
* @param {function(?grpc.web.RpcError, ?proto.sniippaymentgatewayapi.ResponseCode)}
|
|
1268
|
+
* callback The callback function(error, response)
|
|
1269
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentgatewayapi.ResponseCode>|undefined}
|
|
1270
|
+
* The XHR Node Readable Stream
|
|
1271
|
+
*/
|
|
1272
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServiceClient.prototype.timeoutLegs =
|
|
1273
|
+
function(request, metadata, callback) {
|
|
1274
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1275
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/TimeoutLegs',
|
|
1276
|
+
request,
|
|
1277
|
+
metadata || {},
|
|
1278
|
+
methodDescriptor_SniipPaymentGatewayAPIService_TimeoutLegs,
|
|
1279
|
+
callback);
|
|
1280
|
+
};
|
|
1281
|
+
|
|
1282
|
+
|
|
1283
|
+
/**
|
|
1284
|
+
* @param {!proto.google.protobuf.Empty} request The
|
|
1285
|
+
* request proto
|
|
1286
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
1287
|
+
* call metadata
|
|
1288
|
+
* @return {!Promise<!proto.sniippaymentgatewayapi.ResponseCode>}
|
|
1289
|
+
* Promise that resolves to the response
|
|
1290
|
+
*/
|
|
1291
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServicePromiseClient.prototype.timeoutLegs =
|
|
1292
|
+
function(request, metadata) {
|
|
1293
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1294
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/TimeoutLegs',
|
|
1295
|
+
request,
|
|
1296
|
+
metadata || {},
|
|
1297
|
+
methodDescriptor_SniipPaymentGatewayAPIService_TimeoutLegs);
|
|
1298
|
+
};
|
|
1299
|
+
|
|
1300
|
+
|
|
1301
|
+
/**
|
|
1302
|
+
* @const
|
|
1303
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
1304
|
+
* !proto.google.protobuf.Empty,
|
|
1305
|
+
* !proto.sniippaymentgatewayapi.ResponseCode>}
|
|
1306
|
+
*/
|
|
1307
|
+
const methodDescriptor_SniipPaymentGatewayAPIService_UpdateBsbRecordsFromSftpServer = new grpc.web.MethodDescriptor(
|
|
1308
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/UpdateBsbRecordsFromSftpServer',
|
|
1309
|
+
grpc.web.MethodType.UNARY,
|
|
1310
|
+
google_protobuf_empty_pb.Empty,
|
|
1311
|
+
proto.sniippaymentgatewayapi.ResponseCode,
|
|
1312
|
+
/**
|
|
1313
|
+
* @param {!proto.google.protobuf.Empty} request
|
|
1314
|
+
* @return {!Uint8Array}
|
|
1315
|
+
*/
|
|
1316
|
+
function(request) {
|
|
1317
|
+
return request.serializeBinary();
|
|
1318
|
+
},
|
|
1319
|
+
proto.sniippaymentgatewayapi.ResponseCode.deserializeBinary
|
|
1320
|
+
);
|
|
1321
|
+
|
|
1322
|
+
|
|
1323
|
+
/**
|
|
1324
|
+
* @param {!proto.google.protobuf.Empty} request The
|
|
1325
|
+
* request proto
|
|
1326
|
+
* @param {?Object<string, string>} metadata User defined
|
|
1327
|
+
* call metadata
|
|
1328
|
+
* @param {function(?grpc.web.RpcError, ?proto.sniippaymentgatewayapi.ResponseCode)}
|
|
1329
|
+
* callback The callback function(error, response)
|
|
1330
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentgatewayapi.ResponseCode>|undefined}
|
|
1331
|
+
* The XHR Node Readable Stream
|
|
1332
|
+
*/
|
|
1333
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServiceClient.prototype.updateBsbRecordsFromSftpServer =
|
|
1334
|
+
function(request, metadata, callback) {
|
|
1335
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1336
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/UpdateBsbRecordsFromSftpServer',
|
|
1337
|
+
request,
|
|
1338
|
+
metadata || {},
|
|
1339
|
+
methodDescriptor_SniipPaymentGatewayAPIService_UpdateBsbRecordsFromSftpServer,
|
|
1340
|
+
callback);
|
|
1341
|
+
};
|
|
1342
|
+
|
|
1343
|
+
|
|
1344
|
+
/**
|
|
1345
|
+
* @param {!proto.google.protobuf.Empty} request The
|
|
1346
|
+
* request proto
|
|
1347
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
1348
|
+
* call metadata
|
|
1349
|
+
* @return {!Promise<!proto.sniippaymentgatewayapi.ResponseCode>}
|
|
1350
|
+
* Promise that resolves to the response
|
|
1351
|
+
*/
|
|
1352
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServicePromiseClient.prototype.updateBsbRecordsFromSftpServer =
|
|
1353
|
+
function(request, metadata) {
|
|
1354
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1355
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/UpdateBsbRecordsFromSftpServer',
|
|
1356
|
+
request,
|
|
1357
|
+
metadata || {},
|
|
1358
|
+
methodDescriptor_SniipPaymentGatewayAPIService_UpdateBsbRecordsFromSftpServer);
|
|
1359
|
+
};
|
|
1360
|
+
|
|
1361
|
+
|
|
1362
|
+
/**
|
|
1363
|
+
* @const
|
|
1364
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
1365
|
+
* !proto.sniippaymentgatewayapi.UpdateLegRequest,
|
|
1366
|
+
* !proto.sniippaymentgatewayapi.ResponseCode>}
|
|
1367
|
+
*/
|
|
1368
|
+
const methodDescriptor_SniipPaymentGatewayAPIService_UpdateLeg = new grpc.web.MethodDescriptor(
|
|
1369
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/UpdateLeg',
|
|
1370
|
+
grpc.web.MethodType.UNARY,
|
|
1371
|
+
proto.sniippaymentgatewayapi.UpdateLegRequest,
|
|
1372
|
+
proto.sniippaymentgatewayapi.ResponseCode,
|
|
1373
|
+
/**
|
|
1374
|
+
* @param {!proto.sniippaymentgatewayapi.UpdateLegRequest} request
|
|
1375
|
+
* @return {!Uint8Array}
|
|
1376
|
+
*/
|
|
1377
|
+
function(request) {
|
|
1378
|
+
return request.serializeBinary();
|
|
1379
|
+
},
|
|
1380
|
+
proto.sniippaymentgatewayapi.ResponseCode.deserializeBinary
|
|
1381
|
+
);
|
|
1382
|
+
|
|
1383
|
+
|
|
1384
|
+
/**
|
|
1385
|
+
* @param {!proto.sniippaymentgatewayapi.UpdateLegRequest} request The
|
|
1386
|
+
* request proto
|
|
1387
|
+
* @param {?Object<string, string>} metadata User defined
|
|
1388
|
+
* call metadata
|
|
1389
|
+
* @param {function(?grpc.web.RpcError, ?proto.sniippaymentgatewayapi.ResponseCode)}
|
|
1390
|
+
* callback The callback function(error, response)
|
|
1391
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentgatewayapi.ResponseCode>|undefined}
|
|
1392
|
+
* The XHR Node Readable Stream
|
|
1393
|
+
*/
|
|
1394
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServiceClient.prototype.updateLeg =
|
|
1395
|
+
function(request, metadata, callback) {
|
|
1396
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1397
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/UpdateLeg',
|
|
1398
|
+
request,
|
|
1399
|
+
metadata || {},
|
|
1400
|
+
methodDescriptor_SniipPaymentGatewayAPIService_UpdateLeg,
|
|
1401
|
+
callback);
|
|
1402
|
+
};
|
|
1403
|
+
|
|
1404
|
+
|
|
1405
|
+
/**
|
|
1406
|
+
* @param {!proto.sniippaymentgatewayapi.UpdateLegRequest} request The
|
|
1407
|
+
* request proto
|
|
1408
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
1409
|
+
* call metadata
|
|
1410
|
+
* @return {!Promise<!proto.sniippaymentgatewayapi.ResponseCode>}
|
|
1411
|
+
* Promise that resolves to the response
|
|
1412
|
+
*/
|
|
1413
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServicePromiseClient.prototype.updateLeg =
|
|
1414
|
+
function(request, metadata) {
|
|
1415
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1416
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/UpdateLeg',
|
|
1417
|
+
request,
|
|
1418
|
+
metadata || {},
|
|
1419
|
+
methodDescriptor_SniipPaymentGatewayAPIService_UpdateLeg);
|
|
1420
|
+
};
|
|
1421
|
+
|
|
1422
|
+
|
|
1423
|
+
/**
|
|
1424
|
+
* @const
|
|
1425
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
1426
|
+
* !proto.sniippaymentgatewayapi.UpdateLegStatusRequest,
|
|
1427
|
+
* !proto.sniippaymentgatewayapi.ResponseCode>}
|
|
1428
|
+
*/
|
|
1429
|
+
const methodDescriptor_SniipPaymentGatewayAPIService_UpdateLegStatus = new grpc.web.MethodDescriptor(
|
|
1430
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/UpdateLegStatus',
|
|
1431
|
+
grpc.web.MethodType.UNARY,
|
|
1432
|
+
proto.sniippaymentgatewayapi.UpdateLegStatusRequest,
|
|
1433
|
+
proto.sniippaymentgatewayapi.ResponseCode,
|
|
1434
|
+
/**
|
|
1435
|
+
* @param {!proto.sniippaymentgatewayapi.UpdateLegStatusRequest} request
|
|
1436
|
+
* @return {!Uint8Array}
|
|
1437
|
+
*/
|
|
1438
|
+
function(request) {
|
|
1439
|
+
return request.serializeBinary();
|
|
1440
|
+
},
|
|
1441
|
+
proto.sniippaymentgatewayapi.ResponseCode.deserializeBinary
|
|
1442
|
+
);
|
|
1443
|
+
|
|
1444
|
+
|
|
1445
|
+
/**
|
|
1446
|
+
* @param {!proto.sniippaymentgatewayapi.UpdateLegStatusRequest} request The
|
|
1447
|
+
* request proto
|
|
1448
|
+
* @param {?Object<string, string>} metadata User defined
|
|
1449
|
+
* call metadata
|
|
1450
|
+
* @param {function(?grpc.web.RpcError, ?proto.sniippaymentgatewayapi.ResponseCode)}
|
|
1451
|
+
* callback The callback function(error, response)
|
|
1452
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentgatewayapi.ResponseCode>|undefined}
|
|
1453
|
+
* The XHR Node Readable Stream
|
|
1454
|
+
*/
|
|
1455
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServiceClient.prototype.updateLegStatus =
|
|
1456
|
+
function(request, metadata, callback) {
|
|
1457
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1458
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/UpdateLegStatus',
|
|
1459
|
+
request,
|
|
1460
|
+
metadata || {},
|
|
1461
|
+
methodDescriptor_SniipPaymentGatewayAPIService_UpdateLegStatus,
|
|
1462
|
+
callback);
|
|
1463
|
+
};
|
|
1464
|
+
|
|
1465
|
+
|
|
1466
|
+
/**
|
|
1467
|
+
* @param {!proto.sniippaymentgatewayapi.UpdateLegStatusRequest} request The
|
|
1468
|
+
* request proto
|
|
1469
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
1470
|
+
* call metadata
|
|
1471
|
+
* @return {!Promise<!proto.sniippaymentgatewayapi.ResponseCode>}
|
|
1472
|
+
* Promise that resolves to the response
|
|
1473
|
+
*/
|
|
1474
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServicePromiseClient.prototype.updateLegStatus =
|
|
1475
|
+
function(request, metadata) {
|
|
1476
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1477
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/UpdateLegStatus',
|
|
1478
|
+
request,
|
|
1479
|
+
metadata || {},
|
|
1480
|
+
methodDescriptor_SniipPaymentGatewayAPIService_UpdateLegStatus);
|
|
1481
|
+
};
|
|
1482
|
+
|
|
1483
|
+
|
|
1484
|
+
/**
|
|
1485
|
+
* @const
|
|
1486
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
1487
|
+
* !proto.google.protobuf.Empty,
|
|
1488
|
+
* !proto.sniippaymentgatewayapi.ResponseCode>}
|
|
1489
|
+
*/
|
|
1490
|
+
const methodDescriptor_SniipPaymentGatewayAPIService_UpdatePublicHolidays = new grpc.web.MethodDescriptor(
|
|
1491
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/UpdatePublicHolidays',
|
|
1492
|
+
grpc.web.MethodType.UNARY,
|
|
1493
|
+
google_protobuf_empty_pb.Empty,
|
|
1494
|
+
proto.sniippaymentgatewayapi.ResponseCode,
|
|
1495
|
+
/**
|
|
1496
|
+
* @param {!proto.google.protobuf.Empty} request
|
|
1497
|
+
* @return {!Uint8Array}
|
|
1498
|
+
*/
|
|
1499
|
+
function(request) {
|
|
1500
|
+
return request.serializeBinary();
|
|
1501
|
+
},
|
|
1502
|
+
proto.sniippaymentgatewayapi.ResponseCode.deserializeBinary
|
|
1503
|
+
);
|
|
1504
|
+
|
|
1505
|
+
|
|
1506
|
+
/**
|
|
1507
|
+
* @param {!proto.google.protobuf.Empty} request The
|
|
1508
|
+
* request proto
|
|
1509
|
+
* @param {?Object<string, string>} metadata User defined
|
|
1510
|
+
* call metadata
|
|
1511
|
+
* @param {function(?grpc.web.RpcError, ?proto.sniippaymentgatewayapi.ResponseCode)}
|
|
1512
|
+
* callback The callback function(error, response)
|
|
1513
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentgatewayapi.ResponseCode>|undefined}
|
|
1514
|
+
* The XHR Node Readable Stream
|
|
1515
|
+
*/
|
|
1516
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServiceClient.prototype.updatePublicHolidays =
|
|
1517
|
+
function(request, metadata, callback) {
|
|
1518
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1519
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/UpdatePublicHolidays',
|
|
1520
|
+
request,
|
|
1521
|
+
metadata || {},
|
|
1522
|
+
methodDescriptor_SniipPaymentGatewayAPIService_UpdatePublicHolidays,
|
|
1523
|
+
callback);
|
|
1524
|
+
};
|
|
1525
|
+
|
|
1526
|
+
|
|
1527
|
+
/**
|
|
1528
|
+
* @param {!proto.google.protobuf.Empty} request The
|
|
1529
|
+
* request proto
|
|
1530
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
1531
|
+
* call metadata
|
|
1532
|
+
* @return {!Promise<!proto.sniippaymentgatewayapi.ResponseCode>}
|
|
1533
|
+
* Promise that resolves to the response
|
|
1534
|
+
*/
|
|
1535
|
+
proto.sniippaymentgatewayapi.SniipPaymentGatewayAPIServicePromiseClient.prototype.updatePublicHolidays =
|
|
1536
|
+
function(request, metadata) {
|
|
1537
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1538
|
+
'/sniippaymentgatewayapi.SniipPaymentGatewayAPIService/UpdatePublicHolidays',
|
|
1539
|
+
request,
|
|
1540
|
+
metadata || {},
|
|
1541
|
+
methodDescriptor_SniipPaymentGatewayAPIService_UpdatePublicHolidays);
|
|
1542
|
+
};
|
|
1543
|
+
|
|
1544
|
+
|
|
1545
|
+
module.exports = proto.sniippaymentgatewayapi;
|
|
1546
|
+
|