@sniipwebmaster/payment-methods-client-grpcweb 0.2.2435 → 0.2.2462
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.
|
@@ -1300,6 +1300,61 @@ proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseC
|
|
|
1300
1300
|
};
|
|
1301
1301
|
|
|
1302
1302
|
|
|
1303
|
+
/**
|
|
1304
|
+
* @const
|
|
1305
|
+
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
1306
|
+
* !proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest,
|
|
1307
|
+
* !proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
1308
|
+
*/
|
|
1309
|
+
const methodInfo_SniipPaymentMethodsServiceAPIService_UpdateMasterBinLookupOverride = new grpc.web.AbstractClientBase.MethodInfo(
|
|
1310
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode,
|
|
1311
|
+
/** @param {!proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest} request */
|
|
1312
|
+
function(request) {
|
|
1313
|
+
return request.serializeBinary();
|
|
1314
|
+
},
|
|
1315
|
+
proto.sniippaymentmethodsserviceapi.ResponseCode.deserializeBinary
|
|
1316
|
+
);
|
|
1317
|
+
|
|
1318
|
+
|
|
1319
|
+
/**
|
|
1320
|
+
* @param {!proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest} request The
|
|
1321
|
+
* request proto
|
|
1322
|
+
* @param {?Object<string, string>} metadata User defined
|
|
1323
|
+
* call metadata
|
|
1324
|
+
* @param {function(?grpc.web.Error, ?proto.sniippaymentmethodsserviceapi.ResponseCode)}
|
|
1325
|
+
* callback The callback function(error, response)
|
|
1326
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniippaymentmethodsserviceapi.ResponseCode>|undefined}
|
|
1327
|
+
* The XHR Node Readable Stream
|
|
1328
|
+
*/
|
|
1329
|
+
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServiceClient.prototype.updateMasterBinLookupOverride =
|
|
1330
|
+
function(request, metadata, callback) {
|
|
1331
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1332
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/UpdateMasterBinLookupOverride',
|
|
1333
|
+
request,
|
|
1334
|
+
metadata || {},
|
|
1335
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_UpdateMasterBinLookupOverride,
|
|
1336
|
+
callback);
|
|
1337
|
+
};
|
|
1338
|
+
|
|
1339
|
+
|
|
1340
|
+
/**
|
|
1341
|
+
* @param {!proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest} request The
|
|
1342
|
+
* request proto
|
|
1343
|
+
* @param {?Object<string, string>} metadata User defined
|
|
1344
|
+
* call metadata
|
|
1345
|
+
* @return {!Promise<!proto.sniippaymentmethodsserviceapi.ResponseCode>}
|
|
1346
|
+
* A native promise that resolves to the response
|
|
1347
|
+
*/
|
|
1348
|
+
proto.sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIServicePromiseClient.prototype.updateMasterBinLookupOverride =
|
|
1349
|
+
function(request, metadata) {
|
|
1350
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1351
|
+
'/sniippaymentmethodsserviceapi.SniipPaymentMethodsServiceAPIService/UpdateMasterBinLookupOverride',
|
|
1352
|
+
request,
|
|
1353
|
+
metadata || {},
|
|
1354
|
+
methodInfo_SniipPaymentMethodsServiceAPIService_UpdateMasterBinLookupOverride);
|
|
1355
|
+
};
|
|
1356
|
+
|
|
1357
|
+
|
|
1303
1358
|
/**
|
|
1304
1359
|
* @const
|
|
1305
1360
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -40,6 +40,7 @@ goog.exportSymbol('proto.sniippaymentmethodsserviceapi.GetPaymentMethodsInternal
|
|
|
40
40
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.GetPaymentMethodsRequest', null, global);
|
|
41
41
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.GetZenithPaymentDetailsRequest', null, global);
|
|
42
42
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.MaskedCreditCard', null, global);
|
|
43
|
+
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest', null, global);
|
|
43
44
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.PaymentMethod', null, global);
|
|
44
45
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.PaymentMethodDeleteRequest', null, global);
|
|
45
46
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentRequest', null, global);
|
|
@@ -58,6 +59,7 @@ goog.exportSymbol('proto.sniippaymentmethodsserviceapi.PaymentMethodsResponse',
|
|
|
58
59
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.RemovePaymentMethodRequest', null, global);
|
|
59
60
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.ResponseCode', null, global);
|
|
60
61
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.UpdateCreditCard', null, global);
|
|
62
|
+
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest', null, global);
|
|
61
63
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.UpdatePaymentMethodGroupRequest', null, global);
|
|
62
64
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.UpdatePaymentMethodRequest', null, global);
|
|
63
65
|
goog.exportSymbol('proto.sniippaymentmethodsserviceapi.ZenithPaymentDetailsRequest', null, global);
|
|
@@ -6609,6 +6611,628 @@ proto.sniippaymentmethodsserviceapi.MaskedCreditCard.prototype.setIsverified = f
|
|
|
6609
6611
|
|
|
6610
6612
|
|
|
6611
6613
|
|
|
6614
|
+
/**
|
|
6615
|
+
* Generated by JsPbCodeGenerator.
|
|
6616
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
6617
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
6618
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
6619
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
6620
|
+
* valid.
|
|
6621
|
+
* @extends {jspb.Message}
|
|
6622
|
+
* @constructor
|
|
6623
|
+
*/
|
|
6624
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest = function(opt_data) {
|
|
6625
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
6626
|
+
};
|
|
6627
|
+
goog.inherits(proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest, jspb.Message);
|
|
6628
|
+
if (goog.DEBUG && !COMPILED) {
|
|
6629
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.displayName = 'proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest';
|
|
6630
|
+
}
|
|
6631
|
+
|
|
6632
|
+
|
|
6633
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
6634
|
+
/**
|
|
6635
|
+
* Creates an object representation of this proto suitable for use in Soy templates.
|
|
6636
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
6637
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
6638
|
+
* For the list of reserved names please see:
|
|
6639
|
+
* com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS.
|
|
6640
|
+
* @param {boolean=} opt_includeInstance Whether to include the JSPB instance
|
|
6641
|
+
* for transitional soy proto support: http://goto/soy-param-migration
|
|
6642
|
+
* @return {!Object}
|
|
6643
|
+
*/
|
|
6644
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.toObject = function(opt_includeInstance) {
|
|
6645
|
+
return proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.toObject(opt_includeInstance, this);
|
|
6646
|
+
};
|
|
6647
|
+
|
|
6648
|
+
|
|
6649
|
+
/**
|
|
6650
|
+
* Static version of the {@see toObject} method.
|
|
6651
|
+
* @param {boolean|undefined} includeInstance Whether to include the JSPB
|
|
6652
|
+
* instance for transitional soy proto support:
|
|
6653
|
+
* http://goto/soy-param-migration
|
|
6654
|
+
* @param {!proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest} msg The msg instance to transform.
|
|
6655
|
+
* @return {!Object}
|
|
6656
|
+
*/
|
|
6657
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.toObject = function(includeInstance, msg) {
|
|
6658
|
+
var f, obj = {
|
|
6659
|
+
bin: msg.getBin(),
|
|
6660
|
+
panlength: msg.getPanlength(),
|
|
6661
|
+
luhn: msg.getLuhn(),
|
|
6662
|
+
bincardscheme: msg.getBincardscheme(),
|
|
6663
|
+
bincardtype: msg.getBincardtype(),
|
|
6664
|
+
bincardbrand: msg.getBincardbrand(),
|
|
6665
|
+
bincardprepaid: msg.getBincardprepaid(),
|
|
6666
|
+
countrynumeric: msg.getCountrynumeric(),
|
|
6667
|
+
countryalpha2: msg.getCountryalpha2(),
|
|
6668
|
+
countryname: msg.getCountryname(),
|
|
6669
|
+
countrycurrency: msg.getCountrycurrency(),
|
|
6670
|
+
countrylatitude: msg.getCountrylatitude(),
|
|
6671
|
+
countrylongitude: msg.getCountrylongitude(),
|
|
6672
|
+
bankname: msg.getBankname(),
|
|
6673
|
+
bankdisplayname: msg.getBankdisplayname(),
|
|
6674
|
+
bankurl: msg.getBankurl(),
|
|
6675
|
+
bankphone: msg.getBankphone(),
|
|
6676
|
+
banklogoname: msg.getBanklogoname()
|
|
6677
|
+
};
|
|
6678
|
+
|
|
6679
|
+
if (includeInstance) {
|
|
6680
|
+
obj.$jspbMessageInstance = msg;
|
|
6681
|
+
}
|
|
6682
|
+
return obj;
|
|
6683
|
+
};
|
|
6684
|
+
}
|
|
6685
|
+
|
|
6686
|
+
|
|
6687
|
+
/**
|
|
6688
|
+
* Deserializes binary data (in protobuf wire format).
|
|
6689
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
6690
|
+
* @return {!proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest}
|
|
6691
|
+
*/
|
|
6692
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.deserializeBinary = function(bytes) {
|
|
6693
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
6694
|
+
var msg = new proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest;
|
|
6695
|
+
return proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.deserializeBinaryFromReader(msg, reader);
|
|
6696
|
+
};
|
|
6697
|
+
|
|
6698
|
+
|
|
6699
|
+
/**
|
|
6700
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
6701
|
+
* given reader into the given message object.
|
|
6702
|
+
* @param {!proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest} msg The message object to deserialize into.
|
|
6703
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
6704
|
+
* @return {!proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest}
|
|
6705
|
+
*/
|
|
6706
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
6707
|
+
while (reader.nextField()) {
|
|
6708
|
+
if (reader.isEndGroup()) {
|
|
6709
|
+
break;
|
|
6710
|
+
}
|
|
6711
|
+
var field = reader.getFieldNumber();
|
|
6712
|
+
switch (field) {
|
|
6713
|
+
case 1:
|
|
6714
|
+
var value = /** @type {string} */ (reader.readString());
|
|
6715
|
+
msg.setBin(value);
|
|
6716
|
+
break;
|
|
6717
|
+
case 2:
|
|
6718
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
6719
|
+
msg.setPanlength(value);
|
|
6720
|
+
break;
|
|
6721
|
+
case 3:
|
|
6722
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
6723
|
+
msg.setLuhn(value);
|
|
6724
|
+
break;
|
|
6725
|
+
case 4:
|
|
6726
|
+
var value = /** @type {string} */ (reader.readString());
|
|
6727
|
+
msg.setBincardscheme(value);
|
|
6728
|
+
break;
|
|
6729
|
+
case 5:
|
|
6730
|
+
var value = /** @type {string} */ (reader.readString());
|
|
6731
|
+
msg.setBincardtype(value);
|
|
6732
|
+
break;
|
|
6733
|
+
case 6:
|
|
6734
|
+
var value = /** @type {string} */ (reader.readString());
|
|
6735
|
+
msg.setBincardbrand(value);
|
|
6736
|
+
break;
|
|
6737
|
+
case 7:
|
|
6738
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
6739
|
+
msg.setBincardprepaid(value);
|
|
6740
|
+
break;
|
|
6741
|
+
case 8:
|
|
6742
|
+
var value = /** @type {string} */ (reader.readString());
|
|
6743
|
+
msg.setCountrynumeric(value);
|
|
6744
|
+
break;
|
|
6745
|
+
case 9:
|
|
6746
|
+
var value = /** @type {string} */ (reader.readString());
|
|
6747
|
+
msg.setCountryalpha2(value);
|
|
6748
|
+
break;
|
|
6749
|
+
case 10:
|
|
6750
|
+
var value = /** @type {string} */ (reader.readString());
|
|
6751
|
+
msg.setCountryname(value);
|
|
6752
|
+
break;
|
|
6753
|
+
case 11:
|
|
6754
|
+
var value = /** @type {string} */ (reader.readString());
|
|
6755
|
+
msg.setCountrycurrency(value);
|
|
6756
|
+
break;
|
|
6757
|
+
case 12:
|
|
6758
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
6759
|
+
msg.setCountrylatitude(value);
|
|
6760
|
+
break;
|
|
6761
|
+
case 13:
|
|
6762
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
6763
|
+
msg.setCountrylongitude(value);
|
|
6764
|
+
break;
|
|
6765
|
+
case 14:
|
|
6766
|
+
var value = /** @type {string} */ (reader.readString());
|
|
6767
|
+
msg.setBankname(value);
|
|
6768
|
+
break;
|
|
6769
|
+
case 15:
|
|
6770
|
+
var value = /** @type {string} */ (reader.readString());
|
|
6771
|
+
msg.setBankdisplayname(value);
|
|
6772
|
+
break;
|
|
6773
|
+
case 16:
|
|
6774
|
+
var value = /** @type {string} */ (reader.readString());
|
|
6775
|
+
msg.setBankurl(value);
|
|
6776
|
+
break;
|
|
6777
|
+
case 17:
|
|
6778
|
+
var value = /** @type {string} */ (reader.readString());
|
|
6779
|
+
msg.setBankphone(value);
|
|
6780
|
+
break;
|
|
6781
|
+
case 18:
|
|
6782
|
+
var value = /** @type {string} */ (reader.readString());
|
|
6783
|
+
msg.setBanklogoname(value);
|
|
6784
|
+
break;
|
|
6785
|
+
default:
|
|
6786
|
+
reader.skipField();
|
|
6787
|
+
break;
|
|
6788
|
+
}
|
|
6789
|
+
}
|
|
6790
|
+
return msg;
|
|
6791
|
+
};
|
|
6792
|
+
|
|
6793
|
+
|
|
6794
|
+
/**
|
|
6795
|
+
* Class method variant: serializes the given message to binary data
|
|
6796
|
+
* (in protobuf wire format), writing to the given BinaryWriter.
|
|
6797
|
+
* @param {!proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest} message
|
|
6798
|
+
* @param {!jspb.BinaryWriter} writer
|
|
6799
|
+
*/
|
|
6800
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.serializeBinaryToWriter = function(message, writer) {
|
|
6801
|
+
message.serializeBinaryToWriter(writer);
|
|
6802
|
+
};
|
|
6803
|
+
|
|
6804
|
+
|
|
6805
|
+
/**
|
|
6806
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
6807
|
+
* @return {!Uint8Array}
|
|
6808
|
+
*/
|
|
6809
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.serializeBinary = function() {
|
|
6810
|
+
var writer = new jspb.BinaryWriter();
|
|
6811
|
+
this.serializeBinaryToWriter(writer);
|
|
6812
|
+
return writer.getResultBuffer();
|
|
6813
|
+
};
|
|
6814
|
+
|
|
6815
|
+
|
|
6816
|
+
/**
|
|
6817
|
+
* Serializes the message to binary data (in protobuf wire format),
|
|
6818
|
+
* writing to the given BinaryWriter.
|
|
6819
|
+
* @param {!jspb.BinaryWriter} writer
|
|
6820
|
+
*/
|
|
6821
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.serializeBinaryToWriter = function (writer) {
|
|
6822
|
+
var f = undefined;
|
|
6823
|
+
f = this.getBin();
|
|
6824
|
+
if (f.length > 0) {
|
|
6825
|
+
writer.writeString(
|
|
6826
|
+
1,
|
|
6827
|
+
f
|
|
6828
|
+
);
|
|
6829
|
+
}
|
|
6830
|
+
f = this.getPanlength();
|
|
6831
|
+
if (f !== 0) {
|
|
6832
|
+
writer.writeInt32(
|
|
6833
|
+
2,
|
|
6834
|
+
f
|
|
6835
|
+
);
|
|
6836
|
+
}
|
|
6837
|
+
f = this.getLuhn();
|
|
6838
|
+
if (f) {
|
|
6839
|
+
writer.writeBool(
|
|
6840
|
+
3,
|
|
6841
|
+
f
|
|
6842
|
+
);
|
|
6843
|
+
}
|
|
6844
|
+
f = this.getBincardscheme();
|
|
6845
|
+
if (f.length > 0) {
|
|
6846
|
+
writer.writeString(
|
|
6847
|
+
4,
|
|
6848
|
+
f
|
|
6849
|
+
);
|
|
6850
|
+
}
|
|
6851
|
+
f = this.getBincardtype();
|
|
6852
|
+
if (f.length > 0) {
|
|
6853
|
+
writer.writeString(
|
|
6854
|
+
5,
|
|
6855
|
+
f
|
|
6856
|
+
);
|
|
6857
|
+
}
|
|
6858
|
+
f = this.getBincardbrand();
|
|
6859
|
+
if (f.length > 0) {
|
|
6860
|
+
writer.writeString(
|
|
6861
|
+
6,
|
|
6862
|
+
f
|
|
6863
|
+
);
|
|
6864
|
+
}
|
|
6865
|
+
f = this.getBincardprepaid();
|
|
6866
|
+
if (f) {
|
|
6867
|
+
writer.writeBool(
|
|
6868
|
+
7,
|
|
6869
|
+
f
|
|
6870
|
+
);
|
|
6871
|
+
}
|
|
6872
|
+
f = this.getCountrynumeric();
|
|
6873
|
+
if (f.length > 0) {
|
|
6874
|
+
writer.writeString(
|
|
6875
|
+
8,
|
|
6876
|
+
f
|
|
6877
|
+
);
|
|
6878
|
+
}
|
|
6879
|
+
f = this.getCountryalpha2();
|
|
6880
|
+
if (f.length > 0) {
|
|
6881
|
+
writer.writeString(
|
|
6882
|
+
9,
|
|
6883
|
+
f
|
|
6884
|
+
);
|
|
6885
|
+
}
|
|
6886
|
+
f = this.getCountryname();
|
|
6887
|
+
if (f.length > 0) {
|
|
6888
|
+
writer.writeString(
|
|
6889
|
+
10,
|
|
6890
|
+
f
|
|
6891
|
+
);
|
|
6892
|
+
}
|
|
6893
|
+
f = this.getCountrycurrency();
|
|
6894
|
+
if (f.length > 0) {
|
|
6895
|
+
writer.writeString(
|
|
6896
|
+
11,
|
|
6897
|
+
f
|
|
6898
|
+
);
|
|
6899
|
+
}
|
|
6900
|
+
f = this.getCountrylatitude();
|
|
6901
|
+
if (f !== 0) {
|
|
6902
|
+
writer.writeInt64(
|
|
6903
|
+
12,
|
|
6904
|
+
f
|
|
6905
|
+
);
|
|
6906
|
+
}
|
|
6907
|
+
f = this.getCountrylongitude();
|
|
6908
|
+
if (f !== 0) {
|
|
6909
|
+
writer.writeInt64(
|
|
6910
|
+
13,
|
|
6911
|
+
f
|
|
6912
|
+
);
|
|
6913
|
+
}
|
|
6914
|
+
f = this.getBankname();
|
|
6915
|
+
if (f.length > 0) {
|
|
6916
|
+
writer.writeString(
|
|
6917
|
+
14,
|
|
6918
|
+
f
|
|
6919
|
+
);
|
|
6920
|
+
}
|
|
6921
|
+
f = this.getBankdisplayname();
|
|
6922
|
+
if (f.length > 0) {
|
|
6923
|
+
writer.writeString(
|
|
6924
|
+
15,
|
|
6925
|
+
f
|
|
6926
|
+
);
|
|
6927
|
+
}
|
|
6928
|
+
f = this.getBankurl();
|
|
6929
|
+
if (f.length > 0) {
|
|
6930
|
+
writer.writeString(
|
|
6931
|
+
16,
|
|
6932
|
+
f
|
|
6933
|
+
);
|
|
6934
|
+
}
|
|
6935
|
+
f = this.getBankphone();
|
|
6936
|
+
if (f.length > 0) {
|
|
6937
|
+
writer.writeString(
|
|
6938
|
+
17,
|
|
6939
|
+
f
|
|
6940
|
+
);
|
|
6941
|
+
}
|
|
6942
|
+
f = this.getBanklogoname();
|
|
6943
|
+
if (f.length > 0) {
|
|
6944
|
+
writer.writeString(
|
|
6945
|
+
18,
|
|
6946
|
+
f
|
|
6947
|
+
);
|
|
6948
|
+
}
|
|
6949
|
+
};
|
|
6950
|
+
|
|
6951
|
+
|
|
6952
|
+
/**
|
|
6953
|
+
* Creates a deep clone of this proto. No data is shared with the original.
|
|
6954
|
+
* @return {!proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest} The clone.
|
|
6955
|
+
*/
|
|
6956
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.cloneMessage = function() {
|
|
6957
|
+
return /** @type {!proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest} */ (jspb.Message.cloneMessage(this));
|
|
6958
|
+
};
|
|
6959
|
+
|
|
6960
|
+
|
|
6961
|
+
/**
|
|
6962
|
+
* optional string bin = 1;
|
|
6963
|
+
* @return {string}
|
|
6964
|
+
*/
|
|
6965
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.getBin = function() {
|
|
6966
|
+
return /** @type {string} */ (jspb.Message.getFieldProto3(this, 1, ""));
|
|
6967
|
+
};
|
|
6968
|
+
|
|
6969
|
+
|
|
6970
|
+
/** @param {string} value */
|
|
6971
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.setBin = function(value) {
|
|
6972
|
+
jspb.Message.setField(this, 1, value);
|
|
6973
|
+
};
|
|
6974
|
+
|
|
6975
|
+
|
|
6976
|
+
/**
|
|
6977
|
+
* optional int32 panLength = 2;
|
|
6978
|
+
* @return {number}
|
|
6979
|
+
*/
|
|
6980
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.getPanlength = function() {
|
|
6981
|
+
return /** @type {number} */ (jspb.Message.getFieldProto3(this, 2, 0));
|
|
6982
|
+
};
|
|
6983
|
+
|
|
6984
|
+
|
|
6985
|
+
/** @param {number} value */
|
|
6986
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.setPanlength = function(value) {
|
|
6987
|
+
jspb.Message.setField(this, 2, value);
|
|
6988
|
+
};
|
|
6989
|
+
|
|
6990
|
+
|
|
6991
|
+
/**
|
|
6992
|
+
* optional bool luhn = 3;
|
|
6993
|
+
* Note that Boolean fields may be set to 0/1 when serialized from a Java server.
|
|
6994
|
+
* You should avoid comparisons like {@code val === true/false} in those cases.
|
|
6995
|
+
* @return {boolean}
|
|
6996
|
+
*/
|
|
6997
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.getLuhn = function() {
|
|
6998
|
+
return /** @type {boolean} */ (jspb.Message.getFieldProto3(this, 3, false));
|
|
6999
|
+
};
|
|
7000
|
+
|
|
7001
|
+
|
|
7002
|
+
/** @param {boolean} value */
|
|
7003
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.setLuhn = function(value) {
|
|
7004
|
+
jspb.Message.setField(this, 3, value);
|
|
7005
|
+
};
|
|
7006
|
+
|
|
7007
|
+
|
|
7008
|
+
/**
|
|
7009
|
+
* optional string binCardScheme = 4;
|
|
7010
|
+
* @return {string}
|
|
7011
|
+
*/
|
|
7012
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.getBincardscheme = function() {
|
|
7013
|
+
return /** @type {string} */ (jspb.Message.getFieldProto3(this, 4, ""));
|
|
7014
|
+
};
|
|
7015
|
+
|
|
7016
|
+
|
|
7017
|
+
/** @param {string} value */
|
|
7018
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.setBincardscheme = function(value) {
|
|
7019
|
+
jspb.Message.setField(this, 4, value);
|
|
7020
|
+
};
|
|
7021
|
+
|
|
7022
|
+
|
|
7023
|
+
/**
|
|
7024
|
+
* optional string binCardType = 5;
|
|
7025
|
+
* @return {string}
|
|
7026
|
+
*/
|
|
7027
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.getBincardtype = function() {
|
|
7028
|
+
return /** @type {string} */ (jspb.Message.getFieldProto3(this, 5, ""));
|
|
7029
|
+
};
|
|
7030
|
+
|
|
7031
|
+
|
|
7032
|
+
/** @param {string} value */
|
|
7033
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.setBincardtype = function(value) {
|
|
7034
|
+
jspb.Message.setField(this, 5, value);
|
|
7035
|
+
};
|
|
7036
|
+
|
|
7037
|
+
|
|
7038
|
+
/**
|
|
7039
|
+
* optional string binCardBrand = 6;
|
|
7040
|
+
* @return {string}
|
|
7041
|
+
*/
|
|
7042
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.getBincardbrand = function() {
|
|
7043
|
+
return /** @type {string} */ (jspb.Message.getFieldProto3(this, 6, ""));
|
|
7044
|
+
};
|
|
7045
|
+
|
|
7046
|
+
|
|
7047
|
+
/** @param {string} value */
|
|
7048
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.setBincardbrand = function(value) {
|
|
7049
|
+
jspb.Message.setField(this, 6, value);
|
|
7050
|
+
};
|
|
7051
|
+
|
|
7052
|
+
|
|
7053
|
+
/**
|
|
7054
|
+
* optional bool binCardPrepaid = 7;
|
|
7055
|
+
* Note that Boolean fields may be set to 0/1 when serialized from a Java server.
|
|
7056
|
+
* You should avoid comparisons like {@code val === true/false} in those cases.
|
|
7057
|
+
* @return {boolean}
|
|
7058
|
+
*/
|
|
7059
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.getBincardprepaid = function() {
|
|
7060
|
+
return /** @type {boolean} */ (jspb.Message.getFieldProto3(this, 7, false));
|
|
7061
|
+
};
|
|
7062
|
+
|
|
7063
|
+
|
|
7064
|
+
/** @param {boolean} value */
|
|
7065
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.setBincardprepaid = function(value) {
|
|
7066
|
+
jspb.Message.setField(this, 7, value);
|
|
7067
|
+
};
|
|
7068
|
+
|
|
7069
|
+
|
|
7070
|
+
/**
|
|
7071
|
+
* optional string countryNumeric = 8;
|
|
7072
|
+
* @return {string}
|
|
7073
|
+
*/
|
|
7074
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.getCountrynumeric = function() {
|
|
7075
|
+
return /** @type {string} */ (jspb.Message.getFieldProto3(this, 8, ""));
|
|
7076
|
+
};
|
|
7077
|
+
|
|
7078
|
+
|
|
7079
|
+
/** @param {string} value */
|
|
7080
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.setCountrynumeric = function(value) {
|
|
7081
|
+
jspb.Message.setField(this, 8, value);
|
|
7082
|
+
};
|
|
7083
|
+
|
|
7084
|
+
|
|
7085
|
+
/**
|
|
7086
|
+
* optional string countryAlpha2 = 9;
|
|
7087
|
+
* @return {string}
|
|
7088
|
+
*/
|
|
7089
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.getCountryalpha2 = function() {
|
|
7090
|
+
return /** @type {string} */ (jspb.Message.getFieldProto3(this, 9, ""));
|
|
7091
|
+
};
|
|
7092
|
+
|
|
7093
|
+
|
|
7094
|
+
/** @param {string} value */
|
|
7095
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.setCountryalpha2 = function(value) {
|
|
7096
|
+
jspb.Message.setField(this, 9, value);
|
|
7097
|
+
};
|
|
7098
|
+
|
|
7099
|
+
|
|
7100
|
+
/**
|
|
7101
|
+
* optional string countryName = 10;
|
|
7102
|
+
* @return {string}
|
|
7103
|
+
*/
|
|
7104
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.getCountryname = function() {
|
|
7105
|
+
return /** @type {string} */ (jspb.Message.getFieldProto3(this, 10, ""));
|
|
7106
|
+
};
|
|
7107
|
+
|
|
7108
|
+
|
|
7109
|
+
/** @param {string} value */
|
|
7110
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.setCountryname = function(value) {
|
|
7111
|
+
jspb.Message.setField(this, 10, value);
|
|
7112
|
+
};
|
|
7113
|
+
|
|
7114
|
+
|
|
7115
|
+
/**
|
|
7116
|
+
* optional string countryCurrency = 11;
|
|
7117
|
+
* @return {string}
|
|
7118
|
+
*/
|
|
7119
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.getCountrycurrency = function() {
|
|
7120
|
+
return /** @type {string} */ (jspb.Message.getFieldProto3(this, 11, ""));
|
|
7121
|
+
};
|
|
7122
|
+
|
|
7123
|
+
|
|
7124
|
+
/** @param {string} value */
|
|
7125
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.setCountrycurrency = function(value) {
|
|
7126
|
+
jspb.Message.setField(this, 11, value);
|
|
7127
|
+
};
|
|
7128
|
+
|
|
7129
|
+
|
|
7130
|
+
/**
|
|
7131
|
+
* optional int64 countryLatitude = 12;
|
|
7132
|
+
* @return {number}
|
|
7133
|
+
*/
|
|
7134
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.getCountrylatitude = function() {
|
|
7135
|
+
return /** @type {number} */ (jspb.Message.getFieldProto3(this, 12, 0));
|
|
7136
|
+
};
|
|
7137
|
+
|
|
7138
|
+
|
|
7139
|
+
/** @param {number} value */
|
|
7140
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.setCountrylatitude = function(value) {
|
|
7141
|
+
jspb.Message.setField(this, 12, value);
|
|
7142
|
+
};
|
|
7143
|
+
|
|
7144
|
+
|
|
7145
|
+
/**
|
|
7146
|
+
* optional int64 countryLongitude = 13;
|
|
7147
|
+
* @return {number}
|
|
7148
|
+
*/
|
|
7149
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.getCountrylongitude = function() {
|
|
7150
|
+
return /** @type {number} */ (jspb.Message.getFieldProto3(this, 13, 0));
|
|
7151
|
+
};
|
|
7152
|
+
|
|
7153
|
+
|
|
7154
|
+
/** @param {number} value */
|
|
7155
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.setCountrylongitude = function(value) {
|
|
7156
|
+
jspb.Message.setField(this, 13, value);
|
|
7157
|
+
};
|
|
7158
|
+
|
|
7159
|
+
|
|
7160
|
+
/**
|
|
7161
|
+
* optional string bankName = 14;
|
|
7162
|
+
* @return {string}
|
|
7163
|
+
*/
|
|
7164
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.getBankname = function() {
|
|
7165
|
+
return /** @type {string} */ (jspb.Message.getFieldProto3(this, 14, ""));
|
|
7166
|
+
};
|
|
7167
|
+
|
|
7168
|
+
|
|
7169
|
+
/** @param {string} value */
|
|
7170
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.setBankname = function(value) {
|
|
7171
|
+
jspb.Message.setField(this, 14, value);
|
|
7172
|
+
};
|
|
7173
|
+
|
|
7174
|
+
|
|
7175
|
+
/**
|
|
7176
|
+
* optional string bankDisplayName = 15;
|
|
7177
|
+
* @return {string}
|
|
7178
|
+
*/
|
|
7179
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.getBankdisplayname = function() {
|
|
7180
|
+
return /** @type {string} */ (jspb.Message.getFieldProto3(this, 15, ""));
|
|
7181
|
+
};
|
|
7182
|
+
|
|
7183
|
+
|
|
7184
|
+
/** @param {string} value */
|
|
7185
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.setBankdisplayname = function(value) {
|
|
7186
|
+
jspb.Message.setField(this, 15, value);
|
|
7187
|
+
};
|
|
7188
|
+
|
|
7189
|
+
|
|
7190
|
+
/**
|
|
7191
|
+
* optional string bankUrl = 16;
|
|
7192
|
+
* @return {string}
|
|
7193
|
+
*/
|
|
7194
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.getBankurl = function() {
|
|
7195
|
+
return /** @type {string} */ (jspb.Message.getFieldProto3(this, 16, ""));
|
|
7196
|
+
};
|
|
7197
|
+
|
|
7198
|
+
|
|
7199
|
+
/** @param {string} value */
|
|
7200
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.setBankurl = function(value) {
|
|
7201
|
+
jspb.Message.setField(this, 16, value);
|
|
7202
|
+
};
|
|
7203
|
+
|
|
7204
|
+
|
|
7205
|
+
/**
|
|
7206
|
+
* optional string bankPhone = 17;
|
|
7207
|
+
* @return {string}
|
|
7208
|
+
*/
|
|
7209
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.getBankphone = function() {
|
|
7210
|
+
return /** @type {string} */ (jspb.Message.getFieldProto3(this, 17, ""));
|
|
7211
|
+
};
|
|
7212
|
+
|
|
7213
|
+
|
|
7214
|
+
/** @param {string} value */
|
|
7215
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.setBankphone = function(value) {
|
|
7216
|
+
jspb.Message.setField(this, 17, value);
|
|
7217
|
+
};
|
|
7218
|
+
|
|
7219
|
+
|
|
7220
|
+
/**
|
|
7221
|
+
* optional string bankLogoName = 18;
|
|
7222
|
+
* @return {string}
|
|
7223
|
+
*/
|
|
7224
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.getBanklogoname = function() {
|
|
7225
|
+
return /** @type {string} */ (jspb.Message.getFieldProto3(this, 18, ""));
|
|
7226
|
+
};
|
|
7227
|
+
|
|
7228
|
+
|
|
7229
|
+
/** @param {string} value */
|
|
7230
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.prototype.setBanklogoname = function(value) {
|
|
7231
|
+
jspb.Message.setField(this, 18, value);
|
|
7232
|
+
};
|
|
7233
|
+
|
|
7234
|
+
|
|
7235
|
+
|
|
6612
7236
|
/**
|
|
6613
7237
|
* Generated by JsPbCodeGenerator.
|
|
6614
7238
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -7192,7 +7816,8 @@ proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentRequest.toObject = fu
|
|
|
7192
7816
|
paymentmethodid: msg.getPaymentmethodid(),
|
|
7193
7817
|
accesstoken: msg.getAccesstoken(),
|
|
7194
7818
|
userid: msg.getUserid(),
|
|
7195
|
-
ispaymentaccesskey: msg.getIspaymentaccesskey()
|
|
7819
|
+
ispaymentaccesskey: msg.getIspaymentaccesskey(),
|
|
7820
|
+
cvv: msg.getCvv()
|
|
7196
7821
|
};
|
|
7197
7822
|
|
|
7198
7823
|
if (includeInstance) {
|
|
@@ -7245,6 +7870,10 @@ proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentRequest.deserializeBi
|
|
|
7245
7870
|
var value = /** @type {boolean} */ (reader.readBool());
|
|
7246
7871
|
msg.setIspaymentaccesskey(value);
|
|
7247
7872
|
break;
|
|
7873
|
+
case 5:
|
|
7874
|
+
var value = /** @type {string} */ (reader.readString());
|
|
7875
|
+
msg.setCvv(value);
|
|
7876
|
+
break;
|
|
7248
7877
|
default:
|
|
7249
7878
|
reader.skipField();
|
|
7250
7879
|
break;
|
|
@@ -7311,6 +7940,13 @@ proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentRequest.prototype.ser
|
|
|
7311
7940
|
f
|
|
7312
7941
|
);
|
|
7313
7942
|
}
|
|
7943
|
+
f = this.getCvv();
|
|
7944
|
+
if (f.length > 0) {
|
|
7945
|
+
writer.writeString(
|
|
7946
|
+
5,
|
|
7947
|
+
f
|
|
7948
|
+
);
|
|
7949
|
+
}
|
|
7314
7950
|
};
|
|
7315
7951
|
|
|
7316
7952
|
|
|
@@ -7385,6 +8021,21 @@ proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentRequest.prototype.set
|
|
|
7385
8021
|
};
|
|
7386
8022
|
|
|
7387
8023
|
|
|
8024
|
+
/**
|
|
8025
|
+
* optional string cvv = 5;
|
|
8026
|
+
* @return {string}
|
|
8027
|
+
*/
|
|
8028
|
+
proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentRequest.prototype.getCvv = function() {
|
|
8029
|
+
return /** @type {string} */ (jspb.Message.getFieldProto3(this, 5, ""));
|
|
8030
|
+
};
|
|
8031
|
+
|
|
8032
|
+
|
|
8033
|
+
/** @param {string} value */
|
|
8034
|
+
proto.sniippaymentmethodsserviceapi.PaymentMethodForPaymentRequest.prototype.setCvv = function(value) {
|
|
8035
|
+
jspb.Message.setField(this, 5, value);
|
|
8036
|
+
};
|
|
8037
|
+
|
|
8038
|
+
|
|
7388
8039
|
|
|
7389
8040
|
/**
|
|
7390
8041
|
* Generated by JsPbCodeGenerator.
|
|
@@ -10750,6 +11401,182 @@ proto.sniippaymentmethodsserviceapi.UpdateCreditCard.prototype.setCvv = function
|
|
|
10750
11401
|
|
|
10751
11402
|
|
|
10752
11403
|
|
|
11404
|
+
/**
|
|
11405
|
+
* Generated by JsPbCodeGenerator.
|
|
11406
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
11407
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
11408
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
11409
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
11410
|
+
* valid.
|
|
11411
|
+
* @extends {jspb.Message}
|
|
11412
|
+
* @constructor
|
|
11413
|
+
*/
|
|
11414
|
+
proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest = function(opt_data) {
|
|
11415
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
11416
|
+
};
|
|
11417
|
+
goog.inherits(proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest, jspb.Message);
|
|
11418
|
+
if (goog.DEBUG && !COMPILED) {
|
|
11419
|
+
proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest.displayName = 'proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest';
|
|
11420
|
+
}
|
|
11421
|
+
|
|
11422
|
+
|
|
11423
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
11424
|
+
/**
|
|
11425
|
+
* Creates an object representation of this proto suitable for use in Soy templates.
|
|
11426
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
11427
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
11428
|
+
* For the list of reserved names please see:
|
|
11429
|
+
* com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS.
|
|
11430
|
+
* @param {boolean=} opt_includeInstance Whether to include the JSPB instance
|
|
11431
|
+
* for transitional soy proto support: http://goto/soy-param-migration
|
|
11432
|
+
* @return {!Object}
|
|
11433
|
+
*/
|
|
11434
|
+
proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest.prototype.toObject = function(opt_includeInstance) {
|
|
11435
|
+
return proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest.toObject(opt_includeInstance, this);
|
|
11436
|
+
};
|
|
11437
|
+
|
|
11438
|
+
|
|
11439
|
+
/**
|
|
11440
|
+
* Static version of the {@see toObject} method.
|
|
11441
|
+
* @param {boolean|undefined} includeInstance Whether to include the JSPB
|
|
11442
|
+
* instance for transitional soy proto support:
|
|
11443
|
+
* http://goto/soy-param-migration
|
|
11444
|
+
* @param {!proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest} msg The msg instance to transform.
|
|
11445
|
+
* @return {!Object}
|
|
11446
|
+
*/
|
|
11447
|
+
proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest.toObject = function(includeInstance, msg) {
|
|
11448
|
+
var f, obj = {
|
|
11449
|
+
data: (f = msg.getData()) && proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.toObject(includeInstance, f)
|
|
11450
|
+
};
|
|
11451
|
+
|
|
11452
|
+
if (includeInstance) {
|
|
11453
|
+
obj.$jspbMessageInstance = msg;
|
|
11454
|
+
}
|
|
11455
|
+
return obj;
|
|
11456
|
+
};
|
|
11457
|
+
}
|
|
11458
|
+
|
|
11459
|
+
|
|
11460
|
+
/**
|
|
11461
|
+
* Deserializes binary data (in protobuf wire format).
|
|
11462
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
11463
|
+
* @return {!proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest}
|
|
11464
|
+
*/
|
|
11465
|
+
proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest.deserializeBinary = function(bytes) {
|
|
11466
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
11467
|
+
var msg = new proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest;
|
|
11468
|
+
return proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest.deserializeBinaryFromReader(msg, reader);
|
|
11469
|
+
};
|
|
11470
|
+
|
|
11471
|
+
|
|
11472
|
+
/**
|
|
11473
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
11474
|
+
* given reader into the given message object.
|
|
11475
|
+
* @param {!proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest} msg The message object to deserialize into.
|
|
11476
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
11477
|
+
* @return {!proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest}
|
|
11478
|
+
*/
|
|
11479
|
+
proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
11480
|
+
while (reader.nextField()) {
|
|
11481
|
+
if (reader.isEndGroup()) {
|
|
11482
|
+
break;
|
|
11483
|
+
}
|
|
11484
|
+
var field = reader.getFieldNumber();
|
|
11485
|
+
switch (field) {
|
|
11486
|
+
case 1:
|
|
11487
|
+
var value = new proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest;
|
|
11488
|
+
reader.readMessage(value,proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.deserializeBinaryFromReader);
|
|
11489
|
+
msg.setData(value);
|
|
11490
|
+
break;
|
|
11491
|
+
default:
|
|
11492
|
+
reader.skipField();
|
|
11493
|
+
break;
|
|
11494
|
+
}
|
|
11495
|
+
}
|
|
11496
|
+
return msg;
|
|
11497
|
+
};
|
|
11498
|
+
|
|
11499
|
+
|
|
11500
|
+
/**
|
|
11501
|
+
* Class method variant: serializes the given message to binary data
|
|
11502
|
+
* (in protobuf wire format), writing to the given BinaryWriter.
|
|
11503
|
+
* @param {!proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest} message
|
|
11504
|
+
* @param {!jspb.BinaryWriter} writer
|
|
11505
|
+
*/
|
|
11506
|
+
proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest.serializeBinaryToWriter = function(message, writer) {
|
|
11507
|
+
message.serializeBinaryToWriter(writer);
|
|
11508
|
+
};
|
|
11509
|
+
|
|
11510
|
+
|
|
11511
|
+
/**
|
|
11512
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
11513
|
+
* @return {!Uint8Array}
|
|
11514
|
+
*/
|
|
11515
|
+
proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest.prototype.serializeBinary = function() {
|
|
11516
|
+
var writer = new jspb.BinaryWriter();
|
|
11517
|
+
this.serializeBinaryToWriter(writer);
|
|
11518
|
+
return writer.getResultBuffer();
|
|
11519
|
+
};
|
|
11520
|
+
|
|
11521
|
+
|
|
11522
|
+
/**
|
|
11523
|
+
* Serializes the message to binary data (in protobuf wire format),
|
|
11524
|
+
* writing to the given BinaryWriter.
|
|
11525
|
+
* @param {!jspb.BinaryWriter} writer
|
|
11526
|
+
*/
|
|
11527
|
+
proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest.prototype.serializeBinaryToWriter = function (writer) {
|
|
11528
|
+
var f = undefined;
|
|
11529
|
+
f = this.getData();
|
|
11530
|
+
if (f != null) {
|
|
11531
|
+
writer.writeMessage(
|
|
11532
|
+
1,
|
|
11533
|
+
f,
|
|
11534
|
+
proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest.serializeBinaryToWriter
|
|
11535
|
+
);
|
|
11536
|
+
}
|
|
11537
|
+
};
|
|
11538
|
+
|
|
11539
|
+
|
|
11540
|
+
/**
|
|
11541
|
+
* Creates a deep clone of this proto. No data is shared with the original.
|
|
11542
|
+
* @return {!proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest} The clone.
|
|
11543
|
+
*/
|
|
11544
|
+
proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest.prototype.cloneMessage = function() {
|
|
11545
|
+
return /** @type {!proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest} */ (jspb.Message.cloneMessage(this));
|
|
11546
|
+
};
|
|
11547
|
+
|
|
11548
|
+
|
|
11549
|
+
/**
|
|
11550
|
+
* optional MasterBinLookupOverrideUpdateRequest data = 1;
|
|
11551
|
+
* @return {proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest}
|
|
11552
|
+
*/
|
|
11553
|
+
proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest.prototype.getData = function() {
|
|
11554
|
+
return /** @type{proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest} */ (
|
|
11555
|
+
jspb.Message.getWrapperField(this, proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest, 1));
|
|
11556
|
+
};
|
|
11557
|
+
|
|
11558
|
+
|
|
11559
|
+
/** @param {proto.sniippaymentmethodsserviceapi.MasterBinLookupOverrideUpdateRequest|undefined} value */
|
|
11560
|
+
proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest.prototype.setData = function(value) {
|
|
11561
|
+
jspb.Message.setWrapperField(this, 1, value);
|
|
11562
|
+
};
|
|
11563
|
+
|
|
11564
|
+
|
|
11565
|
+
proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest.prototype.clearData = function() {
|
|
11566
|
+
this.setData(undefined);
|
|
11567
|
+
};
|
|
11568
|
+
|
|
11569
|
+
|
|
11570
|
+
/**
|
|
11571
|
+
* Returns whether this field is set.
|
|
11572
|
+
* @return{!boolean}
|
|
11573
|
+
*/
|
|
11574
|
+
proto.sniippaymentmethodsserviceapi.UpdateMasterBinLookupOverrideRequest.prototype.hasData = function() {
|
|
11575
|
+
return jspb.Message.getField(this, 1) != null;
|
|
11576
|
+
};
|
|
11577
|
+
|
|
11578
|
+
|
|
11579
|
+
|
|
10753
11580
|
/**
|
|
10754
11581
|
* Generated by JsPbCodeGenerator.
|
|
10755
11582
|
* @param {Array=} opt_data Optional initial data array, typically from a
|