@sniipwebmaster/payment-methods-client-grpcweb 0.2.600 → 0.2.616
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.
|
@@ -5228,7 +5228,7 @@ proto.sniippaymentmethodsserviceapi.PaymentMethodDeleteRequest.prototype.toObjec
|
|
|
5228
5228
|
*/
|
|
5229
5229
|
proto.sniippaymentmethodsserviceapi.PaymentMethodDeleteRequest.toObject = function(includeInstance, msg) {
|
|
5230
5230
|
var f, obj = {
|
|
5231
|
-
|
|
5231
|
+
paymentmethodid: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
5232
5232
|
accesstoken: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
5233
5233
|
isconfirmeddelete: jspb.Message.getFieldWithDefault(msg, 3, false)
|
|
5234
5234
|
};
|
|
@@ -5269,7 +5269,7 @@ proto.sniippaymentmethodsserviceapi.PaymentMethodDeleteRequest.deserializeBinary
|
|
|
5269
5269
|
switch (field) {
|
|
5270
5270
|
case 1:
|
|
5271
5271
|
var value = /** @type {number} */ (reader.readInt64());
|
|
5272
|
-
msg.
|
|
5272
|
+
msg.setPaymentmethodid(value);
|
|
5273
5273
|
break;
|
|
5274
5274
|
case 2:
|
|
5275
5275
|
var value = /** @type {string} */ (reader.readString());
|
|
@@ -5308,7 +5308,7 @@ proto.sniippaymentmethodsserviceapi.PaymentMethodDeleteRequest.prototype.seriali
|
|
|
5308
5308
|
*/
|
|
5309
5309
|
proto.sniippaymentmethodsserviceapi.PaymentMethodDeleteRequest.serializeBinaryToWriter = function(message, writer) {
|
|
5310
5310
|
var f = undefined;
|
|
5311
|
-
f = message.
|
|
5311
|
+
f = message.getPaymentmethodid();
|
|
5312
5312
|
if (f !== 0) {
|
|
5313
5313
|
writer.writeInt64(
|
|
5314
5314
|
1,
|
|
@@ -5333,16 +5333,16 @@ proto.sniippaymentmethodsserviceapi.PaymentMethodDeleteRequest.serializeBinaryTo
|
|
|
5333
5333
|
|
|
5334
5334
|
|
|
5335
5335
|
/**
|
|
5336
|
-
* optional int64
|
|
5336
|
+
* optional int64 paymentMethodId = 1;
|
|
5337
5337
|
* @return {number}
|
|
5338
5338
|
*/
|
|
5339
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodDeleteRequest.prototype.
|
|
5339
|
+
proto.sniippaymentmethodsserviceapi.PaymentMethodDeleteRequest.prototype.getPaymentmethodid = function() {
|
|
5340
5340
|
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
5341
5341
|
};
|
|
5342
5342
|
|
|
5343
5343
|
|
|
5344
5344
|
/** @param {number} value */
|
|
5345
|
-
proto.sniippaymentmethodsserviceapi.PaymentMethodDeleteRequest.prototype.
|
|
5345
|
+
proto.sniippaymentmethodsserviceapi.PaymentMethodDeleteRequest.prototype.setPaymentmethodid = function(value) {
|
|
5346
5346
|
jspb.Message.setProto3IntField(this, 1, value);
|
|
5347
5347
|
};
|
|
5348
5348
|
|