@sniipwebmaster/payment-methods-client-grpcweb 21.6.3092 → 21.6.3101
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/service_pb.js +31 -31
- package/package.json +1 -1
|
@@ -7297,7 +7297,8 @@ proto.sniippaymentmethodsserviceapi.MaskedCreditCard.toObject = function(include
|
|
|
7297
7297
|
isdebitcard: msg.getIsdebitcard(),
|
|
7298
7298
|
isverified: msg.getIsverified(),
|
|
7299
7299
|
iseftpos: msg.getIseftpos(),
|
|
7300
|
-
isinternational: msg.getIsinternational()
|
|
7300
|
+
isinternational: msg.getIsinternational(),
|
|
7301
|
+
isprepaid: msg.getIsprepaid()
|
|
7301
7302
|
};
|
|
7302
7303
|
|
|
7303
7304
|
if (includeInstance) {
|
|
@@ -7407,6 +7408,10 @@ proto.sniippaymentmethodsserviceapi.MaskedCreditCard.deserializeBinaryFromReader
|
|
|
7407
7408
|
var value = /** @type {boolean} */ (reader.readBool());
|
|
7408
7409
|
msg.setIsinternational(value);
|
|
7409
7410
|
break;
|
|
7411
|
+
case 19:
|
|
7412
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
7413
|
+
msg.setIsprepaid(value);
|
|
7414
|
+
break;
|
|
7410
7415
|
default:
|
|
7411
7416
|
reader.skipField();
|
|
7412
7417
|
break;
|
|
@@ -7572,6 +7577,13 @@ proto.sniippaymentmethodsserviceapi.MaskedCreditCard.prototype.serializeBinaryTo
|
|
|
7572
7577
|
f
|
|
7573
7578
|
);
|
|
7574
7579
|
}
|
|
7580
|
+
f = this.getIsprepaid();
|
|
7581
|
+
if (f) {
|
|
7582
|
+
writer.writeBool(
|
|
7583
|
+
19,
|
|
7584
|
+
f
|
|
7585
|
+
);
|
|
7586
|
+
}
|
|
7575
7587
|
};
|
|
7576
7588
|
|
|
7577
7589
|
|
|
@@ -7881,6 +7893,23 @@ proto.sniippaymentmethodsserviceapi.MaskedCreditCard.prototype.setIsinternationa
|
|
|
7881
7893
|
};
|
|
7882
7894
|
|
|
7883
7895
|
|
|
7896
|
+
/**
|
|
7897
|
+
* optional bool isPrepaid = 19;
|
|
7898
|
+
* Note that Boolean fields may be set to 0/1 when serialized from a Java server.
|
|
7899
|
+
* You should avoid comparisons like {@code val === true/false} in those cases.
|
|
7900
|
+
* @return {boolean}
|
|
7901
|
+
*/
|
|
7902
|
+
proto.sniippaymentmethodsserviceapi.MaskedCreditCard.prototype.getIsprepaid = function() {
|
|
7903
|
+
return /** @type {boolean} */ (jspb.Message.getFieldProto3(this, 19, false));
|
|
7904
|
+
};
|
|
7905
|
+
|
|
7906
|
+
|
|
7907
|
+
/** @param {boolean} value */
|
|
7908
|
+
proto.sniippaymentmethodsserviceapi.MaskedCreditCard.prototype.setIsprepaid = function(value) {
|
|
7909
|
+
jspb.Message.setField(this, 19, value);
|
|
7910
|
+
};
|
|
7911
|
+
|
|
7912
|
+
|
|
7884
7913
|
|
|
7885
7914
|
/**
|
|
7886
7915
|
* Generated by JsPbCodeGenerator.
|
|
@@ -8647,8 +8676,7 @@ proto.sniippaymentmethodsserviceapi.PaymentMethod.toObject = function(includeIns
|
|
|
8647
8676
|
bankaccount: (f = msg.getBankaccount()) && proto.sniippaymentmethodsserviceapi.BankAccount.toObject(includeInstance, f),
|
|
8648
8677
|
activationsList: jspb.Message.toObjectList(msg.getActivationsList(),
|
|
8649
8678
|
proto.sniippaymentmethodsserviceapi.Activation.toObject, includeInstance),
|
|
8650
|
-
applepaydetail: (f = msg.getApplepaydetail()) && proto.sniippaymentmethodsserviceapi.ApplePayDetail.toObject(includeInstance, f)
|
|
8651
|
-
isprepaid: msg.getIsprepaid()
|
|
8679
|
+
applepaydetail: (f = msg.getApplepaydetail()) && proto.sniippaymentmethodsserviceapi.ApplePayDetail.toObject(includeInstance, f)
|
|
8652
8680
|
};
|
|
8653
8681
|
|
|
8654
8682
|
if (includeInstance) {
|
|
@@ -8714,10 +8742,6 @@ proto.sniippaymentmethodsserviceapi.PaymentMethod.deserializeBinaryFromReader =
|
|
|
8714
8742
|
reader.readMessage(value,proto.sniippaymentmethodsserviceapi.ApplePayDetail.deserializeBinaryFromReader);
|
|
8715
8743
|
msg.setApplepaydetail(value);
|
|
8716
8744
|
break;
|
|
8717
|
-
case 9:
|
|
8718
|
-
var value = /** @type {boolean} */ (reader.readBool());
|
|
8719
|
-
msg.setIsprepaid(value);
|
|
8720
|
-
break;
|
|
8721
8745
|
default:
|
|
8722
8746
|
reader.skipField();
|
|
8723
8747
|
break;
|
|
@@ -8802,13 +8826,6 @@ proto.sniippaymentmethodsserviceapi.PaymentMethod.prototype.serializeBinaryToWri
|
|
|
8802
8826
|
proto.sniippaymentmethodsserviceapi.ApplePayDetail.serializeBinaryToWriter
|
|
8803
8827
|
);
|
|
8804
8828
|
}
|
|
8805
|
-
f = this.getIsprepaid();
|
|
8806
|
-
if (f) {
|
|
8807
|
-
writer.writeBool(
|
|
8808
|
-
9,
|
|
8809
|
-
f
|
|
8810
|
-
);
|
|
8811
|
-
}
|
|
8812
8829
|
};
|
|
8813
8830
|
|
|
8814
8831
|
|
|
@@ -8964,23 +8981,6 @@ proto.sniippaymentmethodsserviceapi.PaymentMethod.prototype.hasApplepaydetail =
|
|
|
8964
8981
|
};
|
|
8965
8982
|
|
|
8966
8983
|
|
|
8967
|
-
/**
|
|
8968
|
-
* optional bool isPrepaid = 9;
|
|
8969
|
-
* Note that Boolean fields may be set to 0/1 when serialized from a Java server.
|
|
8970
|
-
* You should avoid comparisons like {@code val === true/false} in those cases.
|
|
8971
|
-
* @return {boolean}
|
|
8972
|
-
*/
|
|
8973
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethod.prototype.getIsprepaid = function() {
|
|
8974
|
-
return /** @type {boolean} */ (jspb.Message.getFieldProto3(this, 9, false));
|
|
8975
|
-
};
|
|
8976
|
-
|
|
8977
|
-
|
|
8978
|
-
/** @param {boolean} value */
|
|
8979
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethod.prototype.setIsprepaid = function(value) {
|
|
8980
|
-
jspb.Message.setField(this, 9, value);
|
|
8981
|
-
};
|
|
8982
|
-
|
|
8983
|
-
|
|
8984
8984
|
|
|
8985
8985
|
/**
|
|
8986
8986
|
* Generated by JsPbCodeGenerator.
|