@sniipwebmaster/transaction-service-client-grpcweb 0.2.4247 → 0.2.4263

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.
@@ -7308,7 +7308,8 @@ proto.sniiptransactionapi.PayBillRequest.toObject = function(includeInstance, ms
7308
7308
  osversion: jspb.Message.getFieldWithDefault(msg, 12, ""),
7309
7309
  scheduledpaymentid: jspb.Message.getFieldWithDefault(msg, 13, 0),
7310
7310
  uniquepaymentguid: jspb.Message.getFieldWithDefault(msg, 14, ""),
7311
- allowoverpayment: jspb.Message.getFieldWithDefault(msg, 15, false)
7311
+ allowoverpayment: jspb.Message.getFieldWithDefault(msg, 15, false),
7312
+ billremainingamount: +jspb.Message.getFieldWithDefault(msg, 16, 0.0)
7312
7313
  };
7313
7314
 
7314
7315
  if (includeInstance) {
@@ -7405,6 +7406,10 @@ proto.sniiptransactionapi.PayBillRequest.deserializeBinaryFromReader = function(
7405
7406
  var value = /** @type {boolean} */ (reader.readBool());
7406
7407
  msg.setAllowoverpayment(value);
7407
7408
  break;
7409
+ case 16:
7410
+ var value = /** @type {number} */ (reader.readDouble());
7411
+ msg.setBillremainingamount(value);
7412
+ break;
7408
7413
  default:
7409
7414
  reader.skipField();
7410
7415
  break;
@@ -7539,6 +7544,13 @@ proto.sniiptransactionapi.PayBillRequest.serializeBinaryToWriter = function(mess
7539
7544
  f
7540
7545
  );
7541
7546
  }
7547
+ f = message.getBillremainingamount();
7548
+ if (f !== 0.0) {
7549
+ writer.writeDouble(
7550
+ 16,
7551
+ f
7552
+ );
7553
+ }
7542
7554
  };
7543
7555
 
7544
7556
 
@@ -7769,6 +7781,21 @@ proto.sniiptransactionapi.PayBillRequest.prototype.setAllowoverpayment = functio
7769
7781
  };
7770
7782
 
7771
7783
 
7784
+ /**
7785
+ * optional double billRemainingAmount = 16;
7786
+ * @return {number}
7787
+ */
7788
+ proto.sniiptransactionapi.PayBillRequest.prototype.getBillremainingamount = function() {
7789
+ return /** @type {number} */ (+jspb.Message.getFieldWithDefault(this, 16, 0.0));
7790
+ };
7791
+
7792
+
7793
+ /** @param {number} value */
7794
+ proto.sniiptransactionapi.PayBillRequest.prototype.setBillremainingamount = function(value) {
7795
+ jspb.Message.setProto3FloatField(this, 16, value);
7796
+ };
7797
+
7798
+
7772
7799
 
7773
7800
  /**
7774
7801
  * Generated by JsPbCodeGenerator.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/transaction-service-client-grpcweb",
3
- "version": "0.2.4247",
3
+ "version": "0.2.4263",
4
4
  "description": "transaction-service-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",