@sniipwebmaster/biller-service-client-grpcweb 24.1.6571 → 24.1.6594

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.
@@ -2640,6 +2640,67 @@ proto.sniipbillerapi.SniipBillerAPIServicePromiseClient.prototype.getDonationEna
2640
2640
  };
2641
2641
 
2642
2642
 
2643
+ /**
2644
+ * @const
2645
+ * @type {!grpc.web.MethodDescriptor<
2646
+ * !proto.sniipbillerapi.GetFirstBillerWithAbnRequest,
2647
+ * !proto.sniipbillerapi.BillerResponse>}
2648
+ */
2649
+ const methodDescriptor_SniipBillerAPIService_GetFirstBillerWithAbn = new grpc.web.MethodDescriptor(
2650
+ '/sniipbillerapi.SniipBillerAPIService/GetFirstBillerWithAbn',
2651
+ grpc.web.MethodType.UNARY,
2652
+ proto.sniipbillerapi.GetFirstBillerWithAbnRequest,
2653
+ proto.sniipbillerapi.BillerResponse,
2654
+ /**
2655
+ * @param {!proto.sniipbillerapi.GetFirstBillerWithAbnRequest} request
2656
+ * @return {!Uint8Array}
2657
+ */
2658
+ function(request) {
2659
+ return request.serializeBinary();
2660
+ },
2661
+ proto.sniipbillerapi.BillerResponse.deserializeBinary
2662
+ );
2663
+
2664
+
2665
+ /**
2666
+ * @param {!proto.sniipbillerapi.GetFirstBillerWithAbnRequest} request The
2667
+ * request proto
2668
+ * @param {?Object<string, string>} metadata User defined
2669
+ * call metadata
2670
+ * @param {function(?grpc.web.RpcError, ?proto.sniipbillerapi.BillerResponse)}
2671
+ * callback The callback function(error, response)
2672
+ * @return {!grpc.web.ClientReadableStream<!proto.sniipbillerapi.BillerResponse>|undefined}
2673
+ * The XHR Node Readable Stream
2674
+ */
2675
+ proto.sniipbillerapi.SniipBillerAPIServiceClient.prototype.getFirstBillerWithAbn =
2676
+ function(request, metadata, callback) {
2677
+ return this.client_.rpcCall(this.hostname_ +
2678
+ '/sniipbillerapi.SniipBillerAPIService/GetFirstBillerWithAbn',
2679
+ request,
2680
+ metadata || {},
2681
+ methodDescriptor_SniipBillerAPIService_GetFirstBillerWithAbn,
2682
+ callback);
2683
+ };
2684
+
2685
+
2686
+ /**
2687
+ * @param {!proto.sniipbillerapi.GetFirstBillerWithAbnRequest} request The
2688
+ * request proto
2689
+ * @param {?Object<string, string>=} metadata User defined
2690
+ * call metadata
2691
+ * @return {!Promise<!proto.sniipbillerapi.BillerResponse>}
2692
+ * Promise that resolves to the response
2693
+ */
2694
+ proto.sniipbillerapi.SniipBillerAPIServicePromiseClient.prototype.getFirstBillerWithAbn =
2695
+ function(request, metadata) {
2696
+ return this.client_.unaryCall(this.hostname_ +
2697
+ '/sniipbillerapi.SniipBillerAPIService/GetFirstBillerWithAbn',
2698
+ request,
2699
+ metadata || {},
2700
+ methodDescriptor_SniipBillerAPIService_GetFirstBillerWithAbn);
2701
+ };
2702
+
2703
+
2643
2704
  /**
2644
2705
  * @const
2645
2706
  * @type {!grpc.web.MethodDescriptor<
@@ -4226,6 +4287,67 @@ proto.sniipbillerapi.SniipBillerAPIServicePromiseClient.prototype.updateBillerDe
4226
4287
  };
4227
4288
 
4228
4289
 
4290
+ /**
4291
+ * @const
4292
+ * @type {!grpc.web.MethodDescriptor<
4293
+ * !proto.sniipbillerapi.UpdateBillerDetailsInternalRequest,
4294
+ * !proto.sniipbillerapi.ResponseCode>}
4295
+ */
4296
+ const methodDescriptor_SniipBillerAPIService_UpdateBillerDetailsInternal = new grpc.web.MethodDescriptor(
4297
+ '/sniipbillerapi.SniipBillerAPIService/UpdateBillerDetailsInternal',
4298
+ grpc.web.MethodType.UNARY,
4299
+ proto.sniipbillerapi.UpdateBillerDetailsInternalRequest,
4300
+ proto.sniipbillerapi.ResponseCode,
4301
+ /**
4302
+ * @param {!proto.sniipbillerapi.UpdateBillerDetailsInternalRequest} request
4303
+ * @return {!Uint8Array}
4304
+ */
4305
+ function(request) {
4306
+ return request.serializeBinary();
4307
+ },
4308
+ proto.sniipbillerapi.ResponseCode.deserializeBinary
4309
+ );
4310
+
4311
+
4312
+ /**
4313
+ * @param {!proto.sniipbillerapi.UpdateBillerDetailsInternalRequest} request The
4314
+ * request proto
4315
+ * @param {?Object<string, string>} metadata User defined
4316
+ * call metadata
4317
+ * @param {function(?grpc.web.RpcError, ?proto.sniipbillerapi.ResponseCode)}
4318
+ * callback The callback function(error, response)
4319
+ * @return {!grpc.web.ClientReadableStream<!proto.sniipbillerapi.ResponseCode>|undefined}
4320
+ * The XHR Node Readable Stream
4321
+ */
4322
+ proto.sniipbillerapi.SniipBillerAPIServiceClient.prototype.updateBillerDetailsInternal =
4323
+ function(request, metadata, callback) {
4324
+ return this.client_.rpcCall(this.hostname_ +
4325
+ '/sniipbillerapi.SniipBillerAPIService/UpdateBillerDetailsInternal',
4326
+ request,
4327
+ metadata || {},
4328
+ methodDescriptor_SniipBillerAPIService_UpdateBillerDetailsInternal,
4329
+ callback);
4330
+ };
4331
+
4332
+
4333
+ /**
4334
+ * @param {!proto.sniipbillerapi.UpdateBillerDetailsInternalRequest} request The
4335
+ * request proto
4336
+ * @param {?Object<string, string>=} metadata User defined
4337
+ * call metadata
4338
+ * @return {!Promise<!proto.sniipbillerapi.ResponseCode>}
4339
+ * Promise that resolves to the response
4340
+ */
4341
+ proto.sniipbillerapi.SniipBillerAPIServicePromiseClient.prototype.updateBillerDetailsInternal =
4342
+ function(request, metadata) {
4343
+ return this.client_.unaryCall(this.hostname_ +
4344
+ '/sniipbillerapi.SniipBillerAPIService/UpdateBillerDetailsInternal',
4345
+ request,
4346
+ metadata || {},
4347
+ methodDescriptor_SniipBillerAPIService_UpdateBillerDetailsInternal);
4348
+ };
4349
+
4350
+
4229
4351
  /**
4230
4352
  * @const
4231
4353
  * @type {!grpc.web.MethodDescriptor<
@@ -4592,6 +4714,67 @@ proto.sniipbillerapi.SniipBillerAPIServicePromiseClient.prototype.updateSmeBille
4592
4714
  };
4593
4715
 
4594
4716
 
4717
+ /**
4718
+ * @const
4719
+ * @type {!grpc.web.MethodDescriptor<
4720
+ * !proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest,
4721
+ * !proto.sniipbillerapi.ResponseCode>}
4722
+ */
4723
+ const methodDescriptor_SniipBillerAPIService_UpdateSmeBillerConfigInternal = new grpc.web.MethodDescriptor(
4724
+ '/sniipbillerapi.SniipBillerAPIService/UpdateSmeBillerConfigInternal',
4725
+ grpc.web.MethodType.UNARY,
4726
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest,
4727
+ proto.sniipbillerapi.ResponseCode,
4728
+ /**
4729
+ * @param {!proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest} request
4730
+ * @return {!Uint8Array}
4731
+ */
4732
+ function(request) {
4733
+ return request.serializeBinary();
4734
+ },
4735
+ proto.sniipbillerapi.ResponseCode.deserializeBinary
4736
+ );
4737
+
4738
+
4739
+ /**
4740
+ * @param {!proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest} request The
4741
+ * request proto
4742
+ * @param {?Object<string, string>} metadata User defined
4743
+ * call metadata
4744
+ * @param {function(?grpc.web.RpcError, ?proto.sniipbillerapi.ResponseCode)}
4745
+ * callback The callback function(error, response)
4746
+ * @return {!grpc.web.ClientReadableStream<!proto.sniipbillerapi.ResponseCode>|undefined}
4747
+ * The XHR Node Readable Stream
4748
+ */
4749
+ proto.sniipbillerapi.SniipBillerAPIServiceClient.prototype.updateSmeBillerConfigInternal =
4750
+ function(request, metadata, callback) {
4751
+ return this.client_.rpcCall(this.hostname_ +
4752
+ '/sniipbillerapi.SniipBillerAPIService/UpdateSmeBillerConfigInternal',
4753
+ request,
4754
+ metadata || {},
4755
+ methodDescriptor_SniipBillerAPIService_UpdateSmeBillerConfigInternal,
4756
+ callback);
4757
+ };
4758
+
4759
+
4760
+ /**
4761
+ * @param {!proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest} request The
4762
+ * request proto
4763
+ * @param {?Object<string, string>=} metadata User defined
4764
+ * call metadata
4765
+ * @return {!Promise<!proto.sniipbillerapi.ResponseCode>}
4766
+ * Promise that resolves to the response
4767
+ */
4768
+ proto.sniipbillerapi.SniipBillerAPIServicePromiseClient.prototype.updateSmeBillerConfigInternal =
4769
+ function(request, metadata) {
4770
+ return this.client_.unaryCall(this.hostname_ +
4771
+ '/sniipbillerapi.SniipBillerAPIService/UpdateSmeBillerConfigInternal',
4772
+ request,
4773
+ metadata || {},
4774
+ methodDescriptor_SniipBillerAPIService_UpdateSmeBillerConfigInternal);
4775
+ };
4776
+
4777
+
4595
4778
  /**
4596
4779
  * @const
4597
4780
  * @type {!grpc.web.MethodDescriptor<
@@ -119,6 +119,7 @@ goog.exportSymbol('proto.sniipbillerapi.GetBillersWithSmeConfigsInReviewRequest'
119
119
  goog.exportSymbol('proto.sniipbillerapi.GetBusinessBillerReferenceByUserRequest', null, global);
120
120
  goog.exportSymbol('proto.sniipbillerapi.GetBusinessBillerReferencesRequest', null, global);
121
121
  goog.exportSymbol('proto.sniipbillerapi.GetChildBillersRequest', null, global);
122
+ goog.exportSymbol('proto.sniipbillerapi.GetFirstBillerWithAbnRequest', null, global);
122
123
  goog.exportSymbol('proto.sniipbillerapi.GetInternalBillerCrnNicknameRequest', null, global);
123
124
  goog.exportSymbol('proto.sniipbillerapi.GetInternalBillerCrnNicknamesRequest', null, global);
124
125
  goog.exportSymbol('proto.sniipbillerapi.GetInternalBillerRequest', null, global);
@@ -173,6 +174,7 @@ goog.exportSymbol('proto.sniipbillerapi.State', null, global);
173
174
  goog.exportSymbol('proto.sniipbillerapi.TermsAndConditionsResponse', null, global);
174
175
  goog.exportSymbol('proto.sniipbillerapi.Timezone', null, global);
175
176
  goog.exportSymbol('proto.sniipbillerapi.TimezonesResponse', null, global);
177
+ goog.exportSymbol('proto.sniipbillerapi.UpdateBillerDetailsInternalRequest', null, global);
176
178
  goog.exportSymbol('proto.sniipbillerapi.UpdateBillerDetailsRequest', null, global);
177
179
  goog.exportSymbol('proto.sniipbillerapi.UpdateBillerNameRequest', null, global);
178
180
  goog.exportSymbol('proto.sniipbillerapi.UpdateBillerNotificationRecipientRequest', null, global);
@@ -182,6 +184,7 @@ goog.exportSymbol('proto.sniipbillerapi.UpdatePaymentRestriction', null, global)
182
184
  goog.exportSymbol('proto.sniipbillerapi.UpdatePaymentRestrictionInfo', null, global);
183
185
  goog.exportSymbol('proto.sniipbillerapi.UpdatePaymentRestrictionsV2Req', null, global);
184
186
  goog.exportSymbol('proto.sniipbillerapi.UpdatePaymentRestrictionsV2Request', null, global);
187
+ goog.exportSymbol('proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest', null, global);
185
188
  goog.exportSymbol('proto.sniipbillerapi.UpdateSmeBillerConfigRequest', null, global);
186
189
  goog.exportSymbol('proto.sniipbillerapi.ValidateCreateBillerRequest', null, global);
187
190
  goog.exportSymbol('proto.sniipbillerapi.VerifyBillerRequest', null, global);
@@ -2327,6 +2330,27 @@ if (goog.DEBUG && !COMPILED) {
2327
2330
  */
2328
2331
  proto.sniipbillerapi.GetChildBillersRequest.displayName = 'proto.sniipbillerapi.GetChildBillersRequest';
2329
2332
  }
2333
+ /**
2334
+ * Generated by JsPbCodeGenerator.
2335
+ * @param {Array=} opt_data Optional initial data array, typically from a
2336
+ * server response, or constructed directly in Javascript. The array is used
2337
+ * in place and becomes part of the constructed object. It is not cloned.
2338
+ * If no data is provided, the constructed object will be empty, but still
2339
+ * valid.
2340
+ * @extends {jspb.Message}
2341
+ * @constructor
2342
+ */
2343
+ proto.sniipbillerapi.GetFirstBillerWithAbnRequest = function(opt_data) {
2344
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
2345
+ };
2346
+ goog.inherits(proto.sniipbillerapi.GetFirstBillerWithAbnRequest, jspb.Message);
2347
+ if (goog.DEBUG && !COMPILED) {
2348
+ /**
2349
+ * @public
2350
+ * @override
2351
+ */
2352
+ proto.sniipbillerapi.GetFirstBillerWithAbnRequest.displayName = 'proto.sniipbillerapi.GetFirstBillerWithAbnRequest';
2353
+ }
2330
2354
  /**
2331
2355
  * Generated by JsPbCodeGenerator.
2332
2356
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -3398,6 +3422,27 @@ if (goog.DEBUG && !COMPILED) {
3398
3422
  */
3399
3423
  proto.sniipbillerapi.TimezonesResponse.displayName = 'proto.sniipbillerapi.TimezonesResponse';
3400
3424
  }
3425
+ /**
3426
+ * Generated by JsPbCodeGenerator.
3427
+ * @param {Array=} opt_data Optional initial data array, typically from a
3428
+ * server response, or constructed directly in Javascript. The array is used
3429
+ * in place and becomes part of the constructed object. It is not cloned.
3430
+ * If no data is provided, the constructed object will be empty, but still
3431
+ * valid.
3432
+ * @extends {jspb.Message}
3433
+ * @constructor
3434
+ */
3435
+ proto.sniipbillerapi.UpdateBillerDetailsInternalRequest = function(opt_data) {
3436
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
3437
+ };
3438
+ goog.inherits(proto.sniipbillerapi.UpdateBillerDetailsInternalRequest, jspb.Message);
3439
+ if (goog.DEBUG && !COMPILED) {
3440
+ /**
3441
+ * @public
3442
+ * @override
3443
+ */
3444
+ proto.sniipbillerapi.UpdateBillerDetailsInternalRequest.displayName = 'proto.sniipbillerapi.UpdateBillerDetailsInternalRequest';
3445
+ }
3401
3446
  /**
3402
3447
  * Generated by JsPbCodeGenerator.
3403
3448
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -3587,6 +3632,27 @@ if (goog.DEBUG && !COMPILED) {
3587
3632
  */
3588
3633
  proto.sniipbillerapi.UpdatePaymentRestrictionsV2Request.displayName = 'proto.sniipbillerapi.UpdatePaymentRestrictionsV2Request';
3589
3634
  }
3635
+ /**
3636
+ * Generated by JsPbCodeGenerator.
3637
+ * @param {Array=} opt_data Optional initial data array, typically from a
3638
+ * server response, or constructed directly in Javascript. The array is used
3639
+ * in place and becomes part of the constructed object. It is not cloned.
3640
+ * If no data is provided, the constructed object will be empty, but still
3641
+ * valid.
3642
+ * @extends {jspb.Message}
3643
+ * @constructor
3644
+ */
3645
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest = function(opt_data) {
3646
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
3647
+ };
3648
+ goog.inherits(proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest, jspb.Message);
3649
+ if (goog.DEBUG && !COMPILED) {
3650
+ /**
3651
+ * @public
3652
+ * @override
3653
+ */
3654
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.displayName = 'proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest';
3655
+ }
3590
3656
  /**
3591
3657
  * Generated by JsPbCodeGenerator.
3592
3658
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -29232,6 +29298,136 @@ proto.sniipbillerapi.GetChildBillersRequest.prototype.setBillerid = function(val
29232
29298
 
29233
29299
 
29234
29300
 
29301
+ if (jspb.Message.GENERATE_TO_OBJECT) {
29302
+ /**
29303
+ * Creates an object representation of this proto.
29304
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
29305
+ * Optional fields that are not set will be set to undefined.
29306
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
29307
+ * For the list of reserved names please see:
29308
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
29309
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
29310
+ * JSPB instance for transitional soy proto support:
29311
+ * http://goto/soy-param-migration
29312
+ * @return {!Object}
29313
+ */
29314
+ proto.sniipbillerapi.GetFirstBillerWithAbnRequest.prototype.toObject = function(opt_includeInstance) {
29315
+ return proto.sniipbillerapi.GetFirstBillerWithAbnRequest.toObject(opt_includeInstance, this);
29316
+ };
29317
+
29318
+
29319
+ /**
29320
+ * Static version of the {@see toObject} method.
29321
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
29322
+ * the JSPB instance for transitional soy proto support:
29323
+ * http://goto/soy-param-migration
29324
+ * @param {!proto.sniipbillerapi.GetFirstBillerWithAbnRequest} msg The msg instance to transform.
29325
+ * @return {!Object}
29326
+ * @suppress {unusedLocalVariables} f is only used for nested messages
29327
+ */
29328
+ proto.sniipbillerapi.GetFirstBillerWithAbnRequest.toObject = function(includeInstance, msg) {
29329
+ var f, obj = {
29330
+ abn: jspb.Message.getFieldWithDefault(msg, 1, "")
29331
+ };
29332
+
29333
+ if (includeInstance) {
29334
+ obj.$jspbMessageInstance = msg;
29335
+ }
29336
+ return obj;
29337
+ };
29338
+ }
29339
+
29340
+
29341
+ /**
29342
+ * Deserializes binary data (in protobuf wire format).
29343
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
29344
+ * @return {!proto.sniipbillerapi.GetFirstBillerWithAbnRequest}
29345
+ */
29346
+ proto.sniipbillerapi.GetFirstBillerWithAbnRequest.deserializeBinary = function(bytes) {
29347
+ var reader = new jspb.BinaryReader(bytes);
29348
+ var msg = new proto.sniipbillerapi.GetFirstBillerWithAbnRequest;
29349
+ return proto.sniipbillerapi.GetFirstBillerWithAbnRequest.deserializeBinaryFromReader(msg, reader);
29350
+ };
29351
+
29352
+
29353
+ /**
29354
+ * Deserializes binary data (in protobuf wire format) from the
29355
+ * given reader into the given message object.
29356
+ * @param {!proto.sniipbillerapi.GetFirstBillerWithAbnRequest} msg The message object to deserialize into.
29357
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
29358
+ * @return {!proto.sniipbillerapi.GetFirstBillerWithAbnRequest}
29359
+ */
29360
+ proto.sniipbillerapi.GetFirstBillerWithAbnRequest.deserializeBinaryFromReader = function(msg, reader) {
29361
+ while (reader.nextField()) {
29362
+ if (reader.isEndGroup()) {
29363
+ break;
29364
+ }
29365
+ var field = reader.getFieldNumber();
29366
+ switch (field) {
29367
+ case 1:
29368
+ var value = /** @type {string} */ (reader.readString());
29369
+ msg.setAbn(value);
29370
+ break;
29371
+ default:
29372
+ reader.skipField();
29373
+ break;
29374
+ }
29375
+ }
29376
+ return msg;
29377
+ };
29378
+
29379
+
29380
+ /**
29381
+ * Serializes the message to binary data (in protobuf wire format).
29382
+ * @return {!Uint8Array}
29383
+ */
29384
+ proto.sniipbillerapi.GetFirstBillerWithAbnRequest.prototype.serializeBinary = function() {
29385
+ var writer = new jspb.BinaryWriter();
29386
+ proto.sniipbillerapi.GetFirstBillerWithAbnRequest.serializeBinaryToWriter(this, writer);
29387
+ return writer.getResultBuffer();
29388
+ };
29389
+
29390
+
29391
+ /**
29392
+ * Serializes the given message to binary data (in protobuf wire
29393
+ * format), writing to the given BinaryWriter.
29394
+ * @param {!proto.sniipbillerapi.GetFirstBillerWithAbnRequest} message
29395
+ * @param {!jspb.BinaryWriter} writer
29396
+ * @suppress {unusedLocalVariables} f is only used for nested messages
29397
+ */
29398
+ proto.sniipbillerapi.GetFirstBillerWithAbnRequest.serializeBinaryToWriter = function(message, writer) {
29399
+ var f = undefined;
29400
+ f = message.getAbn();
29401
+ if (f.length > 0) {
29402
+ writer.writeString(
29403
+ 1,
29404
+ f
29405
+ );
29406
+ }
29407
+ };
29408
+
29409
+
29410
+ /**
29411
+ * optional string abn = 1;
29412
+ * @return {string}
29413
+ */
29414
+ proto.sniipbillerapi.GetFirstBillerWithAbnRequest.prototype.getAbn = function() {
29415
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
29416
+ };
29417
+
29418
+
29419
+ /**
29420
+ * @param {string} value
29421
+ * @return {!proto.sniipbillerapi.GetFirstBillerWithAbnRequest} returns this
29422
+ */
29423
+ proto.sniipbillerapi.GetFirstBillerWithAbnRequest.prototype.setAbn = function(value) {
29424
+ return jspb.Message.setProto3StringField(this, 1, value);
29425
+ };
29426
+
29427
+
29428
+
29429
+
29430
+
29235
29431
  if (jspb.Message.GENERATE_TO_OBJECT) {
29236
29432
  /**
29237
29433
  * Creates an object representation of this proto.
@@ -39743,6 +39939,376 @@ proto.sniipbillerapi.TimezonesResponse.prototype.clearTimezonesList = function()
39743
39939
 
39744
39940
 
39745
39941
 
39942
+ if (jspb.Message.GENERATE_TO_OBJECT) {
39943
+ /**
39944
+ * Creates an object representation of this proto.
39945
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
39946
+ * Optional fields that are not set will be set to undefined.
39947
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
39948
+ * For the list of reserved names please see:
39949
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
39950
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
39951
+ * JSPB instance for transitional soy proto support:
39952
+ * http://goto/soy-param-migration
39953
+ * @return {!Object}
39954
+ */
39955
+ proto.sniipbillerapi.UpdateBillerDetailsInternalRequest.prototype.toObject = function(opt_includeInstance) {
39956
+ return proto.sniipbillerapi.UpdateBillerDetailsInternalRequest.toObject(opt_includeInstance, this);
39957
+ };
39958
+
39959
+
39960
+ /**
39961
+ * Static version of the {@see toObject} method.
39962
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
39963
+ * the JSPB instance for transitional soy proto support:
39964
+ * http://goto/soy-param-migration
39965
+ * @param {!proto.sniipbillerapi.UpdateBillerDetailsInternalRequest} msg The msg instance to transform.
39966
+ * @return {!Object}
39967
+ * @suppress {unusedLocalVariables} f is only used for nested messages
39968
+ */
39969
+ proto.sniipbillerapi.UpdateBillerDetailsInternalRequest.toObject = function(includeInstance, msg) {
39970
+ var f, obj = {
39971
+ billerid: jspb.Message.getFieldWithDefault(msg, 1, 0),
39972
+ name: jspb.Message.getFieldWithDefault(msg, 2, ""),
39973
+ contactemail: jspb.Message.getFieldWithDefault(msg, 3, ""),
39974
+ contactphone: jspb.Message.getFieldWithDefault(msg, 4, ""),
39975
+ industrycode: jspb.Message.getFieldWithDefault(msg, 5, 0),
39976
+ industrysectorname: jspb.Message.getFieldWithDefault(msg, 6, ""),
39977
+ abn: jspb.Message.getFieldWithDefault(msg, 7, ""),
39978
+ description: jspb.Message.getFieldWithDefault(msg, 8, ""),
39979
+ timezone: jspb.Message.getFieldWithDefault(msg, 9, "")
39980
+ };
39981
+
39982
+ if (includeInstance) {
39983
+ obj.$jspbMessageInstance = msg;
39984
+ }
39985
+ return obj;
39986
+ };
39987
+ }
39988
+
39989
+
39990
+ /**
39991
+ * Deserializes binary data (in protobuf wire format).
39992
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
39993
+ * @return {!proto.sniipbillerapi.UpdateBillerDetailsInternalRequest}
39994
+ */
39995
+ proto.sniipbillerapi.UpdateBillerDetailsInternalRequest.deserializeBinary = function(bytes) {
39996
+ var reader = new jspb.BinaryReader(bytes);
39997
+ var msg = new proto.sniipbillerapi.UpdateBillerDetailsInternalRequest;
39998
+ return proto.sniipbillerapi.UpdateBillerDetailsInternalRequest.deserializeBinaryFromReader(msg, reader);
39999
+ };
40000
+
40001
+
40002
+ /**
40003
+ * Deserializes binary data (in protobuf wire format) from the
40004
+ * given reader into the given message object.
40005
+ * @param {!proto.sniipbillerapi.UpdateBillerDetailsInternalRequest} msg The message object to deserialize into.
40006
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
40007
+ * @return {!proto.sniipbillerapi.UpdateBillerDetailsInternalRequest}
40008
+ */
40009
+ proto.sniipbillerapi.UpdateBillerDetailsInternalRequest.deserializeBinaryFromReader = function(msg, reader) {
40010
+ while (reader.nextField()) {
40011
+ if (reader.isEndGroup()) {
40012
+ break;
40013
+ }
40014
+ var field = reader.getFieldNumber();
40015
+ switch (field) {
40016
+ case 1:
40017
+ var value = /** @type {number} */ (reader.readInt64());
40018
+ msg.setBillerid(value);
40019
+ break;
40020
+ case 2:
40021
+ var value = /** @type {string} */ (reader.readString());
40022
+ msg.setName(value);
40023
+ break;
40024
+ case 3:
40025
+ var value = /** @type {string} */ (reader.readString());
40026
+ msg.setContactemail(value);
40027
+ break;
40028
+ case 4:
40029
+ var value = /** @type {string} */ (reader.readString());
40030
+ msg.setContactphone(value);
40031
+ break;
40032
+ case 5:
40033
+ var value = /** @type {number} */ (reader.readInt32());
40034
+ msg.setIndustrycode(value);
40035
+ break;
40036
+ case 6:
40037
+ var value = /** @type {string} */ (reader.readString());
40038
+ msg.setIndustrysectorname(value);
40039
+ break;
40040
+ case 7:
40041
+ var value = /** @type {string} */ (reader.readString());
40042
+ msg.setAbn(value);
40043
+ break;
40044
+ case 8:
40045
+ var value = /** @type {string} */ (reader.readString());
40046
+ msg.setDescription(value);
40047
+ break;
40048
+ case 9:
40049
+ var value = /** @type {string} */ (reader.readString());
40050
+ msg.setTimezone(value);
40051
+ break;
40052
+ default:
40053
+ reader.skipField();
40054
+ break;
40055
+ }
40056
+ }
40057
+ return msg;
40058
+ };
40059
+
40060
+
40061
+ /**
40062
+ * Serializes the message to binary data (in protobuf wire format).
40063
+ * @return {!Uint8Array}
40064
+ */
40065
+ proto.sniipbillerapi.UpdateBillerDetailsInternalRequest.prototype.serializeBinary = function() {
40066
+ var writer = new jspb.BinaryWriter();
40067
+ proto.sniipbillerapi.UpdateBillerDetailsInternalRequest.serializeBinaryToWriter(this, writer);
40068
+ return writer.getResultBuffer();
40069
+ };
40070
+
40071
+
40072
+ /**
40073
+ * Serializes the given message to binary data (in protobuf wire
40074
+ * format), writing to the given BinaryWriter.
40075
+ * @param {!proto.sniipbillerapi.UpdateBillerDetailsInternalRequest} message
40076
+ * @param {!jspb.BinaryWriter} writer
40077
+ * @suppress {unusedLocalVariables} f is only used for nested messages
40078
+ */
40079
+ proto.sniipbillerapi.UpdateBillerDetailsInternalRequest.serializeBinaryToWriter = function(message, writer) {
40080
+ var f = undefined;
40081
+ f = message.getBillerid();
40082
+ if (f !== 0) {
40083
+ writer.writeInt64(
40084
+ 1,
40085
+ f
40086
+ );
40087
+ }
40088
+ f = message.getName();
40089
+ if (f.length > 0) {
40090
+ writer.writeString(
40091
+ 2,
40092
+ f
40093
+ );
40094
+ }
40095
+ f = message.getContactemail();
40096
+ if (f.length > 0) {
40097
+ writer.writeString(
40098
+ 3,
40099
+ f
40100
+ );
40101
+ }
40102
+ f = message.getContactphone();
40103
+ if (f.length > 0) {
40104
+ writer.writeString(
40105
+ 4,
40106
+ f
40107
+ );
40108
+ }
40109
+ f = message.getIndustrycode();
40110
+ if (f !== 0) {
40111
+ writer.writeInt32(
40112
+ 5,
40113
+ f
40114
+ );
40115
+ }
40116
+ f = message.getIndustrysectorname();
40117
+ if (f.length > 0) {
40118
+ writer.writeString(
40119
+ 6,
40120
+ f
40121
+ );
40122
+ }
40123
+ f = message.getAbn();
40124
+ if (f.length > 0) {
40125
+ writer.writeString(
40126
+ 7,
40127
+ f
40128
+ );
40129
+ }
40130
+ f = message.getDescription();
40131
+ if (f.length > 0) {
40132
+ writer.writeString(
40133
+ 8,
40134
+ f
40135
+ );
40136
+ }
40137
+ f = message.getTimezone();
40138
+ if (f.length > 0) {
40139
+ writer.writeString(
40140
+ 9,
40141
+ f
40142
+ );
40143
+ }
40144
+ };
40145
+
40146
+
40147
+ /**
40148
+ * optional int64 billerId = 1;
40149
+ * @return {number}
40150
+ */
40151
+ proto.sniipbillerapi.UpdateBillerDetailsInternalRequest.prototype.getBillerid = function() {
40152
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
40153
+ };
40154
+
40155
+
40156
+ /**
40157
+ * @param {number} value
40158
+ * @return {!proto.sniipbillerapi.UpdateBillerDetailsInternalRequest} returns this
40159
+ */
40160
+ proto.sniipbillerapi.UpdateBillerDetailsInternalRequest.prototype.setBillerid = function(value) {
40161
+ return jspb.Message.setProto3IntField(this, 1, value);
40162
+ };
40163
+
40164
+
40165
+ /**
40166
+ * optional string name = 2;
40167
+ * @return {string}
40168
+ */
40169
+ proto.sniipbillerapi.UpdateBillerDetailsInternalRequest.prototype.getName = function() {
40170
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
40171
+ };
40172
+
40173
+
40174
+ /**
40175
+ * @param {string} value
40176
+ * @return {!proto.sniipbillerapi.UpdateBillerDetailsInternalRequest} returns this
40177
+ */
40178
+ proto.sniipbillerapi.UpdateBillerDetailsInternalRequest.prototype.setName = function(value) {
40179
+ return jspb.Message.setProto3StringField(this, 2, value);
40180
+ };
40181
+
40182
+
40183
+ /**
40184
+ * optional string contactEmail = 3;
40185
+ * @return {string}
40186
+ */
40187
+ proto.sniipbillerapi.UpdateBillerDetailsInternalRequest.prototype.getContactemail = function() {
40188
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
40189
+ };
40190
+
40191
+
40192
+ /**
40193
+ * @param {string} value
40194
+ * @return {!proto.sniipbillerapi.UpdateBillerDetailsInternalRequest} returns this
40195
+ */
40196
+ proto.sniipbillerapi.UpdateBillerDetailsInternalRequest.prototype.setContactemail = function(value) {
40197
+ return jspb.Message.setProto3StringField(this, 3, value);
40198
+ };
40199
+
40200
+
40201
+ /**
40202
+ * optional string contactPhone = 4;
40203
+ * @return {string}
40204
+ */
40205
+ proto.sniipbillerapi.UpdateBillerDetailsInternalRequest.prototype.getContactphone = function() {
40206
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
40207
+ };
40208
+
40209
+
40210
+ /**
40211
+ * @param {string} value
40212
+ * @return {!proto.sniipbillerapi.UpdateBillerDetailsInternalRequest} returns this
40213
+ */
40214
+ proto.sniipbillerapi.UpdateBillerDetailsInternalRequest.prototype.setContactphone = function(value) {
40215
+ return jspb.Message.setProto3StringField(this, 4, value);
40216
+ };
40217
+
40218
+
40219
+ /**
40220
+ * optional int32 industryCode = 5;
40221
+ * @return {number}
40222
+ */
40223
+ proto.sniipbillerapi.UpdateBillerDetailsInternalRequest.prototype.getIndustrycode = function() {
40224
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0));
40225
+ };
40226
+
40227
+
40228
+ /**
40229
+ * @param {number} value
40230
+ * @return {!proto.sniipbillerapi.UpdateBillerDetailsInternalRequest} returns this
40231
+ */
40232
+ proto.sniipbillerapi.UpdateBillerDetailsInternalRequest.prototype.setIndustrycode = function(value) {
40233
+ return jspb.Message.setProto3IntField(this, 5, value);
40234
+ };
40235
+
40236
+
40237
+ /**
40238
+ * optional string industrySectorName = 6;
40239
+ * @return {string}
40240
+ */
40241
+ proto.sniipbillerapi.UpdateBillerDetailsInternalRequest.prototype.getIndustrysectorname = function() {
40242
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
40243
+ };
40244
+
40245
+
40246
+ /**
40247
+ * @param {string} value
40248
+ * @return {!proto.sniipbillerapi.UpdateBillerDetailsInternalRequest} returns this
40249
+ */
40250
+ proto.sniipbillerapi.UpdateBillerDetailsInternalRequest.prototype.setIndustrysectorname = function(value) {
40251
+ return jspb.Message.setProto3StringField(this, 6, value);
40252
+ };
40253
+
40254
+
40255
+ /**
40256
+ * optional string abn = 7;
40257
+ * @return {string}
40258
+ */
40259
+ proto.sniipbillerapi.UpdateBillerDetailsInternalRequest.prototype.getAbn = function() {
40260
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
40261
+ };
40262
+
40263
+
40264
+ /**
40265
+ * @param {string} value
40266
+ * @return {!proto.sniipbillerapi.UpdateBillerDetailsInternalRequest} returns this
40267
+ */
40268
+ proto.sniipbillerapi.UpdateBillerDetailsInternalRequest.prototype.setAbn = function(value) {
40269
+ return jspb.Message.setProto3StringField(this, 7, value);
40270
+ };
40271
+
40272
+
40273
+ /**
40274
+ * optional string description = 8;
40275
+ * @return {string}
40276
+ */
40277
+ proto.sniipbillerapi.UpdateBillerDetailsInternalRequest.prototype.getDescription = function() {
40278
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
40279
+ };
40280
+
40281
+
40282
+ /**
40283
+ * @param {string} value
40284
+ * @return {!proto.sniipbillerapi.UpdateBillerDetailsInternalRequest} returns this
40285
+ */
40286
+ proto.sniipbillerapi.UpdateBillerDetailsInternalRequest.prototype.setDescription = function(value) {
40287
+ return jspb.Message.setProto3StringField(this, 8, value);
40288
+ };
40289
+
40290
+
40291
+ /**
40292
+ * optional string timezone = 9;
40293
+ * @return {string}
40294
+ */
40295
+ proto.sniipbillerapi.UpdateBillerDetailsInternalRequest.prototype.getTimezone = function() {
40296
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
40297
+ };
40298
+
40299
+
40300
+ /**
40301
+ * @param {string} value
40302
+ * @return {!proto.sniipbillerapi.UpdateBillerDetailsInternalRequest} returns this
40303
+ */
40304
+ proto.sniipbillerapi.UpdateBillerDetailsInternalRequest.prototype.setTimezone = function(value) {
40305
+ return jspb.Message.setProto3StringField(this, 9, value);
40306
+ };
40307
+
40308
+
40309
+
40310
+
40311
+
39746
40312
  if (jspb.Message.GENERATE_TO_OBJECT) {
39747
40313
  /**
39748
40314
  * Creates an object representation of this proto.
@@ -41507,6 +42073,466 @@ proto.sniipbillerapi.UpdatePaymentRestrictionsV2Request.prototype.hasData = func
41507
42073
 
41508
42074
 
41509
42075
 
42076
+ if (jspb.Message.GENERATE_TO_OBJECT) {
42077
+ /**
42078
+ * Creates an object representation of this proto.
42079
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
42080
+ * Optional fields that are not set will be set to undefined.
42081
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
42082
+ * For the list of reserved names please see:
42083
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
42084
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
42085
+ * JSPB instance for transitional soy proto support:
42086
+ * http://goto/soy-param-migration
42087
+ * @return {!Object}
42088
+ */
42089
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.prototype.toObject = function(opt_includeInstance) {
42090
+ return proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.toObject(opt_includeInstance, this);
42091
+ };
42092
+
42093
+
42094
+ /**
42095
+ * Static version of the {@see toObject} method.
42096
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
42097
+ * the JSPB instance for transitional soy proto support:
42098
+ * http://goto/soy-param-migration
42099
+ * @param {!proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest} msg The msg instance to transform.
42100
+ * @return {!Object}
42101
+ * @suppress {unusedLocalVariables} f is only used for nested messages
42102
+ */
42103
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.toObject = function(includeInstance, msg) {
42104
+ var f, obj = {
42105
+ billerconfigid: jspb.Message.getFieldWithDefault(msg, 1, 0),
42106
+ bsb: jspb.Message.getFieldWithDefault(msg, 2, ""),
42107
+ accountno: jspb.Message.getFieldWithDefault(msg, 3, ""),
42108
+ billernameoverride: jspb.Message.getFieldWithDefault(msg, 4, ""),
42109
+ isautosuspend: jspb.Message.getBooleanFieldWithDefault(msg, 5, false),
42110
+ isbusinesspayment: jspb.Message.getBooleanFieldWithDefault(msg, 6, false),
42111
+ paymentmethodgroupid: jspb.Message.getFieldWithDefault(msg, 7, 0),
42112
+ minamountpermitted: jspb.Message.getFloatingPointFieldWithDefault(msg, 8, 0.0),
42113
+ maxamountpermitted: jspb.Message.getFloatingPointFieldWithDefault(msg, 9, 0.0),
42114
+ overpaymentpermitted: jspb.Message.getBooleanFieldWithDefault(msg, 10, false),
42115
+ isapproved: jspb.Message.getBooleanFieldWithDefault(msg, 11, false),
42116
+ partialpaymentpermitted: jspb.Message.getBooleanFieldWithDefault(msg, 12, false)
42117
+ };
42118
+
42119
+ if (includeInstance) {
42120
+ obj.$jspbMessageInstance = msg;
42121
+ }
42122
+ return obj;
42123
+ };
42124
+ }
42125
+
42126
+
42127
+ /**
42128
+ * Deserializes binary data (in protobuf wire format).
42129
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
42130
+ * @return {!proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest}
42131
+ */
42132
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.deserializeBinary = function(bytes) {
42133
+ var reader = new jspb.BinaryReader(bytes);
42134
+ var msg = new proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest;
42135
+ return proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.deserializeBinaryFromReader(msg, reader);
42136
+ };
42137
+
42138
+
42139
+ /**
42140
+ * Deserializes binary data (in protobuf wire format) from the
42141
+ * given reader into the given message object.
42142
+ * @param {!proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest} msg The message object to deserialize into.
42143
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
42144
+ * @return {!proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest}
42145
+ */
42146
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.deserializeBinaryFromReader = function(msg, reader) {
42147
+ while (reader.nextField()) {
42148
+ if (reader.isEndGroup()) {
42149
+ break;
42150
+ }
42151
+ var field = reader.getFieldNumber();
42152
+ switch (field) {
42153
+ case 1:
42154
+ var value = /** @type {number} */ (reader.readInt64());
42155
+ msg.setBillerconfigid(value);
42156
+ break;
42157
+ case 2:
42158
+ var value = /** @type {string} */ (reader.readString());
42159
+ msg.setBsb(value);
42160
+ break;
42161
+ case 3:
42162
+ var value = /** @type {string} */ (reader.readString());
42163
+ msg.setAccountno(value);
42164
+ break;
42165
+ case 4:
42166
+ var value = /** @type {string} */ (reader.readString());
42167
+ msg.setBillernameoverride(value);
42168
+ break;
42169
+ case 5:
42170
+ var value = /** @type {boolean} */ (reader.readBool());
42171
+ msg.setIsautosuspend(value);
42172
+ break;
42173
+ case 6:
42174
+ var value = /** @type {boolean} */ (reader.readBool());
42175
+ msg.setIsbusinesspayment(value);
42176
+ break;
42177
+ case 7:
42178
+ var value = /** @type {number} */ (reader.readInt64());
42179
+ msg.setPaymentmethodgroupid(value);
42180
+ break;
42181
+ case 8:
42182
+ var value = /** @type {number} */ (reader.readDouble());
42183
+ msg.setMinamountpermitted(value);
42184
+ break;
42185
+ case 9:
42186
+ var value = /** @type {number} */ (reader.readDouble());
42187
+ msg.setMaxamountpermitted(value);
42188
+ break;
42189
+ case 10:
42190
+ var value = /** @type {boolean} */ (reader.readBool());
42191
+ msg.setOverpaymentpermitted(value);
42192
+ break;
42193
+ case 11:
42194
+ var value = /** @type {boolean} */ (reader.readBool());
42195
+ msg.setIsapproved(value);
42196
+ break;
42197
+ case 12:
42198
+ var value = /** @type {boolean} */ (reader.readBool());
42199
+ msg.setPartialpaymentpermitted(value);
42200
+ break;
42201
+ default:
42202
+ reader.skipField();
42203
+ break;
42204
+ }
42205
+ }
42206
+ return msg;
42207
+ };
42208
+
42209
+
42210
+ /**
42211
+ * Serializes the message to binary data (in protobuf wire format).
42212
+ * @return {!Uint8Array}
42213
+ */
42214
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.prototype.serializeBinary = function() {
42215
+ var writer = new jspb.BinaryWriter();
42216
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.serializeBinaryToWriter(this, writer);
42217
+ return writer.getResultBuffer();
42218
+ };
42219
+
42220
+
42221
+ /**
42222
+ * Serializes the given message to binary data (in protobuf wire
42223
+ * format), writing to the given BinaryWriter.
42224
+ * @param {!proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest} message
42225
+ * @param {!jspb.BinaryWriter} writer
42226
+ * @suppress {unusedLocalVariables} f is only used for nested messages
42227
+ */
42228
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.serializeBinaryToWriter = function(message, writer) {
42229
+ var f = undefined;
42230
+ f = message.getBillerconfigid();
42231
+ if (f !== 0) {
42232
+ writer.writeInt64(
42233
+ 1,
42234
+ f
42235
+ );
42236
+ }
42237
+ f = message.getBsb();
42238
+ if (f.length > 0) {
42239
+ writer.writeString(
42240
+ 2,
42241
+ f
42242
+ );
42243
+ }
42244
+ f = message.getAccountno();
42245
+ if (f.length > 0) {
42246
+ writer.writeString(
42247
+ 3,
42248
+ f
42249
+ );
42250
+ }
42251
+ f = message.getBillernameoverride();
42252
+ if (f.length > 0) {
42253
+ writer.writeString(
42254
+ 4,
42255
+ f
42256
+ );
42257
+ }
42258
+ f = message.getIsautosuspend();
42259
+ if (f) {
42260
+ writer.writeBool(
42261
+ 5,
42262
+ f
42263
+ );
42264
+ }
42265
+ f = message.getIsbusinesspayment();
42266
+ if (f) {
42267
+ writer.writeBool(
42268
+ 6,
42269
+ f
42270
+ );
42271
+ }
42272
+ f = message.getPaymentmethodgroupid();
42273
+ if (f !== 0) {
42274
+ writer.writeInt64(
42275
+ 7,
42276
+ f
42277
+ );
42278
+ }
42279
+ f = message.getMinamountpermitted();
42280
+ if (f !== 0.0) {
42281
+ writer.writeDouble(
42282
+ 8,
42283
+ f
42284
+ );
42285
+ }
42286
+ f = message.getMaxamountpermitted();
42287
+ if (f !== 0.0) {
42288
+ writer.writeDouble(
42289
+ 9,
42290
+ f
42291
+ );
42292
+ }
42293
+ f = message.getOverpaymentpermitted();
42294
+ if (f) {
42295
+ writer.writeBool(
42296
+ 10,
42297
+ f
42298
+ );
42299
+ }
42300
+ f = message.getIsapproved();
42301
+ if (f) {
42302
+ writer.writeBool(
42303
+ 11,
42304
+ f
42305
+ );
42306
+ }
42307
+ f = message.getPartialpaymentpermitted();
42308
+ if (f) {
42309
+ writer.writeBool(
42310
+ 12,
42311
+ f
42312
+ );
42313
+ }
42314
+ };
42315
+
42316
+
42317
+ /**
42318
+ * optional int64 billerConfigId = 1;
42319
+ * @return {number}
42320
+ */
42321
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.prototype.getBillerconfigid = function() {
42322
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
42323
+ };
42324
+
42325
+
42326
+ /**
42327
+ * @param {number} value
42328
+ * @return {!proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest} returns this
42329
+ */
42330
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.prototype.setBillerconfigid = function(value) {
42331
+ return jspb.Message.setProto3IntField(this, 1, value);
42332
+ };
42333
+
42334
+
42335
+ /**
42336
+ * optional string bsb = 2;
42337
+ * @return {string}
42338
+ */
42339
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.prototype.getBsb = function() {
42340
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
42341
+ };
42342
+
42343
+
42344
+ /**
42345
+ * @param {string} value
42346
+ * @return {!proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest} returns this
42347
+ */
42348
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.prototype.setBsb = function(value) {
42349
+ return jspb.Message.setProto3StringField(this, 2, value);
42350
+ };
42351
+
42352
+
42353
+ /**
42354
+ * optional string accountNo = 3;
42355
+ * @return {string}
42356
+ */
42357
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.prototype.getAccountno = function() {
42358
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
42359
+ };
42360
+
42361
+
42362
+ /**
42363
+ * @param {string} value
42364
+ * @return {!proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest} returns this
42365
+ */
42366
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.prototype.setAccountno = function(value) {
42367
+ return jspb.Message.setProto3StringField(this, 3, value);
42368
+ };
42369
+
42370
+
42371
+ /**
42372
+ * optional string billerNameOverride = 4;
42373
+ * @return {string}
42374
+ */
42375
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.prototype.getBillernameoverride = function() {
42376
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
42377
+ };
42378
+
42379
+
42380
+ /**
42381
+ * @param {string} value
42382
+ * @return {!proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest} returns this
42383
+ */
42384
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.prototype.setBillernameoverride = function(value) {
42385
+ return jspb.Message.setProto3StringField(this, 4, value);
42386
+ };
42387
+
42388
+
42389
+ /**
42390
+ * optional bool isAutoSuspend = 5;
42391
+ * @return {boolean}
42392
+ */
42393
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.prototype.getIsautosuspend = function() {
42394
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 5, false));
42395
+ };
42396
+
42397
+
42398
+ /**
42399
+ * @param {boolean} value
42400
+ * @return {!proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest} returns this
42401
+ */
42402
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.prototype.setIsautosuspend = function(value) {
42403
+ return jspb.Message.setProto3BooleanField(this, 5, value);
42404
+ };
42405
+
42406
+
42407
+ /**
42408
+ * optional bool isBusinessPayment = 6;
42409
+ * @return {boolean}
42410
+ */
42411
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.prototype.getIsbusinesspayment = function() {
42412
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 6, false));
42413
+ };
42414
+
42415
+
42416
+ /**
42417
+ * @param {boolean} value
42418
+ * @return {!proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest} returns this
42419
+ */
42420
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.prototype.setIsbusinesspayment = function(value) {
42421
+ return jspb.Message.setProto3BooleanField(this, 6, value);
42422
+ };
42423
+
42424
+
42425
+ /**
42426
+ * optional int64 paymentMethodGroupId = 7;
42427
+ * @return {number}
42428
+ */
42429
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.prototype.getPaymentmethodgroupid = function() {
42430
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 7, 0));
42431
+ };
42432
+
42433
+
42434
+ /**
42435
+ * @param {number} value
42436
+ * @return {!proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest} returns this
42437
+ */
42438
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.prototype.setPaymentmethodgroupid = function(value) {
42439
+ return jspb.Message.setProto3IntField(this, 7, value);
42440
+ };
42441
+
42442
+
42443
+ /**
42444
+ * optional double minAmountPermitted = 8;
42445
+ * @return {number}
42446
+ */
42447
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.prototype.getMinamountpermitted = function() {
42448
+ return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 8, 0.0));
42449
+ };
42450
+
42451
+
42452
+ /**
42453
+ * @param {number} value
42454
+ * @return {!proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest} returns this
42455
+ */
42456
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.prototype.setMinamountpermitted = function(value) {
42457
+ return jspb.Message.setProto3FloatField(this, 8, value);
42458
+ };
42459
+
42460
+
42461
+ /**
42462
+ * optional double maxAmountPermitted = 9;
42463
+ * @return {number}
42464
+ */
42465
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.prototype.getMaxamountpermitted = function() {
42466
+ return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 9, 0.0));
42467
+ };
42468
+
42469
+
42470
+ /**
42471
+ * @param {number} value
42472
+ * @return {!proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest} returns this
42473
+ */
42474
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.prototype.setMaxamountpermitted = function(value) {
42475
+ return jspb.Message.setProto3FloatField(this, 9, value);
42476
+ };
42477
+
42478
+
42479
+ /**
42480
+ * optional bool overpaymentPermitted = 10;
42481
+ * @return {boolean}
42482
+ */
42483
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.prototype.getOverpaymentpermitted = function() {
42484
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 10, false));
42485
+ };
42486
+
42487
+
42488
+ /**
42489
+ * @param {boolean} value
42490
+ * @return {!proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest} returns this
42491
+ */
42492
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.prototype.setOverpaymentpermitted = function(value) {
42493
+ return jspb.Message.setProto3BooleanField(this, 10, value);
42494
+ };
42495
+
42496
+
42497
+ /**
42498
+ * optional bool isApproved = 11;
42499
+ * @return {boolean}
42500
+ */
42501
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.prototype.getIsapproved = function() {
42502
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 11, false));
42503
+ };
42504
+
42505
+
42506
+ /**
42507
+ * @param {boolean} value
42508
+ * @return {!proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest} returns this
42509
+ */
42510
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.prototype.setIsapproved = function(value) {
42511
+ return jspb.Message.setProto3BooleanField(this, 11, value);
42512
+ };
42513
+
42514
+
42515
+ /**
42516
+ * optional bool partialPaymentPermitted = 12;
42517
+ * @return {boolean}
42518
+ */
42519
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.prototype.getPartialpaymentpermitted = function() {
42520
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 12, false));
42521
+ };
42522
+
42523
+
42524
+ /**
42525
+ * @param {boolean} value
42526
+ * @return {!proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest} returns this
42527
+ */
42528
+ proto.sniipbillerapi.UpdateSmeBillerConfigInternalRequest.prototype.setPartialpaymentpermitted = function(value) {
42529
+ return jspb.Message.setProto3BooleanField(this, 12, value);
42530
+ };
42531
+
42532
+
42533
+
42534
+
42535
+
41510
42536
  if (jspb.Message.GENERATE_TO_OBJECT) {
41511
42537
  /**
41512
42538
  * Creates an object representation of this proto.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/biller-service-client-grpcweb",
3
- "version": "24.1.6571",
3
+ "version": "24.1.6594",
4
4
  "description": "biller-service-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",