@sniipwebmaster/payment-methods-client-grpcweb 0.2.2566 → 0.2.2584

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.
@@ -1245,6 +1245,61 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
1245
1245
  };
1246
1246
 
1247
1247
 
1248
+ /**
1249
+ * @const
1250
+ * @type {!grpc.web.AbstractClientBase.MethodInfo<
1251
+ * !proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest,
1252
+ * !proto.sniippaymentmethodsserviceapi.ResponseCode>}
1253
+ */
1254
+ const methodInfo_SniipPaymentMethodsServiceAPIService_SendPaymentMethodExpiringForScheduledPaymentsNotification = new grpc.web.AbstractClientBase.MethodInfo(
1255
+ proto.sniippaymentmethodsserviceapi.ResponseCode,
1256
+ /** @param {!proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest} request */
1257
+ function(request) {
1258
+ return request.serializeBinary();
1259
+ },
1260
+ proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
1261
+ );
1262
+
1263
+
1264
+ /**
1265
+ * @param {!proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest} request The
1266
+ * request proto
1267
+ * @param {?Object<string, string>} metadata User defined
1268
+ * call metadata
1269
+ * @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.ResponseCode)}
1270
+ * callback The callback function(error, response)
1271
+ * @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.ResponseCode>|undefined}
1272
+ * The XHR Node Readable Stream
1273
+ */
1274
+ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.sendPaymentMethodExpiringForScheduledPaymentsNotification =
1275
+ function(request, metadata, callback) {
1276
+ return this.client_.rpcCall(this.hostname_ +
1277
+ '/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/SendPaymentMethodExpiringForScheduledPaymentsNotification',
1278
+ request,
1279
+ metadata || {},
1280
+ methodInfo_SniipPaymentMethodsServiceAPIService_SendPaymentMethodExpiringForScheduledPaymentsNotification,
1281
+ callback);
1282
+ };
1283
+
1284
+
1285
+ /**
1286
+ * @param {!proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest} request The
1287
+ * request proto
1288
+ * @param {?Object<string, string>} metadata User defined
1289
+ * call metadata
1290
+ * @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
1291
+ * A native promise that resolves to the response
1292
+ */
1293
+ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.sendPaymentMethodExpiringForScheduledPaymentsNotification =
1294
+ function(request, metadata) {
1295
+ return this.client_.unaryCall(this.hostname_ +
1296
+ '/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/SendPaymentMethodExpiringForScheduledPaymentsNotification',
1297
+ request,
1298
+ metadata || {},
1299
+ methodInfo_SniipPaymentMethodsServiceAPIService_SendPaymentMethodExpiringForScheduledPaymentsNotification);
1300
+ };
1301
+
1302
+
1248
1303
  /**
1249
1304
  * @const
1250
1305
  * @type {!grpc.web.AbstractClientBase.MethodInfo<
@@ -43,6 +43,7 @@ goog.exportSymbol('proto.sniippaymentmethodsserviceapi.MaskedCreditCard', null,
43
43
  goog.exportSymbol('proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest', null, global);
44
44
  goog.exportSymbol('proto.sniippaymentmethodsserviceapi.PaymentMethod', null, global);
45
45
  goog.exportSymbol('proto.sniippaymentmethodsserviceapi.PaymentMethodDeleteRequest', null, global);
46
+ goog.exportSymbol('proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest', null, global);
46
47
  goog.exportSymbol('proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentRequest', null, global);
47
48
  goog.exportSymbol('proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentResponse', null, global);
48
49
  goog.exportSymbol('proto.sniippaymentmethodsserviceapi.PaymentMethodGroup', null, global);
@@ -58,6 +59,7 @@ goog.exportSymbol('proto.sniippaymentmethodsserviceapi.PaymentMethodsInternalGet
58
59
  goog.exportSymbol('proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse', null, global);
59
60
  goog.exportSymbol('proto.sniippaymentmethodsserviceapi.RemovePaymentMethodRequest', null, global);
60
61
  goog.exportSymbol('proto.sniippaymentmethodsserviceapi.ResponseCode', null, global);
62
+ goog.exportSymbol('proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest', null, global);
61
63
  goog.exportSymbol('proto.sniippaymentmethodsserviceapi.UpdateCreditCard', null, global);
62
64
  goog.exportSymbol('proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest', null, global);
63
65
  goog.exportSymbol('proto.sniippaymentmethodsserviceapi.UpdatePaymentMethodGroupRequest', null, global);
@@ -7795,6 +7797,179 @@ proto.sniippaymentmethodsserviceapi.PaymentMethodDeleteRequest.prototype.setIsco
7795
7797
 
7796
7798
 
7797
7799
 
7800
+ /**
7801
+ * Generated by JsPbCodeGenerator.
7802
+ * @param {Array=} opt_data Optional initial data array, typically from a
7803
+ * server response, or constructed directly in Javascript. The array is used
7804
+ * in place and becomes part of the constructed object. It is not cloned.
7805
+ * If no data is provided, the constructed object will be empty, but still
7806
+ * valid.
7807
+ * @extends {jspb.Message}
7808
+ * @constructor
7809
+ */
7810
+ proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest = function(opt_data) {
7811
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest.repeatedFields_, null);
7812
+ };
7813
+ goog.inherits(proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest, jspb.Message);
7814
+ if (goog.DEBUG && !COMPILED) {
7815
+ proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest.displayName = 'proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest';
7816
+ }
7817
+ /**
7818
+ * List of repeated fields within this message type.
7819
+ * @private {!Array<number>}
7820
+ * @const
7821
+ */
7822
+ proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest.repeatedFields_ = [1];
7823
+
7824
+
7825
+
7826
+ if (jspb.Message.GENERATE_TO_OBJECT) {
7827
+ /**
7828
+ * Creates an object representation of this proto suitable for use in Soy templates.
7829
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
7830
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
7831
+ * For the list of reserved names please see:
7832
+ * com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS.
7833
+ * @param {boolean=} opt_includeInstance Whether to include the JSPB instance
7834
+ * for transitional soy proto support: http://goto/soy-param-migration
7835
+ * @return {!Object}
7836
+ */
7837
+ proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest.prototype.toObject = function(opt_includeInstance) {
7838
+ return proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest.toObject(opt_includeInstance, this);
7839
+ };
7840
+
7841
+
7842
+ /**
7843
+ * Static version of the {@see toObject} method.
7844
+ * @param {boolean|undefined} includeInstance Whether to include the JSPB
7845
+ * instance for transitional soy proto support:
7846
+ * http://goto/soy-param-migration
7847
+ * @param {!proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest} msg The msg instance to transform.
7848
+ * @return {!Object}
7849
+ */
7850
+ proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest.toObject = function(includeInstance, msg) {
7851
+ var f, obj = {
7852
+ paymentmethodidsList: jspb.Message.getField(msg, 1)
7853
+ };
7854
+
7855
+ if (includeInstance) {
7856
+ obj.$jspbMessageInstance = msg;
7857
+ }
7858
+ return obj;
7859
+ };
7860
+ }
7861
+
7862
+
7863
+ /**
7864
+ * Deserializes binary data (in protobuf wire format).
7865
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
7866
+ * @return {!proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest}
7867
+ */
7868
+ proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest.deserializeBinary = function(bytes) {
7869
+ var reader = new jspb.BinaryReader(bytes);
7870
+ var msg = new proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest;
7871
+ return proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest.deserializeBinaryFromReader(msg, reader);
7872
+ };
7873
+
7874
+
7875
+ /**
7876
+ * Deserializes binary data (in protobuf wire format) from the
7877
+ * given reader into the given message object.
7878
+ * @param {!proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest} msg The message object to deserialize into.
7879
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
7880
+ * @return {!proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest}
7881
+ */
7882
+ proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest.deserializeBinaryFromReader = function(msg, reader) {
7883
+ while (reader.nextField()) {
7884
+ if (reader.isEndGroup()) {
7885
+ break;
7886
+ }
7887
+ var field = reader.getFieldNumber();
7888
+ switch (field) {
7889
+ case 1:
7890
+ var value = /** @type {!Array.<number>} */ (reader.readPackedInt64());
7891
+ msg.setPaymentmethodidsList(value);
7892
+ break;
7893
+ default:
7894
+ reader.skipField();
7895
+ break;
7896
+ }
7897
+ }
7898
+ return msg;
7899
+ };
7900
+
7901
+
7902
+ /**
7903
+ * Class method variant: serializes the given message to binary data
7904
+ * (in protobuf wire format), writing to the given BinaryWriter.
7905
+ * @param {!proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest} message
7906
+ * @param {!jspb.BinaryWriter} writer
7907
+ */
7908
+ proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest.serializeBinaryToWriter = function(message, writer) {
7909
+ message.serializeBinaryToWriter(writer);
7910
+ };
7911
+
7912
+
7913
+ /**
7914
+ * Serializes the message to binary data (in protobuf wire format).
7915
+ * @return {!Uint8Array}
7916
+ */
7917
+ proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest.prototype.serializeBinary = function() {
7918
+ var writer = new jspb.BinaryWriter();
7919
+ this.serializeBinaryToWriter(writer);
7920
+ return writer.getResultBuffer();
7921
+ };
7922
+
7923
+
7924
+ /**
7925
+ * Serializes the message to binary data (in protobuf wire format),
7926
+ * writing to the given BinaryWriter.
7927
+ * @param {!jspb.BinaryWriter} writer
7928
+ */
7929
+ proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest.prototype.serializeBinaryToWriter = function (writer) {
7930
+ var f = undefined;
7931
+ f = this.getPaymentmethodidsList();
7932
+ if (f.length > 0) {
7933
+ writer.writePackedInt64(
7934
+ 1,
7935
+ f
7936
+ );
7937
+ }
7938
+ };
7939
+
7940
+
7941
+ /**
7942
+ * Creates a deep clone of this proto. No data is shared with the original.
7943
+ * @return {!proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest} The clone.
7944
+ */
7945
+ proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest.prototype.cloneMessage = function() {
7946
+ return /** @type {!proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest} */ (jspb.Message.cloneMessage(this));
7947
+ };
7948
+
7949
+
7950
+ /**
7951
+ * repeated int64 paymentMethodIds = 1;
7952
+ * If you change this array by adding, removing or replacing elements, or if you
7953
+ * replace the array itself, then you must call the setter to update it.
7954
+ * @return {!Array.<number>}
7955
+ */
7956
+ proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest.prototype.getPaymentmethodidsList = function() {
7957
+ return /** @type {!Array.<number>} */ (jspb.Message.getField(this, 1));
7958
+ };
7959
+
7960
+
7961
+ /** @param {Array.<number>} value */
7962
+ proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest.prototype.setPaymentmethodidsList = function(value) {
7963
+ jspb.Message.setField(this, 1, value || []);
7964
+ };
7965
+
7966
+
7967
+ proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest.prototype.clearPaymentmethodidsList = function() {
7968
+ jspb.Message.setField(this, 1, []);
7969
+ };
7970
+
7971
+
7972
+
7798
7973
  /**
7799
7974
  * Generated by JsPbCodeGenerator.
7800
7975
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -11134,6 +11309,182 @@ proto.sniippaymentmethodsserviceapi.ResponseCode.prototype.setMessage = function
11134
11309
 
11135
11310
 
11136
11311
 
11312
+ /**
11313
+ * Generated by JsPbCodeGenerator.
11314
+ * @param {Array=} opt_data Optional initial data array, typically from a
11315
+ * server response, or constructed directly in Javascript. The array is used
11316
+ * in place and becomes part of the constructed object. It is not cloned.
11317
+ * If no data is provided, the constructed object will be empty, but still
11318
+ * valid.
11319
+ * @extends {jspb.Message}
11320
+ * @constructor
11321
+ */
11322
+ proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest = function(opt_data) {
11323
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
11324
+ };
11325
+ goog.inherits(proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest, jspb.Message);
11326
+ if (goog.DEBUG && !COMPILED) {
11327
+ proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest.displayName = 'proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest';
11328
+ }
11329
+
11330
+
11331
+ if (jspb.Message.GENERATE_TO_OBJECT) {
11332
+ /**
11333
+ * Creates an object representation of this proto suitable for use in Soy templates.
11334
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
11335
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
11336
+ * For the list of reserved names please see:
11337
+ * com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS.
11338
+ * @param {boolean=} opt_includeInstance Whether to include the JSPB instance
11339
+ * for transitional soy proto support: http://goto/soy-param-migration
11340
+ * @return {!Object}
11341
+ */
11342
+ proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest.prototype.toObject = function(opt_includeInstance) {
11343
+ return proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest.toObject(opt_includeInstance, this);
11344
+ };
11345
+
11346
+
11347
+ /**
11348
+ * Static version of the {@see toObject} method.
11349
+ * @param {boolean|undefined} includeInstance Whether to include the JSPB
11350
+ * instance for transitional soy proto support:
11351
+ * http://goto/soy-param-migration
11352
+ * @param {!proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest} msg The msg instance to transform.
11353
+ * @return {!Object}
11354
+ */
11355
+ proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest.toObject = function(includeInstance, msg) {
11356
+ var f, obj = {
11357
+ data: (f = msg.getData()) && proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest.toObject(includeInstance, f)
11358
+ };
11359
+
11360
+ if (includeInstance) {
11361
+ obj.$jspbMessageInstance = msg;
11362
+ }
11363
+ return obj;
11364
+ };
11365
+ }
11366
+
11367
+
11368
+ /**
11369
+ * Deserializes binary data (in protobuf wire format).
11370
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
11371
+ * @return {!proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest}
11372
+ */
11373
+ proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest.deserializeBinary = function(bytes) {
11374
+ var reader = new jspb.BinaryReader(bytes);
11375
+ var msg = new proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest;
11376
+ return proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest.deserializeBinaryFromReader(msg, reader);
11377
+ };
11378
+
11379
+
11380
+ /**
11381
+ * Deserializes binary data (in protobuf wire format) from the
11382
+ * given reader into the given message object.
11383
+ * @param {!proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest} msg The message object to deserialize into.
11384
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
11385
+ * @return {!proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest}
11386
+ */
11387
+ proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest.deserializeBinaryFromReader = function(msg, reader) {
11388
+ while (reader.nextField()) {
11389
+ if (reader.isEndGroup()) {
11390
+ break;
11391
+ }
11392
+ var field = reader.getFieldNumber();
11393
+ switch (field) {
11394
+ case 1:
11395
+ var value = new proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest;
11396
+ reader.readMessage(value,proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest.deserializeBinaryFromReader);
11397
+ msg.setData(value);
11398
+ break;
11399
+ default:
11400
+ reader.skipField();
11401
+ break;
11402
+ }
11403
+ }
11404
+ return msg;
11405
+ };
11406
+
11407
+
11408
+ /**
11409
+ * Class method variant: serializes the given message to binary data
11410
+ * (in protobuf wire format), writing to the given BinaryWriter.
11411
+ * @param {!proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest} message
11412
+ * @param {!jspb.BinaryWriter} writer
11413
+ */
11414
+ proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest.serializeBinaryToWriter = function(message, writer) {
11415
+ message.serializeBinaryToWriter(writer);
11416
+ };
11417
+
11418
+
11419
+ /**
11420
+ * Serializes the message to binary data (in protobuf wire format).
11421
+ * @return {!Uint8Array}
11422
+ */
11423
+ proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest.prototype.serializeBinary = function() {
11424
+ var writer = new jspb.BinaryWriter();
11425
+ this.serializeBinaryToWriter(writer);
11426
+ return writer.getResultBuffer();
11427
+ };
11428
+
11429
+
11430
+ /**
11431
+ * Serializes the message to binary data (in protobuf wire format),
11432
+ * writing to the given BinaryWriter.
11433
+ * @param {!jspb.BinaryWriter} writer
11434
+ */
11435
+ proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest.prototype.serializeBinaryToWriter = function (writer) {
11436
+ var f = undefined;
11437
+ f = this.getData();
11438
+ if (f != null) {
11439
+ writer.writeMessage(
11440
+ 1,
11441
+ f,
11442
+ proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest.serializeBinaryToWriter
11443
+ );
11444
+ }
11445
+ };
11446
+
11447
+
11448
+ /**
11449
+ * Creates a deep clone of this proto. No data is shared with the original.
11450
+ * @return {!proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest} The clone.
11451
+ */
11452
+ proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest.prototype.cloneMessage = function() {
11453
+ return /** @type {!proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest} */ (jspb.Message.cloneMessage(this));
11454
+ };
11455
+
11456
+
11457
+ /**
11458
+ * optional PaymentMethodExpiringForScheduledPaymentsNotificationRequest data = 1;
11459
+ * @return {proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest}
11460
+ */
11461
+ proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest.prototype.getData = function() {
11462
+ return /** @type{proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest} */ (
11463
+ jspb.Message.getWrapperField(this, proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest, 1));
11464
+ };
11465
+
11466
+
11467
+ /** @param {proto.sniippaymentmethodsserviceapi.PaymentMethodExpiringForScheduledPaymentsNotificationRequest|undefined} value */
11468
+ proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest.prototype.setData = function(value) {
11469
+ jspb.Message.setWrapperField(this, 1, value);
11470
+ };
11471
+
11472
+
11473
+ proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest.prototype.clearData = function() {
11474
+ this.setData(undefined);
11475
+ };
11476
+
11477
+
11478
+ /**
11479
+ * Returns whether this field is set.
11480
+ * @return{!boolean}
11481
+ */
11482
+ proto.sniippaymentmethodsserviceapi.SendPaymentMethodExpiringForScheduledPaymentsNotificationRequest.prototype.hasData = function() {
11483
+ return jspb.Message.getField(this, 1) != null;
11484
+ };
11485
+
11486
+
11487
+
11137
11488
  /**
11138
11489
  * Generated by JsPbCodeGenerator.
11139
11490
  * @param {Array=} opt_data Optional initial data array, typically from a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/payment-methods-client-grpcweb",
3
- "version": "0.2.2566",
3
+ "version": "0.2.2584",
4
4
  "description": "payment-methods-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",