@sniipwebmaster/payment-gateway-service-client-grpcweb 25.9.6824 → 25.9.6830

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.
@@ -7356,7 +7356,8 @@ proto.sniippaymentgatewayapi.PayBillRequest.toObject = function(includeInstance,
7356
7356
  reservedrewarditemid: jspb.Message.getFieldWithDefault(msg, 15, 0),
7357
7357
  isbetauser: jspb.Message.getBooleanFieldWithDefault(msg, 16, false),
7358
7358
  loyaltyoptionid: jspb.Message.getFieldWithDefault(msg, 17, 0),
7359
- usermembershipid: jspb.Message.getFieldWithDefault(msg, 18, 0)
7359
+ usermembershipid: jspb.Message.getFieldWithDefault(msg, 18, 0),
7360
+ originalbanktransactionamount: jspb.Message.getFloatingPointFieldWithDefault(msg, 19, 0.0)
7360
7361
  };
7361
7362
 
7362
7363
  if (includeInstance) {
@@ -7465,6 +7466,10 @@ proto.sniippaymentgatewayapi.PayBillRequest.deserializeBinaryFromReader = functi
7465
7466
  var value = /** @type {number} */ (reader.readInt64());
7466
7467
  msg.setUsermembershipid(value);
7467
7468
  break;
7469
+ case 19:
7470
+ var value = /** @type {number} */ (reader.readDouble());
7471
+ msg.setOriginalbanktransactionamount(value);
7472
+ break;
7468
7473
  default:
7469
7474
  reader.skipField();
7470
7475
  break;
@@ -7620,6 +7625,13 @@ proto.sniippaymentgatewayapi.PayBillRequest.serializeBinaryToWriter = function(m
7620
7625
  f
7621
7626
  );
7622
7627
  }
7628
+ f = message.getOriginalbanktransactionamount();
7629
+ if (f !== 0.0) {
7630
+ writer.writeDouble(
7631
+ 19,
7632
+ f
7633
+ );
7634
+ }
7623
7635
  };
7624
7636
 
7625
7637
 
@@ -7966,6 +7978,24 @@ proto.sniippaymentgatewayapi.PayBillRequest.prototype.setUsermembershipid = func
7966
7978
  };
7967
7979
 
7968
7980
 
7981
+ /**
7982
+ * optional double originalBankTransactionAmount = 19;
7983
+ * @return {number}
7984
+ */
7985
+ proto.sniippaymentgatewayapi.PayBillRequest.prototype.getOriginalbanktransactionamount = function() {
7986
+ return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 19, 0.0));
7987
+ };
7988
+
7989
+
7990
+ /**
7991
+ * @param {number} value
7992
+ * @return {!proto.sniippaymentgatewayapi.PayBillRequest} returns this
7993
+ */
7994
+ proto.sniippaymentgatewayapi.PayBillRequest.prototype.setOriginalbanktransactionamount = function(value) {
7995
+ return jspb.Message.setProto3FloatField(this, 19, value);
7996
+ };
7997
+
7998
+
7969
7999
 
7970
8000
  /**
7971
8001
  * List of repeated fields within this message type.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/payment-gateway-service-client-grpcweb",
3
- "version": "25.9.6824",
3
+ "version": "25.9.6830",
4
4
  "description": "payment-gateway-service-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",