@sniipwebmaster/biller-service-client-grpcweb 23.2.5469 → 23.2.5494

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.
@@ -14224,19 +14224,12 @@ proto.sniipbillerapi.BillerRevisionGetResponse.prototype.clearBillerrevisionsLis
14224
14224
  * @constructor
14225
14225
  */
14226
14226
  proto.sniipbillerapi.BillerSmeConfigForPortal = function(opt_data) {
14227
- jspb.Message.initialize(this, opt_data, 0, -1, proto.sniipbillerapi.BillerSmeConfigForPortal.repeatedFields_, null);
14227
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
14228
14228
  };
14229
14229
  goog.inherits(proto.sniipbillerapi.BillerSmeConfigForPortal, jspb.Message);
14230
14230
  if (goog.DEBUG && !COMPILED) {
14231
14231
  proto.sniipbillerapi.BillerSmeConfigForPortal.displayName = 'proto.sniipbillerapi.BillerSmeConfigForPortal';
14232
14232
  }
14233
- /**
14234
- * List of repeated fields within this message type.
14235
- * @private {!Array<number>}
14236
- * @const
14237
- */
14238
- proto.sniipbillerapi.BillerSmeConfigForPortal.repeatedFields_ = [1];
14239
-
14240
14233
 
14241
14234
 
14242
14235
  if (jspb.Message.GENERATE_TO_OBJECT) {
@@ -14265,26 +14258,11 @@ proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.toObject = function(opt_
14265
14258
  */
14266
14259
  proto.sniipbillerapi.BillerSmeConfigForPortal.toObject = function(includeInstance, msg) {
14267
14260
  var f, obj = {
14268
- acceptedpaymentmethodsList: jspb.Message.toObjectList(msg.getAcceptedpaymentmethodsList(),
14269
- proto.sniipbillerapi.AcceptedPaymentMethod.toObject, includeInstance),
14270
- bankaccount: (f = msg.getBankaccount()) && proto.sniipbillerapi.BankAccount.toObject(includeInstance, f),
14271
- billerid: msg.getBillerid(),
14272
- code: msg.getCode(),
14273
- defaultconfig: msg.getDefaultconfig(),
14274
14261
  isactive: msg.getIsactive(),
14275
14262
  maxamountpermitted: msg.getMaxamountpermitted(),
14276
- mbillingpermitted: msg.getMbillingpermitted(),
14277
14263
  minamountpermitted: msg.getMinamountpermitted(),
14278
- parentbillerid: msg.getParentbillerid(),
14279
- partialpaymentpermitted: msg.getPartialpaymentpermitted(),
14280
- qrcodeconfig: (f = msg.getQrcodeconfig()) && proto.sniipbillerapi.QRCodeConfigRoot.toObject(includeInstance, f),
14281
- trimreferencenumber: msg.getTrimreferencenumber(),
14282
- payidaccount: (f = msg.getPayidaccount()) && proto.sniipbillerapi.PayIdAccount.toObject(includeInstance, f),
14283
- ispayid: msg.getIspayid(),
14284
14264
  overpaymentpermitted: msg.getOverpaymentpermitted(),
14285
- paymentprocessor: msg.getPaymentprocessor(),
14286
14265
  paymentmethodgroupid: msg.getPaymentmethodgroupid(),
14287
- billerconfigid: msg.getBillerconfigid(),
14288
14266
  isblocked: msg.getIsblocked(),
14289
14267
  requiresreview: msg.getRequiresreview(),
14290
14268
  bsb: msg.getBsb(),
@@ -14331,119 +14309,58 @@ proto.sniipbillerapi.BillerSmeConfigForPortal.deserializeBinaryFromReader = func
14331
14309
  var field = reader.getFieldNumber();
14332
14310
  switch (field) {
14333
14311
  case 1:
14334
- var value = new proto.sniipbillerapi.AcceptedPaymentMethod;
14335
- reader.readMessage(value,proto.sniipbillerapi.AcceptedPaymentMethod.deserializeBinaryFromReader);
14336
- msg.getAcceptedpaymentmethodsList().push(value);
14337
- msg.setAcceptedpaymentmethodsList(msg.getAcceptedpaymentmethodsList());
14338
- break;
14339
- case 2:
14340
- var value = new proto.sniipbillerapi.BankAccount;
14341
- reader.readMessage(value,proto.sniipbillerapi.BankAccount.deserializeBinaryFromReader);
14342
- msg.setBankaccount(value);
14343
- break;
14344
- case 3:
14345
- var value = /** @type {number} */ (reader.readInt64());
14346
- msg.setBillerid(value);
14347
- break;
14348
- case 4:
14349
- var value = /** @type {string} */ (reader.readString());
14350
- msg.setCode(value);
14351
- break;
14352
- case 5:
14353
- var value = /** @type {boolean} */ (reader.readBool());
14354
- msg.setDefaultconfig(value);
14355
- break;
14356
- case 6:
14357
14312
  var value = /** @type {boolean} */ (reader.readBool());
14358
14313
  msg.setIsactive(value);
14359
14314
  break;
14360
- case 7:
14315
+ case 2:
14361
14316
  var value = /** @type {number} */ (reader.readDouble());
14362
14317
  msg.setMaxamountpermitted(value);
14363
14318
  break;
14364
- case 8:
14365
- var value = /** @type {boolean} */ (reader.readBool());
14366
- msg.setMbillingpermitted(value);
14367
- break;
14368
- case 9:
14319
+ case 3:
14369
14320
  var value = /** @type {number} */ (reader.readDouble());
14370
14321
  msg.setMinamountpermitted(value);
14371
14322
  break;
14372
- case 10:
14373
- var value = /** @type {number} */ (reader.readInt64());
14374
- msg.setParentbillerid(value);
14375
- break;
14376
- case 11:
14377
- var value = /** @type {boolean} */ (reader.readBool());
14378
- msg.setPartialpaymentpermitted(value);
14379
- break;
14380
- case 13:
14381
- var value = new proto.sniipbillerapi.QRCodeConfigRoot;
14382
- reader.readMessage(value,proto.sniipbillerapi.QRCodeConfigRoot.deserializeBinaryFromReader);
14383
- msg.setQrcodeconfig(value);
14384
- break;
14385
- case 15:
14386
- var value = /** @type {boolean} */ (reader.readBool());
14387
- msg.setTrimreferencenumber(value);
14388
- break;
14389
- case 16:
14390
- var value = new proto.sniipbillerapi.PayIdAccount;
14391
- reader.readMessage(value,proto.sniipbillerapi.PayIdAccount.deserializeBinaryFromReader);
14392
- msg.setPayidaccount(value);
14393
- break;
14394
- case 17:
14395
- var value = /** @type {boolean} */ (reader.readBool());
14396
- msg.setIspayid(value);
14397
- break;
14398
- case 18:
14323
+ case 4:
14399
14324
  var value = /** @type {boolean} */ (reader.readBool());
14400
14325
  msg.setOverpaymentpermitted(value);
14401
14326
  break;
14402
- case 19:
14403
- var value = /** @type {string} */ (reader.readString());
14404
- msg.setPaymentprocessor(value);
14405
- break;
14406
- case 20:
14327
+ case 5:
14407
14328
  var value = /** @type {number} */ (reader.readInt64());
14408
14329
  msg.setPaymentmethodgroupid(value);
14409
14330
  break;
14410
- case 21:
14411
- var value = /** @type {number} */ (reader.readInt64());
14412
- msg.setBillerconfigid(value);
14413
- break;
14414
- case 22:
14331
+ case 6:
14415
14332
  var value = /** @type {boolean} */ (reader.readBool());
14416
14333
  msg.setIsblocked(value);
14417
14334
  break;
14418
- case 23:
14335
+ case 7:
14419
14336
  var value = /** @type {boolean} */ (reader.readBool());
14420
14337
  msg.setRequiresreview(value);
14421
14338
  break;
14422
- case 24:
14339
+ case 8:
14423
14340
  var value = /** @type {string} */ (reader.readString());
14424
14341
  msg.setBsb(value);
14425
14342
  break;
14426
- case 25:
14343
+ case 9:
14427
14344
  var value = /** @type {string} */ (reader.readString());
14428
14345
  msg.setAccountno(value);
14429
14346
  break;
14430
- case 26:
14347
+ case 10:
14431
14348
  var value = /** @type {string} */ (reader.readString());
14432
14349
  msg.setBillernameoverride(value);
14433
14350
  break;
14434
- case 27:
14351
+ case 11:
14435
14352
  var value = /** @type {boolean} */ (reader.readBool());
14436
14353
  msg.setIsautosuspend(value);
14437
14354
  break;
14438
- case 28:
14355
+ case 12:
14439
14356
  var value = /** @type {boolean} */ (reader.readBool());
14440
14357
  msg.setBusinesspayment(value);
14441
14358
  break;
14442
- case 29:
14359
+ case 13:
14443
14360
  var value = /** @type {number} */ (reader.readInt64());
14444
14361
  msg.setCreatedbybillconfigid(value);
14445
14362
  break;
14446
- case 30:
14363
+ case 14:
14447
14364
  var value = new proto.sniipbillerapi.AttachmentDetails;
14448
14365
  reader.readMessage(value,proto.sniipbillerapi.AttachmentDetails.deserializeBinaryFromReader);
14449
14366
  msg.setCreatedbybillattachment(value);
@@ -14486,712 +14403,337 @@ proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.serializeBinary = functi
14486
14403
  */
14487
14404
  proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.serializeBinaryToWriter = function (writer) {
14488
14405
  var f = undefined;
14489
- f = this.getAcceptedpaymentmethodsList();
14490
- if (f.length > 0) {
14491
- writer.writeRepeatedMessage(
14492
- 1,
14493
- f,
14494
- proto.sniipbillerapi.AcceptedPaymentMethod.serializeBinaryToWriter
14495
- );
14496
- }
14497
- f = this.getBankaccount();
14498
- if (f != null) {
14499
- writer.writeMessage(
14500
- 2,
14501
- f,
14502
- proto.sniipbillerapi.BankAccount.serializeBinaryToWriter
14503
- );
14504
- }
14505
- f = this.getBillerid();
14506
- if (f !== 0) {
14507
- writer.writeInt64(
14508
- 3,
14509
- f
14510
- );
14511
- }
14512
- f = this.getCode();
14513
- if (f.length > 0) {
14514
- writer.writeString(
14515
- 4,
14516
- f
14517
- );
14518
- }
14519
- f = this.getDefaultconfig();
14520
- if (f) {
14521
- writer.writeBool(
14522
- 5,
14523
- f
14524
- );
14525
- }
14526
14406
  f = this.getIsactive();
14527
14407
  if (f) {
14528
14408
  writer.writeBool(
14529
- 6,
14409
+ 1,
14530
14410
  f
14531
14411
  );
14532
14412
  }
14533
14413
  f = this.getMaxamountpermitted();
14534
14414
  if (f !== 0.0) {
14535
14415
  writer.writeDouble(
14536
- 7,
14537
- f
14538
- );
14539
- }
14540
- f = this.getMbillingpermitted();
14541
- if (f) {
14542
- writer.writeBool(
14543
- 8,
14416
+ 2,
14544
14417
  f
14545
14418
  );
14546
14419
  }
14547
14420
  f = this.getMinamountpermitted();
14548
14421
  if (f !== 0.0) {
14549
14422
  writer.writeDouble(
14550
- 9,
14551
- f
14552
- );
14553
- }
14554
- f = this.getParentbillerid();
14555
- if (f !== 0) {
14556
- writer.writeInt64(
14557
- 10,
14558
- f
14559
- );
14560
- }
14561
- f = this.getPartialpaymentpermitted();
14562
- if (f) {
14563
- writer.writeBool(
14564
- 11,
14565
- f
14566
- );
14567
- }
14568
- f = this.getQrcodeconfig();
14569
- if (f != null) {
14570
- writer.writeMessage(
14571
- 13,
14572
- f,
14573
- proto.sniipbillerapi.QRCodeConfigRoot.serializeBinaryToWriter
14574
- );
14575
- }
14576
- f = this.getTrimreferencenumber();
14577
- if (f) {
14578
- writer.writeBool(
14579
- 15,
14580
- f
14581
- );
14582
- }
14583
- f = this.getPayidaccount();
14584
- if (f != null) {
14585
- writer.writeMessage(
14586
- 16,
14587
- f,
14588
- proto.sniipbillerapi.PayIdAccount.serializeBinaryToWriter
14589
- );
14590
- }
14591
- f = this.getIspayid();
14592
- if (f) {
14593
- writer.writeBool(
14594
- 17,
14423
+ 3,
14595
14424
  f
14596
14425
  );
14597
14426
  }
14598
14427
  f = this.getOverpaymentpermitted();
14599
14428
  if (f) {
14600
14429
  writer.writeBool(
14601
- 18,
14602
- f
14603
- );
14604
- }
14605
- f = this.getPaymentprocessor();
14606
- if (f.length > 0) {
14607
- writer.writeString(
14608
- 19,
14430
+ 4,
14609
14431
  f
14610
14432
  );
14611
14433
  }
14612
14434
  f = this.getPaymentmethodgroupid();
14613
14435
  if (f !== 0) {
14614
14436
  writer.writeInt64(
14615
- 20,
14616
- f
14617
- );
14618
- }
14619
- f = this.getBillerconfigid();
14620
- if (f !== 0) {
14621
- writer.writeInt64(
14622
- 21,
14437
+ 5,
14623
14438
  f
14624
14439
  );
14625
14440
  }
14626
14441
  f = this.getIsblocked();
14627
14442
  if (f) {
14628
14443
  writer.writeBool(
14629
- 22,
14444
+ 6,
14630
14445
  f
14631
14446
  );
14632
14447
  }
14633
14448
  f = this.getRequiresreview();
14634
14449
  if (f) {
14635
14450
  writer.writeBool(
14636
- 23,
14451
+ 7,
14637
14452
  f
14638
14453
  );
14639
14454
  }
14640
14455
  f = this.getBsb();
14641
14456
  if (f.length > 0) {
14642
- writer.writeString(
14643
- 24,
14644
- f
14645
- );
14646
- }
14647
- f = this.getAccountno();
14648
- if (f.length > 0) {
14649
- writer.writeString(
14650
- 25,
14651
- f
14652
- );
14653
- }
14654
- f = this.getBillernameoverride();
14655
- if (f.length > 0) {
14656
- writer.writeString(
14657
- 26,
14658
- f
14659
- );
14660
- }
14661
- f = this.getIsautosuspend();
14662
- if (f) {
14663
- writer.writeBool(
14664
- 27,
14665
- f
14666
- );
14667
- }
14668
- f = this.getBusinesspayment();
14669
- if (f) {
14670
- writer.writeBool(
14671
- 28,
14672
- f
14673
- );
14674
- }
14675
- f = this.getCreatedbybillconfigid();
14676
- if (f !== 0) {
14677
- writer.writeInt64(
14678
- 29,
14679
- f
14680
- );
14681
- }
14682
- f = this.getCreatedbybillattachment();
14683
- if (f != null) {
14684
- writer.writeMessage(
14685
- 30,
14686
- f,
14687
- proto.sniipbillerapi.AttachmentDetails.serializeBinaryToWriter
14688
- );
14689
- }
14690
- };
14691
-
14692
-
14693
- /**
14694
- * Creates a deep clone of this proto. No data is shared with the original.
14695
- * @return {!proto.sniipbillerapi.BillerSmeConfigForPortal} The clone.
14696
- */
14697
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.cloneMessage = function() {
14698
- return /** @type {!proto.sniipbillerapi.BillerSmeConfigForPortal} */ (jspb.Message.cloneMessage(this));
14699
- };
14700
-
14701
-
14702
- /**
14703
- * repeated AcceptedPaymentMethod acceptedPaymentMethods = 1;
14704
- * If you change this array by adding, removing or replacing elements, or if you
14705
- * replace the array itself, then you must call the setter to update it.
14706
- * @return {!Array.<!proto.sniipbillerapi.AcceptedPaymentMethod>}
14707
- */
14708
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getAcceptedpaymentmethodsList = function() {
14709
- return /** @type{!Array.<!proto.sniipbillerapi.AcceptedPaymentMethod>} */ (
14710
- jspb.Message.getRepeatedWrapperField(this, proto.sniipbillerapi.AcceptedPaymentMethod, 1));
14711
- };
14712
-
14713
-
14714
- /** @param {Array.<!proto.sniipbillerapi.AcceptedPaymentMethod>} value */
14715
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setAcceptedpaymentmethodsList = function(value) {
14716
- jspb.Message.setRepeatedWrapperField(this, 1, value);
14717
- };
14718
-
14719
-
14720
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.clearAcceptedpaymentmethodsList = function() {
14721
- this.setAcceptedpaymentmethodsList([]);
14722
- };
14723
-
14724
-
14725
- /**
14726
- * optional BankAccount bankAccount = 2;
14727
- * @return {proto.sniipbillerapi.BankAccount}
14728
- */
14729
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getBankaccount = function() {
14730
- return /** @type{proto.sniipbillerapi.BankAccount} */ (
14731
- jspb.Message.getWrapperField(this, proto.sniipbillerapi.BankAccount, 2));
14732
- };
14733
-
14734
-
14735
- /** @param {proto.sniipbillerapi.BankAccount|undefined} value */
14736
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setBankaccount = function(value) {
14737
- jspb.Message.setWrapperField(this, 2, value);
14738
- };
14739
-
14740
-
14741
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.clearBankaccount = function() {
14742
- this.setBankaccount(undefined);
14743
- };
14744
-
14745
-
14746
- /**
14747
- * Returns whether this field is set.
14748
- * @return{!boolean}
14749
- */
14750
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.hasBankaccount = function() {
14751
- return jspb.Message.getField(this, 2) != null;
14752
- };
14753
-
14754
-
14755
- /**
14756
- * optional int64 billerId = 3;
14757
- * @return {number}
14758
- */
14759
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getBillerid = function() {
14760
- return /** @type {number} */ (jspb.Message.getFieldProto3(this, 3, 0));
14761
- };
14762
-
14763
-
14764
- /** @param {number} value */
14765
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setBillerid = function(value) {
14766
- jspb.Message.setField(this, 3, value);
14767
- };
14768
-
14769
-
14770
- /**
14771
- * optional string code = 4;
14772
- * @return {string}
14773
- */
14774
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getCode = function() {
14775
- return /** @type {string} */ (jspb.Message.getFieldProto3(this, 4, ""));
14776
- };
14777
-
14778
-
14779
- /** @param {string} value */
14780
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setCode = function(value) {
14781
- jspb.Message.setField(this, 4, value);
14782
- };
14783
-
14784
-
14785
- /**
14786
- * optional bool defaultConfig = 5;
14787
- * Note that Boolean fields may be set to 0/1 when serialized from a Java server.
14788
- * You should avoid comparisons like {@code val === true/false} in those cases.
14789
- * @return {boolean}
14790
- */
14791
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getDefaultconfig = function() {
14792
- return /** @type {boolean} */ (jspb.Message.getFieldProto3(this, 5, false));
14793
- };
14794
-
14795
-
14796
- /** @param {boolean} value */
14797
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setDefaultconfig = function(value) {
14798
- jspb.Message.setField(this, 5, value);
14799
- };
14800
-
14801
-
14802
- /**
14803
- * optional bool isActive = 6;
14804
- * Note that Boolean fields may be set to 0/1 when serialized from a Java server.
14805
- * You should avoid comparisons like {@code val === true/false} in those cases.
14806
- * @return {boolean}
14807
- */
14808
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getIsactive = function() {
14809
- return /** @type {boolean} */ (jspb.Message.getFieldProto3(this, 6, false));
14810
- };
14811
-
14812
-
14813
- /** @param {boolean} value */
14814
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setIsactive = function(value) {
14815
- jspb.Message.setField(this, 6, value);
14816
- };
14817
-
14818
-
14819
- /**
14820
- * optional double maxAmountPermitted = 7;
14821
- * @return {number}
14822
- */
14823
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getMaxamountpermitted = function() {
14824
- return /** @type {number} */ (jspb.Message.getFieldProto3(this, 7, 0));
14825
- };
14826
-
14827
-
14828
- /** @param {number} value */
14829
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setMaxamountpermitted = function(value) {
14830
- jspb.Message.setField(this, 7, value);
14831
- };
14832
-
14833
-
14834
- /**
14835
- * optional bool mbillingPermitted = 8;
14836
- * Note that Boolean fields may be set to 0/1 when serialized from a Java server.
14837
- * You should avoid comparisons like {@code val === true/false} in those cases.
14838
- * @return {boolean}
14839
- */
14840
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getMbillingpermitted = function() {
14841
- return /** @type {boolean} */ (jspb.Message.getFieldProto3(this, 8, false));
14842
- };
14843
-
14844
-
14845
- /** @param {boolean} value */
14846
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setMbillingpermitted = function(value) {
14847
- jspb.Message.setField(this, 8, value);
14848
- };
14849
-
14850
-
14851
- /**
14852
- * optional double minAmountPermitted = 9;
14853
- * @return {number}
14854
- */
14855
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getMinamountpermitted = function() {
14856
- return /** @type {number} */ (jspb.Message.getFieldProto3(this, 9, 0));
14857
- };
14858
-
14859
-
14860
- /** @param {number} value */
14861
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setMinamountpermitted = function(value) {
14862
- jspb.Message.setField(this, 9, value);
14863
- };
14864
-
14865
-
14866
- /**
14867
- * optional int64 parentBillerId = 10;
14868
- * @return {number}
14869
- */
14870
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getParentbillerid = function() {
14871
- return /** @type {number} */ (jspb.Message.getFieldProto3(this, 10, 0));
14872
- };
14873
-
14874
-
14875
- /** @param {number} value */
14876
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setParentbillerid = function(value) {
14877
- jspb.Message.setField(this, 10, value);
14878
- };
14879
-
14880
-
14881
- /**
14882
- * optional bool partialPaymentPermitted = 11;
14883
- * Note that Boolean fields may be set to 0/1 when serialized from a Java server.
14884
- * You should avoid comparisons like {@code val === true/false} in those cases.
14885
- * @return {boolean}
14886
- */
14887
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getPartialpaymentpermitted = function() {
14888
- return /** @type {boolean} */ (jspb.Message.getFieldProto3(this, 11, false));
14889
- };
14890
-
14891
-
14892
- /** @param {boolean} value */
14893
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setPartialpaymentpermitted = function(value) {
14894
- jspb.Message.setField(this, 11, value);
14895
- };
14896
-
14897
-
14898
- /**
14899
- * optional QRCodeConfigRoot qrCodeConfig = 13;
14900
- * @return {proto.sniipbillerapi.QRCodeConfigRoot}
14901
- */
14902
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getQrcodeconfig = function() {
14903
- return /** @type{proto.sniipbillerapi.QRCodeConfigRoot} */ (
14904
- jspb.Message.getWrapperField(this, proto.sniipbillerapi.QRCodeConfigRoot, 13));
14905
- };
14906
-
14907
-
14908
- /** @param {proto.sniipbillerapi.QRCodeConfigRoot|undefined} value */
14909
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setQrcodeconfig = function(value) {
14910
- jspb.Message.setWrapperField(this, 13, value);
14911
- };
14912
-
14913
-
14914
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.clearQrcodeconfig = function() {
14915
- this.setQrcodeconfig(undefined);
14457
+ writer.writeString(
14458
+ 8,
14459
+ f
14460
+ );
14461
+ }
14462
+ f = this.getAccountno();
14463
+ if (f.length > 0) {
14464
+ writer.writeString(
14465
+ 9,
14466
+ f
14467
+ );
14468
+ }
14469
+ f = this.getBillernameoverride();
14470
+ if (f.length > 0) {
14471
+ writer.writeString(
14472
+ 10,
14473
+ f
14474
+ );
14475
+ }
14476
+ f = this.getIsautosuspend();
14477
+ if (f) {
14478
+ writer.writeBool(
14479
+ 11,
14480
+ f
14481
+ );
14482
+ }
14483
+ f = this.getBusinesspayment();
14484
+ if (f) {
14485
+ writer.writeBool(
14486
+ 12,
14487
+ f
14488
+ );
14489
+ }
14490
+ f = this.getCreatedbybillconfigid();
14491
+ if (f !== 0) {
14492
+ writer.writeInt64(
14493
+ 13,
14494
+ f
14495
+ );
14496
+ }
14497
+ f = this.getCreatedbybillattachment();
14498
+ if (f != null) {
14499
+ writer.writeMessage(
14500
+ 14,
14501
+ f,
14502
+ proto.sniipbillerapi.AttachmentDetails.serializeBinaryToWriter
14503
+ );
14504
+ }
14916
14505
  };
14917
14506
 
14918
14507
 
14919
14508
  /**
14920
- * Returns whether this field is set.
14921
- * @return{!boolean}
14509
+ * Creates a deep clone of this proto. No data is shared with the original.
14510
+ * @return {!proto.sniipbillerapi.BillerSmeConfigForPortal} The clone.
14922
14511
  */
14923
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.hasQrcodeconfig = function() {
14924
- return jspb.Message.getField(this, 13) != null;
14512
+ proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.cloneMessage = function() {
14513
+ return /** @type {!proto.sniipbillerapi.BillerSmeConfigForPortal} */ (jspb.Message.cloneMessage(this));
14925
14514
  };
14926
14515
 
14927
14516
 
14928
14517
  /**
14929
- * optional bool trimReferenceNumber = 15;
14518
+ * optional bool isActive = 1;
14930
14519
  * Note that Boolean fields may be set to 0/1 when serialized from a Java server.
14931
14520
  * You should avoid comparisons like {@code val === true/false} in those cases.
14932
14521
  * @return {boolean}
14933
14522
  */
14934
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getTrimreferencenumber = function() {
14935
- return /** @type {boolean} */ (jspb.Message.getFieldProto3(this, 15, false));
14523
+ proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getIsactive = function() {
14524
+ return /** @type {boolean} */ (jspb.Message.getFieldProto3(this, 1, false));
14936
14525
  };
14937
14526
 
14938
14527
 
14939
14528
  /** @param {boolean} value */
14940
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setTrimreferencenumber = function(value) {
14941
- jspb.Message.setField(this, 15, value);
14529
+ proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setIsactive = function(value) {
14530
+ jspb.Message.setField(this, 1, value);
14942
14531
  };
14943
14532
 
14944
14533
 
14945
14534
  /**
14946
- * optional PayIdAccount payIdAccount = 16;
14947
- * @return {proto.sniipbillerapi.PayIdAccount}
14535
+ * optional double maxAmountPermitted = 2;
14536
+ * @return {number}
14948
14537
  */
14949
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getPayidaccount = function() {
14950
- return /** @type{proto.sniipbillerapi.PayIdAccount} */ (
14951
- jspb.Message.getWrapperField(this, proto.sniipbillerapi.PayIdAccount, 16));
14952
- };
14953
-
14954
-
14955
- /** @param {proto.sniipbillerapi.PayIdAccount|undefined} value */
14956
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setPayidaccount = function(value) {
14957
- jspb.Message.setWrapperField(this, 16, value);
14958
- };
14959
-
14960
-
14961
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.clearPayidaccount = function() {
14962
- this.setPayidaccount(undefined);
14538
+ proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getMaxamountpermitted = function() {
14539
+ return /** @type {number} */ (jspb.Message.getFieldProto3(this, 2, 0));
14963
14540
  };
14964
14541
 
14965
14542
 
14966
- /**
14967
- * Returns whether this field is set.
14968
- * @return{!boolean}
14969
- */
14970
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.hasPayidaccount = function() {
14971
- return jspb.Message.getField(this, 16) != null;
14543
+ /** @param {number} value */
14544
+ proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setMaxamountpermitted = function(value) {
14545
+ jspb.Message.setField(this, 2, value);
14972
14546
  };
14973
14547
 
14974
14548
 
14975
14549
  /**
14976
- * optional bool isPayId = 17;
14977
- * Note that Boolean fields may be set to 0/1 when serialized from a Java server.
14978
- * You should avoid comparisons like {@code val === true/false} in those cases.
14979
- * @return {boolean}
14550
+ * optional double minAmountPermitted = 3;
14551
+ * @return {number}
14980
14552
  */
14981
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getIspayid = function() {
14982
- return /** @type {boolean} */ (jspb.Message.getFieldProto3(this, 17, false));
14553
+ proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getMinamountpermitted = function() {
14554
+ return /** @type {number} */ (jspb.Message.getFieldProto3(this, 3, 0));
14983
14555
  };
14984
14556
 
14985
14557
 
14986
- /** @param {boolean} value */
14987
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setIspayid = function(value) {
14988
- jspb.Message.setField(this, 17, value);
14558
+ /** @param {number} value */
14559
+ proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setMinamountpermitted = function(value) {
14560
+ jspb.Message.setField(this, 3, value);
14989
14561
  };
14990
14562
 
14991
14563
 
14992
14564
  /**
14993
- * optional bool overpaymentPermitted = 18;
14565
+ * optional bool overpaymentPermitted = 4;
14994
14566
  * Note that Boolean fields may be set to 0/1 when serialized from a Java server.
14995
14567
  * You should avoid comparisons like {@code val === true/false} in those cases.
14996
14568
  * @return {boolean}
14997
14569
  */
14998
14570
  proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getOverpaymentpermitted = function() {
14999
- return /** @type {boolean} */ (jspb.Message.getFieldProto3(this, 18, false));
14571
+ return /** @type {boolean} */ (jspb.Message.getFieldProto3(this, 4, false));
15000
14572
  };
15001
14573
 
15002
14574
 
15003
14575
  /** @param {boolean} value */
15004
14576
  proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setOverpaymentpermitted = function(value) {
15005
- jspb.Message.setField(this, 18, value);
15006
- };
15007
-
15008
-
15009
- /**
15010
- * optional string paymentProcessor = 19;
15011
- * @return {string}
15012
- */
15013
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getPaymentprocessor = function() {
15014
- return /** @type {string} */ (jspb.Message.getFieldProto3(this, 19, ""));
15015
- };
15016
-
15017
-
15018
- /** @param {string} value */
15019
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setPaymentprocessor = function(value) {
15020
- jspb.Message.setField(this, 19, value);
14577
+ jspb.Message.setField(this, 4, value);
15021
14578
  };
15022
14579
 
15023
14580
 
15024
14581
  /**
15025
- * optional int64 paymentMethodGroupId = 20;
14582
+ * optional int64 paymentMethodGroupId = 5;
15026
14583
  * @return {number}
15027
14584
  */
15028
14585
  proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getPaymentmethodgroupid = function() {
15029
- return /** @type {number} */ (jspb.Message.getFieldProto3(this, 20, 0));
14586
+ return /** @type {number} */ (jspb.Message.getFieldProto3(this, 5, 0));
15030
14587
  };
15031
14588
 
15032
14589
 
15033
14590
  /** @param {number} value */
15034
14591
  proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setPaymentmethodgroupid = function(value) {
15035
- jspb.Message.setField(this, 20, value);
15036
- };
15037
-
15038
-
15039
- /**
15040
- * optional int64 billerConfigId = 21;
15041
- * @return {number}
15042
- */
15043
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getBillerconfigid = function() {
15044
- return /** @type {number} */ (jspb.Message.getFieldProto3(this, 21, 0));
15045
- };
15046
-
15047
-
15048
- /** @param {number} value */
15049
- proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setBillerconfigid = function(value) {
15050
- jspb.Message.setField(this, 21, value);
14592
+ jspb.Message.setField(this, 5, value);
15051
14593
  };
15052
14594
 
15053
14595
 
15054
14596
  /**
15055
- * optional bool isBlocked = 22;
14597
+ * optional bool isBlocked = 6;
15056
14598
  * Note that Boolean fields may be set to 0/1 when serialized from a Java server.
15057
14599
  * You should avoid comparisons like {@code val === true/false} in those cases.
15058
14600
  * @return {boolean}
15059
14601
  */
15060
14602
  proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getIsblocked = function() {
15061
- return /** @type {boolean} */ (jspb.Message.getFieldProto3(this, 22, false));
14603
+ return /** @type {boolean} */ (jspb.Message.getFieldProto3(this, 6, false));
15062
14604
  };
15063
14605
 
15064
14606
 
15065
14607
  /** @param {boolean} value */
15066
14608
  proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setIsblocked = function(value) {
15067
- jspb.Message.setField(this, 22, value);
14609
+ jspb.Message.setField(this, 6, value);
15068
14610
  };
15069
14611
 
15070
14612
 
15071
14613
  /**
15072
- * optional bool requiresReview = 23;
14614
+ * optional bool requiresReview = 7;
15073
14615
  * Note that Boolean fields may be set to 0/1 when serialized from a Java server.
15074
14616
  * You should avoid comparisons like {@code val === true/false} in those cases.
15075
14617
  * @return {boolean}
15076
14618
  */
15077
14619
  proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getRequiresreview = function() {
15078
- return /** @type {boolean} */ (jspb.Message.getFieldProto3(this, 23, false));
14620
+ return /** @type {boolean} */ (jspb.Message.getFieldProto3(this, 7, false));
15079
14621
  };
15080
14622
 
15081
14623
 
15082
14624
  /** @param {boolean} value */
15083
14625
  proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setRequiresreview = function(value) {
15084
- jspb.Message.setField(this, 23, value);
14626
+ jspb.Message.setField(this, 7, value);
15085
14627
  };
15086
14628
 
15087
14629
 
15088
14630
  /**
15089
- * optional string bsb = 24;
14631
+ * optional string bsb = 8;
15090
14632
  * @return {string}
15091
14633
  */
15092
14634
  proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getBsb = function() {
15093
- return /** @type {string} */ (jspb.Message.getFieldProto3(this, 24, ""));
14635
+ return /** @type {string} */ (jspb.Message.getFieldProto3(this, 8, ""));
15094
14636
  };
15095
14637
 
15096
14638
 
15097
14639
  /** @param {string} value */
15098
14640
  proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setBsb = function(value) {
15099
- jspb.Message.setField(this, 24, value);
14641
+ jspb.Message.setField(this, 8, value);
15100
14642
  };
15101
14643
 
15102
14644
 
15103
14645
  /**
15104
- * optional string accountNo = 25;
14646
+ * optional string accountNo = 9;
15105
14647
  * @return {string}
15106
14648
  */
15107
14649
  proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getAccountno = function() {
15108
- return /** @type {string} */ (jspb.Message.getFieldProto3(this, 25, ""));
14650
+ return /** @type {string} */ (jspb.Message.getFieldProto3(this, 9, ""));
15109
14651
  };
15110
14652
 
15111
14653
 
15112
14654
  /** @param {string} value */
15113
14655
  proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setAccountno = function(value) {
15114
- jspb.Message.setField(this, 25, value);
14656
+ jspb.Message.setField(this, 9, value);
15115
14657
  };
15116
14658
 
15117
14659
 
15118
14660
  /**
15119
- * optional string billerNameOverride = 26;
14661
+ * optional string billerNameOverride = 10;
15120
14662
  * @return {string}
15121
14663
  */
15122
14664
  proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getBillernameoverride = function() {
15123
- return /** @type {string} */ (jspb.Message.getFieldProto3(this, 26, ""));
14665
+ return /** @type {string} */ (jspb.Message.getFieldProto3(this, 10, ""));
15124
14666
  };
15125
14667
 
15126
14668
 
15127
14669
  /** @param {string} value */
15128
14670
  proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setBillernameoverride = function(value) {
15129
- jspb.Message.setField(this, 26, value);
14671
+ jspb.Message.setField(this, 10, value);
15130
14672
  };
15131
14673
 
15132
14674
 
15133
14675
  /**
15134
- * optional bool isAutoSuspend = 27;
14676
+ * optional bool isAutoSuspend = 11;
15135
14677
  * Note that Boolean fields may be set to 0/1 when serialized from a Java server.
15136
14678
  * You should avoid comparisons like {@code val === true/false} in those cases.
15137
14679
  * @return {boolean}
15138
14680
  */
15139
14681
  proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getIsautosuspend = function() {
15140
- return /** @type {boolean} */ (jspb.Message.getFieldProto3(this, 27, false));
14682
+ return /** @type {boolean} */ (jspb.Message.getFieldProto3(this, 11, false));
15141
14683
  };
15142
14684
 
15143
14685
 
15144
14686
  /** @param {boolean} value */
15145
14687
  proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setIsautosuspend = function(value) {
15146
- jspb.Message.setField(this, 27, value);
14688
+ jspb.Message.setField(this, 11, value);
15147
14689
  };
15148
14690
 
15149
14691
 
15150
14692
  /**
15151
- * optional bool businessPayment = 28;
14693
+ * optional bool businessPayment = 12;
15152
14694
  * Note that Boolean fields may be set to 0/1 when serialized from a Java server.
15153
14695
  * You should avoid comparisons like {@code val === true/false} in those cases.
15154
14696
  * @return {boolean}
15155
14697
  */
15156
14698
  proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getBusinesspayment = function() {
15157
- return /** @type {boolean} */ (jspb.Message.getFieldProto3(this, 28, false));
14699
+ return /** @type {boolean} */ (jspb.Message.getFieldProto3(this, 12, false));
15158
14700
  };
15159
14701
 
15160
14702
 
15161
14703
  /** @param {boolean} value */
15162
14704
  proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setBusinesspayment = function(value) {
15163
- jspb.Message.setField(this, 28, value);
14705
+ jspb.Message.setField(this, 12, value);
15164
14706
  };
15165
14707
 
15166
14708
 
15167
14709
  /**
15168
- * optional int64 createdByBillConfigId = 29;
14710
+ * optional int64 createdByBillConfigId = 13;
15169
14711
  * @return {number}
15170
14712
  */
15171
14713
  proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getCreatedbybillconfigid = function() {
15172
- return /** @type {number} */ (jspb.Message.getFieldProto3(this, 29, 0));
14714
+ return /** @type {number} */ (jspb.Message.getFieldProto3(this, 13, 0));
15173
14715
  };
15174
14716
 
15175
14717
 
15176
14718
  /** @param {number} value */
15177
14719
  proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setCreatedbybillconfigid = function(value) {
15178
- jspb.Message.setField(this, 29, value);
14720
+ jspb.Message.setField(this, 13, value);
15179
14721
  };
15180
14722
 
15181
14723
 
15182
14724
  /**
15183
- * optional AttachmentDetails createdByBillAttachment = 30;
14725
+ * optional AttachmentDetails createdByBillAttachment = 14;
15184
14726
  * @return {proto.sniipbillerapi.AttachmentDetails}
15185
14727
  */
15186
14728
  proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.getCreatedbybillattachment = function() {
15187
14729
  return /** @type{proto.sniipbillerapi.AttachmentDetails} */ (
15188
- jspb.Message.getWrapperField(this, proto.sniipbillerapi.AttachmentDetails, 30));
14730
+ jspb.Message.getWrapperField(this, proto.sniipbillerapi.AttachmentDetails, 14));
15189
14731
  };
15190
14732
 
15191
14733
 
15192
14734
  /** @param {proto.sniipbillerapi.AttachmentDetails|undefined} value */
15193
14735
  proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.setCreatedbybillattachment = function(value) {
15194
- jspb.Message.setWrapperField(this, 30, value);
14736
+ jspb.Message.setWrapperField(this, 14, value);
15195
14737
  };
15196
14738
 
15197
14739
 
@@ -15205,7 +14747,7 @@ proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.clearCreatedbybillattach
15205
14747
  * @return{!boolean}
15206
14748
  */
15207
14749
  proto.sniipbillerapi.BillerSmeConfigForPortal.prototype.hasCreatedbybillattachment = function() {
15208
- return jspb.Message.getField(this, 30) != null;
14750
+ return jspb.Message.getField(this, 14) != null;
15209
14751
  };
15210
14752
 
15211
14753
 
@@ -37433,7 +36975,6 @@ proto.sniipbillerapi.UpdateBillerDetailsRequest.toObject = function(includeInsta
37433
36975
  var f, obj = {
37434
36976
  billerid: msg.getBillerid(),
37435
36977
  name: msg.getName(),
37436
- logo: msg.getLogo(),
37437
36978
  contactemail: msg.getContactemail(),
37438
36979
  contactphone: msg.getContactphone(),
37439
36980
  industrycode: msg.getIndustrycode(),
@@ -37486,34 +37027,30 @@ proto.sniipbillerapi.UpdateBillerDetailsRequest.deserializeBinaryFromReader = fu
37486
37027
  msg.setName(value);
37487
37028
  break;
37488
37029
  case 3:
37489
- var value = /** @type {string} */ (reader.readString());
37490
- msg.setLogo(value);
37491
- break;
37492
- case 4:
37493
37030
  var value = /** @type {string} */ (reader.readString());
37494
37031
  msg.setContactemail(value);
37495
37032
  break;
37496
- case 5:
37033
+ case 4:
37497
37034
  var value = /** @type {string} */ (reader.readString());
37498
37035
  msg.setContactphone(value);
37499
37036
  break;
37500
- case 6:
37037
+ case 5:
37501
37038
  var value = /** @type {number} */ (reader.readInt32());
37502
37039
  msg.setIndustrycode(value);
37503
37040
  break;
37504
- case 7:
37041
+ case 6:
37505
37042
  var value = /** @type {string} */ (reader.readString());
37506
37043
  msg.setIndustrysectorname(value);
37507
37044
  break;
37508
- case 8:
37045
+ case 7:
37509
37046
  var value = /** @type {string} */ (reader.readString());
37510
37047
  msg.setAbn(value);
37511
37048
  break;
37512
- case 9:
37049
+ case 8:
37513
37050
  var value = /** @type {string} */ (reader.readString());
37514
37051
  msg.setDescription(value);
37515
37052
  break;
37516
- case 10:
37053
+ case 9:
37517
37054
  var value = /** @type {string} */ (reader.readString());
37518
37055
  msg.setTimezone(value);
37519
37056
  break;
@@ -37569,59 +37106,52 @@ proto.sniipbillerapi.UpdateBillerDetailsRequest.prototype.serializeBinaryToWrite
37569
37106
  f
37570
37107
  );
37571
37108
  }
37572
- f = this.getLogo();
37573
- if (f.length > 0) {
37574
- writer.writeString(
37575
- 3,
37576
- f
37577
- );
37578
- }
37579
37109
  f = this.getContactemail();
37580
37110
  if (f.length > 0) {
37581
37111
  writer.writeString(
37582
- 4,
37112
+ 3,
37583
37113
  f
37584
37114
  );
37585
37115
  }
37586
37116
  f = this.getContactphone();
37587
37117
  if (f.length > 0) {
37588
37118
  writer.writeString(
37589
- 5,
37119
+ 4,
37590
37120
  f
37591
37121
  );
37592
37122
  }
37593
37123
  f = this.getIndustrycode();
37594
37124
  if (f !== 0) {
37595
37125
  writer.writeInt32(
37596
- 6,
37126
+ 5,
37597
37127
  f
37598
37128
  );
37599
37129
  }
37600
37130
  f = this.getIndustrysectorname();
37601
37131
  if (f.length > 0) {
37602
37132
  writer.writeString(
37603
- 7,
37133
+ 6,
37604
37134
  f
37605
37135
  );
37606
37136
  }
37607
37137
  f = this.getAbn();
37608
37138
  if (f.length > 0) {
37609
37139
  writer.writeString(
37610
- 8,
37140
+ 7,
37611
37141
  f
37612
37142
  );
37613
37143
  }
37614
37144
  f = this.getDescription();
37615
37145
  if (f.length > 0) {
37616
37146
  writer.writeString(
37617
- 9,
37147
+ 8,
37618
37148
  f
37619
37149
  );
37620
37150
  }
37621
37151
  f = this.getTimezone();
37622
37152
  if (f.length > 0) {
37623
37153
  writer.writeString(
37624
- 10,
37154
+ 9,
37625
37155
  f
37626
37156
  );
37627
37157
  }
@@ -37668,122 +37198,107 @@ proto.sniipbillerapi.UpdateBillerDetailsRequest.prototype.setName = function(val
37668
37198
 
37669
37199
 
37670
37200
  /**
37671
- * optional string logo = 3;
37672
- * @return {string}
37673
- */
37674
- proto.sniipbillerapi.UpdateBillerDetailsRequest.prototype.getLogo = function() {
37675
- return /** @type {string} */ (jspb.Message.getFieldProto3(this, 3, ""));
37676
- };
37677
-
37678
-
37679
- /** @param {string} value */
37680
- proto.sniipbillerapi.UpdateBillerDetailsRequest.prototype.setLogo = function(value) {
37681
- jspb.Message.setField(this, 3, value);
37682
- };
37683
-
37684
-
37685
- /**
37686
- * optional string contactEmail = 4;
37201
+ * optional string contactEmail = 3;
37687
37202
  * @return {string}
37688
37203
  */
37689
37204
  proto.sniipbillerapi.UpdateBillerDetailsRequest.prototype.getContactemail = function() {
37690
- return /** @type {string} */ (jspb.Message.getFieldProto3(this, 4, ""));
37205
+ return /** @type {string} */ (jspb.Message.getFieldProto3(this, 3, ""));
37691
37206
  };
37692
37207
 
37693
37208
 
37694
37209
  /** @param {string} value */
37695
37210
  proto.sniipbillerapi.UpdateBillerDetailsRequest.prototype.setContactemail = function(value) {
37696
- jspb.Message.setField(this, 4, value);
37211
+ jspb.Message.setField(this, 3, value);
37697
37212
  };
37698
37213
 
37699
37214
 
37700
37215
  /**
37701
- * optional string contactPhone = 5;
37216
+ * optional string contactPhone = 4;
37702
37217
  * @return {string}
37703
37218
  */
37704
37219
  proto.sniipbillerapi.UpdateBillerDetailsRequest.prototype.getContactphone = function() {
37705
- return /** @type {string} */ (jspb.Message.getFieldProto3(this, 5, ""));
37220
+ return /** @type {string} */ (jspb.Message.getFieldProto3(this, 4, ""));
37706
37221
  };
37707
37222
 
37708
37223
 
37709
37224
  /** @param {string} value */
37710
37225
  proto.sniipbillerapi.UpdateBillerDetailsRequest.prototype.setContactphone = function(value) {
37711
- jspb.Message.setField(this, 5, value);
37226
+ jspb.Message.setField(this, 4, value);
37712
37227
  };
37713
37228
 
37714
37229
 
37715
37230
  /**
37716
- * optional int32 industryCode = 6;
37231
+ * optional int32 industryCode = 5;
37717
37232
  * @return {number}
37718
37233
  */
37719
37234
  proto.sniipbillerapi.UpdateBillerDetailsRequest.prototype.getIndustrycode = function() {
37720
- return /** @type {number} */ (jspb.Message.getFieldProto3(this, 6, 0));
37235
+ return /** @type {number} */ (jspb.Message.getFieldProto3(this, 5, 0));
37721
37236
  };
37722
37237
 
37723
37238
 
37724
37239
  /** @param {number} value */
37725
37240
  proto.sniipbillerapi.UpdateBillerDetailsRequest.prototype.setIndustrycode = function(value) {
37726
- jspb.Message.setField(this, 6, value);
37241
+ jspb.Message.setField(this, 5, value);
37727
37242
  };
37728
37243
 
37729
37244
 
37730
37245
  /**
37731
- * optional string industrySectorName = 7;
37246
+ * optional string industrySectorName = 6;
37732
37247
  * @return {string}
37733
37248
  */
37734
37249
  proto.sniipbillerapi.UpdateBillerDetailsRequest.prototype.getIndustrysectorname = function() {
37735
- return /** @type {string} */ (jspb.Message.getFieldProto3(this, 7, ""));
37250
+ return /** @type {string} */ (jspb.Message.getFieldProto3(this, 6, ""));
37736
37251
  };
37737
37252
 
37738
37253
 
37739
37254
  /** @param {string} value */
37740
37255
  proto.sniipbillerapi.UpdateBillerDetailsRequest.prototype.setIndustrysectorname = function(value) {
37741
- jspb.Message.setField(this, 7, value);
37256
+ jspb.Message.setField(this, 6, value);
37742
37257
  };
37743
37258
 
37744
37259
 
37745
37260
  /**
37746
- * optional string abn = 8;
37261
+ * optional string abn = 7;
37747
37262
  * @return {string}
37748
37263
  */
37749
37264
  proto.sniipbillerapi.UpdateBillerDetailsRequest.prototype.getAbn = function() {
37750
- return /** @type {string} */ (jspb.Message.getFieldProto3(this, 8, ""));
37265
+ return /** @type {string} */ (jspb.Message.getFieldProto3(this, 7, ""));
37751
37266
  };
37752
37267
 
37753
37268
 
37754
37269
  /** @param {string} value */
37755
37270
  proto.sniipbillerapi.UpdateBillerDetailsRequest.prototype.setAbn = function(value) {
37756
- jspb.Message.setField(this, 8, value);
37271
+ jspb.Message.setField(this, 7, value);
37757
37272
  };
37758
37273
 
37759
37274
 
37760
37275
  /**
37761
- * optional string description = 9;
37276
+ * optional string description = 8;
37762
37277
  * @return {string}
37763
37278
  */
37764
37279
  proto.sniipbillerapi.UpdateBillerDetailsRequest.prototype.getDescription = function() {
37765
- return /** @type {string} */ (jspb.Message.getFieldProto3(this, 9, ""));
37280
+ return /** @type {string} */ (jspb.Message.getFieldProto3(this, 8, ""));
37766
37281
  };
37767
37282
 
37768
37283
 
37769
37284
  /** @param {string} value */
37770
37285
  proto.sniipbillerapi.UpdateBillerDetailsRequest.prototype.setDescription = function(value) {
37771
- jspb.Message.setField(this, 9, value);
37286
+ jspb.Message.setField(this, 8, value);
37772
37287
  };
37773
37288
 
37774
37289
 
37775
37290
  /**
37776
- * optional string timezone = 10;
37291
+ * optional string timezone = 9;
37777
37292
  * @return {string}
37778
37293
  */
37779
37294
  proto.sniipbillerapi.UpdateBillerDetailsRequest.prototype.getTimezone = function() {
37780
- return /** @type {string} */ (jspb.Message.getFieldProto3(this, 10, ""));
37295
+ return /** @type {string} */ (jspb.Message.getFieldProto3(this, 9, ""));
37781
37296
  };
37782
37297
 
37783
37298
 
37784
37299
  /** @param {string} value */
37785
37300
  proto.sniipbillerapi.UpdateBillerDetailsRequest.prototype.setTimezone = function(value) {
37786
- jspb.Message.setField(this, 10, value);
37301
+ jspb.Message.setField(this, 9, value);
37787
37302
  };
37788
37303
 
37789
37304
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/biller-service-client-grpcweb",
3
- "version": "23.2.5469",
3
+ "version": "23.2.5494",
4
4
  "description": "biller-service-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",