@sniipwebmaster/payment-gateway-service-client-grpcweb 25.3.6489 → 25.3.6503

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.
@@ -25,6 +25,7 @@ goog.exportSymbol('proto.sniippaymentgatewayapi.ApplePayDetails', null, global);
25
25
  goog.exportSymbol('proto.sniippaymentgatewayapi.BillRateItem', null, global);
26
26
  goog.exportSymbol('proto.sniippaymentgatewayapi.BsbResponse', null, global);
27
27
  goog.exportSymbol('proto.sniippaymentgatewayapi.BulkItem', null, global);
28
+ goog.exportSymbol('proto.sniippaymentgatewayapi.CardValidationResult', null, global);
28
29
  goog.exportSymbol('proto.sniippaymentgatewayapi.ChargebackRefundRequest', null, global);
29
30
  goog.exportSymbol('proto.sniippaymentgatewayapi.CheckBsbRequest', null, global);
30
31
  goog.exportSymbol('proto.sniippaymentgatewayapi.CleanUpOldBsbRecordFilesRequest', null, global);
@@ -7835,7 +7836,8 @@ proto.sniippaymentgatewayapi.PayBillResponse.toObject = function(includeInstance
7835
7836
  rewardamount: jspb.Message.getFloatingPointFieldWithDefault(msg, 31, 0.0),
7836
7837
  paymentgatewaytype: jspb.Message.getFieldWithDefault(msg, 32, ""),
7837
7838
  actionurl: jspb.Message.getFieldWithDefault(msg, 33, ""),
7838
- isbusinesspayment: jspb.Message.getBooleanFieldWithDefault(msg, 34, false)
7839
+ isbusinesspayment: jspb.Message.getBooleanFieldWithDefault(msg, 34, false),
7840
+ cardvalidationresult: jspb.Message.getFieldWithDefault(msg, 35, 0)
7839
7841
  };
7840
7842
 
7841
7843
  if (includeInstance) {
@@ -8011,6 +8013,10 @@ proto.sniippaymentgatewayapi.PayBillResponse.deserializeBinaryFromReader = funct
8011
8013
  var value = /** @type {boolean} */ (reader.readBool());
8012
8014
  msg.setIsbusinesspayment(value);
8013
8015
  break;
8016
+ case 35:
8017
+ var value = /** @type {!proto.sniippaymentgatewayapi.CardValidationResult} */ (reader.readEnum());
8018
+ msg.setCardvalidationresult(value);
8019
+ break;
8014
8020
  default:
8015
8021
  reader.skipField();
8016
8022
  break;
@@ -8279,6 +8285,13 @@ proto.sniippaymentgatewayapi.PayBillResponse.serializeBinaryToWriter = function(
8279
8285
  f
8280
8286
  );
8281
8287
  }
8288
+ f = /** @type {!proto.sniippaymentgatewayapi.CardValidationResult} */ (jspb.Message.getField(message, 35));
8289
+ if (f != null) {
8290
+ writer.writeEnum(
8291
+ 35,
8292
+ f
8293
+ );
8294
+ }
8282
8295
  };
8283
8296
 
8284
8297
 
@@ -8932,6 +8945,42 @@ proto.sniippaymentgatewayapi.PayBillResponse.prototype.setIsbusinesspayment = fu
8932
8945
  };
8933
8946
 
8934
8947
 
8948
+ /**
8949
+ * optional CardValidationResult cardValidationResult = 35;
8950
+ * @return {!proto.sniippaymentgatewayapi.CardValidationResult}
8951
+ */
8952
+ proto.sniippaymentgatewayapi.PayBillResponse.prototype.getCardvalidationresult = function() {
8953
+ return /** @type {!proto.sniippaymentgatewayapi.CardValidationResult} */ (jspb.Message.getFieldWithDefault(this, 35, 0));
8954
+ };
8955
+
8956
+
8957
+ /**
8958
+ * @param {!proto.sniippaymentgatewayapi.CardValidationResult} value
8959
+ * @return {!proto.sniippaymentgatewayapi.PayBillResponse} returns this
8960
+ */
8961
+ proto.sniippaymentgatewayapi.PayBillResponse.prototype.setCardvalidationresult = function(value) {
8962
+ return jspb.Message.setField(this, 35, value);
8963
+ };
8964
+
8965
+
8966
+ /**
8967
+ * Clears the field making it undefined.
8968
+ * @return {!proto.sniippaymentgatewayapi.PayBillResponse} returns this
8969
+ */
8970
+ proto.sniippaymentgatewayapi.PayBillResponse.prototype.clearCardvalidationresult = function() {
8971
+ return jspb.Message.setField(this, 35, undefined);
8972
+ };
8973
+
8974
+
8975
+ /**
8976
+ * Returns whether this field is set.
8977
+ * @return {boolean}
8978
+ */
8979
+ proto.sniippaymentgatewayapi.PayBillResponse.prototype.hasCardvalidationresult = function() {
8980
+ return jspb.Message.getField(this, 35) != null;
8981
+ };
8982
+
8983
+
8935
8984
 
8936
8985
  /**
8937
8986
  * List of repeated fields within this message type.
@@ -16899,6 +16948,20 @@ proto.sniippaymentgatewayapi.DeleteResponseMaskRequest.prototype.setPaymentgatew
16899
16948
  };
16900
16949
 
16901
16950
 
16951
+ /**
16952
+ * @enum {number}
16953
+ */
16954
+ proto.sniippaymentgatewayapi.CardValidationResult = {
16955
+ UNKNOWN: 0,
16956
+ PENDING: 1,
16957
+ SUCCESS: 2,
16958
+ FAILED: 3,
16959
+ NOT_ENROLLED: 4,
16960
+ IGNORE: 5,
16961
+ VALIDATION_EXPIRED_REMOVE_CARD: 6,
16962
+ FORCE_VERIFICATION: 7
16963
+ };
16964
+
16902
16965
  /**
16903
16966
  * @enum {number}
16904
16967
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/payment-gateway-service-client-grpcweb",
3
- "version": "25.3.6489",
3
+ "version": "25.3.6503",
4
4
  "description": "payment-gateway-service-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",