@sniipwebmaster/agent-billing-client-grpcweb-ts 26.1.4939 → 26.1.4967
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dependancies/service_pb.d.ts +92 -0
- package/dependancies/service_pb.js +945 -200
- package/package.json +1 -1
|
@@ -73,6 +73,7 @@ goog.exportSymbol('proto.agentbillingserviceapi.DisconnectAgentRequest', null, g
|
|
|
73
73
|
goog.exportSymbol('proto.agentbillingserviceapi.DisconnectClientRequest', null, global);
|
|
74
74
|
goog.exportSymbol('proto.agentbillingserviceapi.DownloadFailedImportErrorLogForTextBasedFileRequest', null, global);
|
|
75
75
|
goog.exportSymbol('proto.agentbillingserviceapi.DownloadReceiptsCsvForClientInPeriodRequest', null, global);
|
|
76
|
+
goog.exportSymbol('proto.agentbillingserviceapi.EmployeeInfo', null, global);
|
|
76
77
|
goog.exportSymbol('proto.agentbillingserviceapi.FileDownloadChunk', null, global);
|
|
77
78
|
goog.exportSymbol('proto.agentbillingserviceapi.FileDownloadResponseChunk', null, global);
|
|
78
79
|
goog.exportSymbol('proto.agentbillingserviceapi.GetAgentAttachmentsRequest', null, global);
|
|
@@ -141,6 +142,7 @@ goog.exportSymbol('proto.agentbillingserviceapi.UploadBatchStatus', null, global
|
|
|
141
142
|
goog.exportSymbol('proto.agentbillingserviceapi.UploadBatchType', null, global);
|
|
142
143
|
goog.exportSymbol('proto.agentbillingserviceapi.VerificationCodeSource', null, global);
|
|
143
144
|
goog.exportSymbol('proto.agentbillingserviceapi.VirtualBill', null, global);
|
|
145
|
+
goog.exportSymbol('proto.agentbillingserviceapi.VirtualBillPaid', null, global);
|
|
144
146
|
/**
|
|
145
147
|
* Generated by JsPbCodeGenerator.
|
|
146
148
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -561,6 +563,48 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
561
563
|
*/
|
|
562
564
|
proto.agentbillingserviceapi.VirtualBill.displayName = 'proto.agentbillingserviceapi.VirtualBill';
|
|
563
565
|
}
|
|
566
|
+
/**
|
|
567
|
+
* Generated by JsPbCodeGenerator.
|
|
568
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
569
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
570
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
571
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
572
|
+
* valid.
|
|
573
|
+
* @extends {jspb.Message}
|
|
574
|
+
* @constructor
|
|
575
|
+
*/
|
|
576
|
+
proto.agentbillingserviceapi.VirtualBillPaid = function(opt_data) {
|
|
577
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
578
|
+
};
|
|
579
|
+
goog.inherits(proto.agentbillingserviceapi.VirtualBillPaid, jspb.Message);
|
|
580
|
+
if (goog.DEBUG && !COMPILED) {
|
|
581
|
+
/**
|
|
582
|
+
* @public
|
|
583
|
+
* @override
|
|
584
|
+
*/
|
|
585
|
+
proto.agentbillingserviceapi.VirtualBillPaid.displayName = 'proto.agentbillingserviceapi.VirtualBillPaid';
|
|
586
|
+
}
|
|
587
|
+
/**
|
|
588
|
+
* Generated by JsPbCodeGenerator.
|
|
589
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
590
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
591
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
592
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
593
|
+
* valid.
|
|
594
|
+
* @extends {jspb.Message}
|
|
595
|
+
* @constructor
|
|
596
|
+
*/
|
|
597
|
+
proto.agentbillingserviceapi.EmployeeInfo = function(opt_data) {
|
|
598
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
599
|
+
};
|
|
600
|
+
goog.inherits(proto.agentbillingserviceapi.EmployeeInfo, jspb.Message);
|
|
601
|
+
if (goog.DEBUG && !COMPILED) {
|
|
602
|
+
/**
|
|
603
|
+
* @public
|
|
604
|
+
* @override
|
|
605
|
+
*/
|
|
606
|
+
proto.agentbillingserviceapi.EmployeeInfo.displayName = 'proto.agentbillingserviceapi.EmployeeInfo';
|
|
607
|
+
}
|
|
564
608
|
/**
|
|
565
609
|
* Generated by JsPbCodeGenerator.
|
|
566
610
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -2189,7 +2233,7 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
2189
2233
|
* @constructor
|
|
2190
2234
|
*/
|
|
2191
2235
|
proto.agentbillingserviceapi.AgentBillTransaction = function(opt_data) {
|
|
2192
|
-
jspb.Message.initialize(this, opt_data, 0, -1,
|
|
2236
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.agentbillingserviceapi.AgentBillTransaction.repeatedFields_, null);
|
|
2193
2237
|
};
|
|
2194
2238
|
goog.inherits(proto.agentbillingserviceapi.AgentBillTransaction, jspb.Message);
|
|
2195
2239
|
if (goog.DEBUG && !COMPILED) {
|
|
@@ -8087,8 +8131,799 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
8087
8131
|
* http://goto/soy-param-migration
|
|
8088
8132
|
* @return {!Object}
|
|
8089
8133
|
*/
|
|
8090
|
-
proto.agentbillingserviceapi.VirtualBill.prototype.toObject = function(opt_includeInstance) {
|
|
8091
|
-
return proto.agentbillingserviceapi.VirtualBill.toObject(opt_includeInstance, this);
|
|
8134
|
+
proto.agentbillingserviceapi.VirtualBill.prototype.toObject = function(opt_includeInstance) {
|
|
8135
|
+
return proto.agentbillingserviceapi.VirtualBill.toObject(opt_includeInstance, this);
|
|
8136
|
+
};
|
|
8137
|
+
|
|
8138
|
+
|
|
8139
|
+
/**
|
|
8140
|
+
* Static version of the {@see toObject} method.
|
|
8141
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
8142
|
+
* the JSPB instance for transitional soy proto support:
|
|
8143
|
+
* http://goto/soy-param-migration
|
|
8144
|
+
* @param {!proto.agentbillingserviceapi.VirtualBill} msg The msg instance to transform.
|
|
8145
|
+
* @return {!Object}
|
|
8146
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
8147
|
+
*/
|
|
8148
|
+
proto.agentbillingserviceapi.VirtualBill.toObject = function(includeInstance, msg) {
|
|
8149
|
+
var f, obj = {
|
|
8150
|
+
amount: jspb.Message.getFloatingPointFieldWithDefault(msg, 3, 0.0),
|
|
8151
|
+
billerconfigid: jspb.Message.getFieldWithDefault(msg, 6, 0),
|
|
8152
|
+
reference: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
8153
|
+
bankaccountname: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
8154
|
+
invoicenumber: jspb.Message.getFieldWithDefault(msg, 9, ""),
|
|
8155
|
+
paymentprocessor: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
8156
|
+
description: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
8157
|
+
recordid: jspb.Message.getFieldWithDefault(msg, 12, 0)
|
|
8158
|
+
};
|
|
8159
|
+
|
|
8160
|
+
if (includeInstance) {
|
|
8161
|
+
obj.$jspbMessageInstance = msg;
|
|
8162
|
+
}
|
|
8163
|
+
return obj;
|
|
8164
|
+
};
|
|
8165
|
+
}
|
|
8166
|
+
|
|
8167
|
+
|
|
8168
|
+
/**
|
|
8169
|
+
* Deserializes binary data (in protobuf wire format).
|
|
8170
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
8171
|
+
* @return {!proto.agentbillingserviceapi.VirtualBill}
|
|
8172
|
+
*/
|
|
8173
|
+
proto.agentbillingserviceapi.VirtualBill.deserializeBinary = function(bytes) {
|
|
8174
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
8175
|
+
var msg = new proto.agentbillingserviceapi.VirtualBill;
|
|
8176
|
+
return proto.agentbillingserviceapi.VirtualBill.deserializeBinaryFromReader(msg, reader);
|
|
8177
|
+
};
|
|
8178
|
+
|
|
8179
|
+
|
|
8180
|
+
/**
|
|
8181
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
8182
|
+
* given reader into the given message object.
|
|
8183
|
+
* @param {!proto.agentbillingserviceapi.VirtualBill} msg The message object to deserialize into.
|
|
8184
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
8185
|
+
* @return {!proto.agentbillingserviceapi.VirtualBill}
|
|
8186
|
+
*/
|
|
8187
|
+
proto.agentbillingserviceapi.VirtualBill.deserializeBinaryFromReader = function(msg, reader) {
|
|
8188
|
+
while (reader.nextField()) {
|
|
8189
|
+
if (reader.isEndGroup()) {
|
|
8190
|
+
break;
|
|
8191
|
+
}
|
|
8192
|
+
var field = reader.getFieldNumber();
|
|
8193
|
+
switch (field) {
|
|
8194
|
+
case 3:
|
|
8195
|
+
var value = /** @type {number} */ (reader.readDouble());
|
|
8196
|
+
msg.setAmount(value);
|
|
8197
|
+
break;
|
|
8198
|
+
case 6:
|
|
8199
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
8200
|
+
msg.setBillerconfigid(value);
|
|
8201
|
+
break;
|
|
8202
|
+
case 7:
|
|
8203
|
+
var value = /** @type {string} */ (reader.readString());
|
|
8204
|
+
msg.setReference(value);
|
|
8205
|
+
break;
|
|
8206
|
+
case 8:
|
|
8207
|
+
var value = /** @type {string} */ (reader.readString());
|
|
8208
|
+
msg.setBankaccountname(value);
|
|
8209
|
+
break;
|
|
8210
|
+
case 9:
|
|
8211
|
+
var value = /** @type {string} */ (reader.readString());
|
|
8212
|
+
msg.setInvoicenumber(value);
|
|
8213
|
+
break;
|
|
8214
|
+
case 10:
|
|
8215
|
+
var value = /** @type {string} */ (reader.readString());
|
|
8216
|
+
msg.setPaymentprocessor(value);
|
|
8217
|
+
break;
|
|
8218
|
+
case 11:
|
|
8219
|
+
var value = /** @type {string} */ (reader.readString());
|
|
8220
|
+
msg.setDescription(value);
|
|
8221
|
+
break;
|
|
8222
|
+
case 12:
|
|
8223
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
8224
|
+
msg.setRecordid(value);
|
|
8225
|
+
break;
|
|
8226
|
+
default:
|
|
8227
|
+
reader.skipField();
|
|
8228
|
+
break;
|
|
8229
|
+
}
|
|
8230
|
+
}
|
|
8231
|
+
return msg;
|
|
8232
|
+
};
|
|
8233
|
+
|
|
8234
|
+
|
|
8235
|
+
/**
|
|
8236
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
8237
|
+
* @return {!Uint8Array}
|
|
8238
|
+
*/
|
|
8239
|
+
proto.agentbillingserviceapi.VirtualBill.prototype.serializeBinary = function() {
|
|
8240
|
+
var writer = new jspb.BinaryWriter();
|
|
8241
|
+
proto.agentbillingserviceapi.VirtualBill.serializeBinaryToWriter(this, writer);
|
|
8242
|
+
return writer.getResultBuffer();
|
|
8243
|
+
};
|
|
8244
|
+
|
|
8245
|
+
|
|
8246
|
+
/**
|
|
8247
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
8248
|
+
* format), writing to the given BinaryWriter.
|
|
8249
|
+
* @param {!proto.agentbillingserviceapi.VirtualBill} message
|
|
8250
|
+
* @param {!jspb.BinaryWriter} writer
|
|
8251
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
8252
|
+
*/
|
|
8253
|
+
proto.agentbillingserviceapi.VirtualBill.serializeBinaryToWriter = function(message, writer) {
|
|
8254
|
+
var f = undefined;
|
|
8255
|
+
f = message.getAmount();
|
|
8256
|
+
if (f !== 0.0) {
|
|
8257
|
+
writer.writeDouble(
|
|
8258
|
+
3,
|
|
8259
|
+
f
|
|
8260
|
+
);
|
|
8261
|
+
}
|
|
8262
|
+
f = message.getBillerconfigid();
|
|
8263
|
+
if (f !== 0) {
|
|
8264
|
+
writer.writeInt64(
|
|
8265
|
+
6,
|
|
8266
|
+
f
|
|
8267
|
+
);
|
|
8268
|
+
}
|
|
8269
|
+
f = message.getReference();
|
|
8270
|
+
if (f.length > 0) {
|
|
8271
|
+
writer.writeString(
|
|
8272
|
+
7,
|
|
8273
|
+
f
|
|
8274
|
+
);
|
|
8275
|
+
}
|
|
8276
|
+
f = message.getBankaccountname();
|
|
8277
|
+
if (f.length > 0) {
|
|
8278
|
+
writer.writeString(
|
|
8279
|
+
8,
|
|
8280
|
+
f
|
|
8281
|
+
);
|
|
8282
|
+
}
|
|
8283
|
+
f = message.getInvoicenumber();
|
|
8284
|
+
if (f.length > 0) {
|
|
8285
|
+
writer.writeString(
|
|
8286
|
+
9,
|
|
8287
|
+
f
|
|
8288
|
+
);
|
|
8289
|
+
}
|
|
8290
|
+
f = message.getPaymentprocessor();
|
|
8291
|
+
if (f.length > 0) {
|
|
8292
|
+
writer.writeString(
|
|
8293
|
+
10,
|
|
8294
|
+
f
|
|
8295
|
+
);
|
|
8296
|
+
}
|
|
8297
|
+
f = message.getDescription();
|
|
8298
|
+
if (f.length > 0) {
|
|
8299
|
+
writer.writeString(
|
|
8300
|
+
11,
|
|
8301
|
+
f
|
|
8302
|
+
);
|
|
8303
|
+
}
|
|
8304
|
+
f = message.getRecordid();
|
|
8305
|
+
if (f !== 0) {
|
|
8306
|
+
writer.writeInt64(
|
|
8307
|
+
12,
|
|
8308
|
+
f
|
|
8309
|
+
);
|
|
8310
|
+
}
|
|
8311
|
+
};
|
|
8312
|
+
|
|
8313
|
+
|
|
8314
|
+
/**
|
|
8315
|
+
* optional double amount = 3;
|
|
8316
|
+
* @return {number}
|
|
8317
|
+
*/
|
|
8318
|
+
proto.agentbillingserviceapi.VirtualBill.prototype.getAmount = function() {
|
|
8319
|
+
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 3, 0.0));
|
|
8320
|
+
};
|
|
8321
|
+
|
|
8322
|
+
|
|
8323
|
+
/**
|
|
8324
|
+
* @param {number} value
|
|
8325
|
+
* @return {!proto.agentbillingserviceapi.VirtualBill} returns this
|
|
8326
|
+
*/
|
|
8327
|
+
proto.agentbillingserviceapi.VirtualBill.prototype.setAmount = function(value) {
|
|
8328
|
+
return jspb.Message.setProto3FloatField(this, 3, value);
|
|
8329
|
+
};
|
|
8330
|
+
|
|
8331
|
+
|
|
8332
|
+
/**
|
|
8333
|
+
* optional int64 billerConfigId = 6;
|
|
8334
|
+
* @return {number}
|
|
8335
|
+
*/
|
|
8336
|
+
proto.agentbillingserviceapi.VirtualBill.prototype.getBillerconfigid = function() {
|
|
8337
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 6, 0));
|
|
8338
|
+
};
|
|
8339
|
+
|
|
8340
|
+
|
|
8341
|
+
/**
|
|
8342
|
+
* @param {number} value
|
|
8343
|
+
* @return {!proto.agentbillingserviceapi.VirtualBill} returns this
|
|
8344
|
+
*/
|
|
8345
|
+
proto.agentbillingserviceapi.VirtualBill.prototype.setBillerconfigid = function(value) {
|
|
8346
|
+
return jspb.Message.setProto3IntField(this, 6, value);
|
|
8347
|
+
};
|
|
8348
|
+
|
|
8349
|
+
|
|
8350
|
+
/**
|
|
8351
|
+
* optional string reference = 7;
|
|
8352
|
+
* @return {string}
|
|
8353
|
+
*/
|
|
8354
|
+
proto.agentbillingserviceapi.VirtualBill.prototype.getReference = function() {
|
|
8355
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
|
|
8356
|
+
};
|
|
8357
|
+
|
|
8358
|
+
|
|
8359
|
+
/**
|
|
8360
|
+
* @param {string} value
|
|
8361
|
+
* @return {!proto.agentbillingserviceapi.VirtualBill} returns this
|
|
8362
|
+
*/
|
|
8363
|
+
proto.agentbillingserviceapi.VirtualBill.prototype.setReference = function(value) {
|
|
8364
|
+
return jspb.Message.setProto3StringField(this, 7, value);
|
|
8365
|
+
};
|
|
8366
|
+
|
|
8367
|
+
|
|
8368
|
+
/**
|
|
8369
|
+
* optional string bankAccountName = 8;
|
|
8370
|
+
* @return {string}
|
|
8371
|
+
*/
|
|
8372
|
+
proto.agentbillingserviceapi.VirtualBill.prototype.getBankaccountname = function() {
|
|
8373
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
|
|
8374
|
+
};
|
|
8375
|
+
|
|
8376
|
+
|
|
8377
|
+
/**
|
|
8378
|
+
* @param {string} value
|
|
8379
|
+
* @return {!proto.agentbillingserviceapi.VirtualBill} returns this
|
|
8380
|
+
*/
|
|
8381
|
+
proto.agentbillingserviceapi.VirtualBill.prototype.setBankaccountname = function(value) {
|
|
8382
|
+
return jspb.Message.setProto3StringField(this, 8, value);
|
|
8383
|
+
};
|
|
8384
|
+
|
|
8385
|
+
|
|
8386
|
+
/**
|
|
8387
|
+
* optional string invoiceNumber = 9;
|
|
8388
|
+
* @return {string}
|
|
8389
|
+
*/
|
|
8390
|
+
proto.agentbillingserviceapi.VirtualBill.prototype.getInvoicenumber = function() {
|
|
8391
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
|
|
8392
|
+
};
|
|
8393
|
+
|
|
8394
|
+
|
|
8395
|
+
/**
|
|
8396
|
+
* @param {string} value
|
|
8397
|
+
* @return {!proto.agentbillingserviceapi.VirtualBill} returns this
|
|
8398
|
+
*/
|
|
8399
|
+
proto.agentbillingserviceapi.VirtualBill.prototype.setInvoicenumber = function(value) {
|
|
8400
|
+
return jspb.Message.setProto3StringField(this, 9, value);
|
|
8401
|
+
};
|
|
8402
|
+
|
|
8403
|
+
|
|
8404
|
+
/**
|
|
8405
|
+
* optional string paymentProcessor = 10;
|
|
8406
|
+
* @return {string}
|
|
8407
|
+
*/
|
|
8408
|
+
proto.agentbillingserviceapi.VirtualBill.prototype.getPaymentprocessor = function() {
|
|
8409
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
|
|
8410
|
+
};
|
|
8411
|
+
|
|
8412
|
+
|
|
8413
|
+
/**
|
|
8414
|
+
* @param {string} value
|
|
8415
|
+
* @return {!proto.agentbillingserviceapi.VirtualBill} returns this
|
|
8416
|
+
*/
|
|
8417
|
+
proto.agentbillingserviceapi.VirtualBill.prototype.setPaymentprocessor = function(value) {
|
|
8418
|
+
return jspb.Message.setProto3StringField(this, 10, value);
|
|
8419
|
+
};
|
|
8420
|
+
|
|
8421
|
+
|
|
8422
|
+
/**
|
|
8423
|
+
* optional string description = 11;
|
|
8424
|
+
* @return {string}
|
|
8425
|
+
*/
|
|
8426
|
+
proto.agentbillingserviceapi.VirtualBill.prototype.getDescription = function() {
|
|
8427
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
|
|
8428
|
+
};
|
|
8429
|
+
|
|
8430
|
+
|
|
8431
|
+
/**
|
|
8432
|
+
* @param {string} value
|
|
8433
|
+
* @return {!proto.agentbillingserviceapi.VirtualBill} returns this
|
|
8434
|
+
*/
|
|
8435
|
+
proto.agentbillingserviceapi.VirtualBill.prototype.setDescription = function(value) {
|
|
8436
|
+
return jspb.Message.setProto3StringField(this, 11, value);
|
|
8437
|
+
};
|
|
8438
|
+
|
|
8439
|
+
|
|
8440
|
+
/**
|
|
8441
|
+
* optional int64 recordId = 12;
|
|
8442
|
+
* @return {number}
|
|
8443
|
+
*/
|
|
8444
|
+
proto.agentbillingserviceapi.VirtualBill.prototype.getRecordid = function() {
|
|
8445
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 12, 0));
|
|
8446
|
+
};
|
|
8447
|
+
|
|
8448
|
+
|
|
8449
|
+
/**
|
|
8450
|
+
* @param {number} value
|
|
8451
|
+
* @return {!proto.agentbillingserviceapi.VirtualBill} returns this
|
|
8452
|
+
*/
|
|
8453
|
+
proto.agentbillingserviceapi.VirtualBill.prototype.setRecordid = function(value) {
|
|
8454
|
+
return jspb.Message.setProto3IntField(this, 12, value);
|
|
8455
|
+
};
|
|
8456
|
+
|
|
8457
|
+
|
|
8458
|
+
|
|
8459
|
+
|
|
8460
|
+
|
|
8461
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
8462
|
+
/**
|
|
8463
|
+
* Creates an object representation of this proto.
|
|
8464
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
8465
|
+
* Optional fields that are not set will be set to undefined.
|
|
8466
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
8467
|
+
* For the list of reserved names please see:
|
|
8468
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
8469
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
8470
|
+
* JSPB instance for transitional soy proto support:
|
|
8471
|
+
* http://goto/soy-param-migration
|
|
8472
|
+
* @return {!Object}
|
|
8473
|
+
*/
|
|
8474
|
+
proto.agentbillingserviceapi.VirtualBillPaid.prototype.toObject = function(opt_includeInstance) {
|
|
8475
|
+
return proto.agentbillingserviceapi.VirtualBillPaid.toObject(opt_includeInstance, this);
|
|
8476
|
+
};
|
|
8477
|
+
|
|
8478
|
+
|
|
8479
|
+
/**
|
|
8480
|
+
* Static version of the {@see toObject} method.
|
|
8481
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
8482
|
+
* the JSPB instance for transitional soy proto support:
|
|
8483
|
+
* http://goto/soy-param-migration
|
|
8484
|
+
* @param {!proto.agentbillingserviceapi.VirtualBillPaid} msg The msg instance to transform.
|
|
8485
|
+
* @return {!Object}
|
|
8486
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
8487
|
+
*/
|
|
8488
|
+
proto.agentbillingserviceapi.VirtualBillPaid.toObject = function(includeInstance, msg) {
|
|
8489
|
+
var f, obj = {
|
|
8490
|
+
virtualbillid: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
8491
|
+
billid: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
8492
|
+
amount: jspb.Message.getFloatingPointFieldWithDefault(msg, 3, 0.0),
|
|
8493
|
+
bankaccountname: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
8494
|
+
invoicenumber: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
8495
|
+
bankname: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
8496
|
+
bsb: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
8497
|
+
accountnumber: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
8498
|
+
employeeinfo: (f = msg.getEmployeeinfo()) && proto.agentbillingserviceapi.EmployeeInfo.toObject(includeInstance, f),
|
|
8499
|
+
paiddate: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
8500
|
+
status: jspb.Message.getFieldWithDefault(msg, 11, "")
|
|
8501
|
+
};
|
|
8502
|
+
|
|
8503
|
+
if (includeInstance) {
|
|
8504
|
+
obj.$jspbMessageInstance = msg;
|
|
8505
|
+
}
|
|
8506
|
+
return obj;
|
|
8507
|
+
};
|
|
8508
|
+
}
|
|
8509
|
+
|
|
8510
|
+
|
|
8511
|
+
/**
|
|
8512
|
+
* Deserializes binary data (in protobuf wire format).
|
|
8513
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
8514
|
+
* @return {!proto.agentbillingserviceapi.VirtualBillPaid}
|
|
8515
|
+
*/
|
|
8516
|
+
proto.agentbillingserviceapi.VirtualBillPaid.deserializeBinary = function(bytes) {
|
|
8517
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
8518
|
+
var msg = new proto.agentbillingserviceapi.VirtualBillPaid;
|
|
8519
|
+
return proto.agentbillingserviceapi.VirtualBillPaid.deserializeBinaryFromReader(msg, reader);
|
|
8520
|
+
};
|
|
8521
|
+
|
|
8522
|
+
|
|
8523
|
+
/**
|
|
8524
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
8525
|
+
* given reader into the given message object.
|
|
8526
|
+
* @param {!proto.agentbillingserviceapi.VirtualBillPaid} msg The message object to deserialize into.
|
|
8527
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
8528
|
+
* @return {!proto.agentbillingserviceapi.VirtualBillPaid}
|
|
8529
|
+
*/
|
|
8530
|
+
proto.agentbillingserviceapi.VirtualBillPaid.deserializeBinaryFromReader = function(msg, reader) {
|
|
8531
|
+
while (reader.nextField()) {
|
|
8532
|
+
if (reader.isEndGroup()) {
|
|
8533
|
+
break;
|
|
8534
|
+
}
|
|
8535
|
+
var field = reader.getFieldNumber();
|
|
8536
|
+
switch (field) {
|
|
8537
|
+
case 1:
|
|
8538
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
8539
|
+
msg.setVirtualbillid(value);
|
|
8540
|
+
break;
|
|
8541
|
+
case 2:
|
|
8542
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
8543
|
+
msg.setBillid(value);
|
|
8544
|
+
break;
|
|
8545
|
+
case 3:
|
|
8546
|
+
var value = /** @type {number} */ (reader.readDouble());
|
|
8547
|
+
msg.setAmount(value);
|
|
8548
|
+
break;
|
|
8549
|
+
case 4:
|
|
8550
|
+
var value = /** @type {string} */ (reader.readString());
|
|
8551
|
+
msg.setBankaccountname(value);
|
|
8552
|
+
break;
|
|
8553
|
+
case 5:
|
|
8554
|
+
var value = /** @type {string} */ (reader.readString());
|
|
8555
|
+
msg.setInvoicenumber(value);
|
|
8556
|
+
break;
|
|
8557
|
+
case 6:
|
|
8558
|
+
var value = /** @type {string} */ (reader.readString());
|
|
8559
|
+
msg.setBankname(value);
|
|
8560
|
+
break;
|
|
8561
|
+
case 7:
|
|
8562
|
+
var value = /** @type {string} */ (reader.readString());
|
|
8563
|
+
msg.setBsb(value);
|
|
8564
|
+
break;
|
|
8565
|
+
case 8:
|
|
8566
|
+
var value = /** @type {string} */ (reader.readString());
|
|
8567
|
+
msg.setAccountnumber(value);
|
|
8568
|
+
break;
|
|
8569
|
+
case 9:
|
|
8570
|
+
var value = new proto.agentbillingserviceapi.EmployeeInfo;
|
|
8571
|
+
reader.readMessage(value,proto.agentbillingserviceapi.EmployeeInfo.deserializeBinaryFromReader);
|
|
8572
|
+
msg.setEmployeeinfo(value);
|
|
8573
|
+
break;
|
|
8574
|
+
case 10:
|
|
8575
|
+
var value = /** @type {string} */ (reader.readString());
|
|
8576
|
+
msg.setPaiddate(value);
|
|
8577
|
+
break;
|
|
8578
|
+
case 11:
|
|
8579
|
+
var value = /** @type {string} */ (reader.readString());
|
|
8580
|
+
msg.setStatus(value);
|
|
8581
|
+
break;
|
|
8582
|
+
default:
|
|
8583
|
+
reader.skipField();
|
|
8584
|
+
break;
|
|
8585
|
+
}
|
|
8586
|
+
}
|
|
8587
|
+
return msg;
|
|
8588
|
+
};
|
|
8589
|
+
|
|
8590
|
+
|
|
8591
|
+
/**
|
|
8592
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
8593
|
+
* @return {!Uint8Array}
|
|
8594
|
+
*/
|
|
8595
|
+
proto.agentbillingserviceapi.VirtualBillPaid.prototype.serializeBinary = function() {
|
|
8596
|
+
var writer = new jspb.BinaryWriter();
|
|
8597
|
+
proto.agentbillingserviceapi.VirtualBillPaid.serializeBinaryToWriter(this, writer);
|
|
8598
|
+
return writer.getResultBuffer();
|
|
8599
|
+
};
|
|
8600
|
+
|
|
8601
|
+
|
|
8602
|
+
/**
|
|
8603
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
8604
|
+
* format), writing to the given BinaryWriter.
|
|
8605
|
+
* @param {!proto.agentbillingserviceapi.VirtualBillPaid} message
|
|
8606
|
+
* @param {!jspb.BinaryWriter} writer
|
|
8607
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
8608
|
+
*/
|
|
8609
|
+
proto.agentbillingserviceapi.VirtualBillPaid.serializeBinaryToWriter = function(message, writer) {
|
|
8610
|
+
var f = undefined;
|
|
8611
|
+
f = message.getVirtualbillid();
|
|
8612
|
+
if (f !== 0) {
|
|
8613
|
+
writer.writeInt64(
|
|
8614
|
+
1,
|
|
8615
|
+
f
|
|
8616
|
+
);
|
|
8617
|
+
}
|
|
8618
|
+
f = message.getBillid();
|
|
8619
|
+
if (f !== 0) {
|
|
8620
|
+
writer.writeInt64(
|
|
8621
|
+
2,
|
|
8622
|
+
f
|
|
8623
|
+
);
|
|
8624
|
+
}
|
|
8625
|
+
f = message.getAmount();
|
|
8626
|
+
if (f !== 0.0) {
|
|
8627
|
+
writer.writeDouble(
|
|
8628
|
+
3,
|
|
8629
|
+
f
|
|
8630
|
+
);
|
|
8631
|
+
}
|
|
8632
|
+
f = message.getBankaccountname();
|
|
8633
|
+
if (f.length > 0) {
|
|
8634
|
+
writer.writeString(
|
|
8635
|
+
4,
|
|
8636
|
+
f
|
|
8637
|
+
);
|
|
8638
|
+
}
|
|
8639
|
+
f = message.getInvoicenumber();
|
|
8640
|
+
if (f.length > 0) {
|
|
8641
|
+
writer.writeString(
|
|
8642
|
+
5,
|
|
8643
|
+
f
|
|
8644
|
+
);
|
|
8645
|
+
}
|
|
8646
|
+
f = message.getBankname();
|
|
8647
|
+
if (f.length > 0) {
|
|
8648
|
+
writer.writeString(
|
|
8649
|
+
6,
|
|
8650
|
+
f
|
|
8651
|
+
);
|
|
8652
|
+
}
|
|
8653
|
+
f = message.getBsb();
|
|
8654
|
+
if (f.length > 0) {
|
|
8655
|
+
writer.writeString(
|
|
8656
|
+
7,
|
|
8657
|
+
f
|
|
8658
|
+
);
|
|
8659
|
+
}
|
|
8660
|
+
f = message.getAccountnumber();
|
|
8661
|
+
if (f.length > 0) {
|
|
8662
|
+
writer.writeString(
|
|
8663
|
+
8,
|
|
8664
|
+
f
|
|
8665
|
+
);
|
|
8666
|
+
}
|
|
8667
|
+
f = message.getEmployeeinfo();
|
|
8668
|
+
if (f != null) {
|
|
8669
|
+
writer.writeMessage(
|
|
8670
|
+
9,
|
|
8671
|
+
f,
|
|
8672
|
+
proto.agentbillingserviceapi.EmployeeInfo.serializeBinaryToWriter
|
|
8673
|
+
);
|
|
8674
|
+
}
|
|
8675
|
+
f = message.getPaiddate();
|
|
8676
|
+
if (f.length > 0) {
|
|
8677
|
+
writer.writeString(
|
|
8678
|
+
10,
|
|
8679
|
+
f
|
|
8680
|
+
);
|
|
8681
|
+
}
|
|
8682
|
+
f = message.getStatus();
|
|
8683
|
+
if (f.length > 0) {
|
|
8684
|
+
writer.writeString(
|
|
8685
|
+
11,
|
|
8686
|
+
f
|
|
8687
|
+
);
|
|
8688
|
+
}
|
|
8689
|
+
};
|
|
8690
|
+
|
|
8691
|
+
|
|
8692
|
+
/**
|
|
8693
|
+
* optional int64 virtualBillId = 1;
|
|
8694
|
+
* @return {number}
|
|
8695
|
+
*/
|
|
8696
|
+
proto.agentbillingserviceapi.VirtualBillPaid.prototype.getVirtualbillid = function() {
|
|
8697
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
8698
|
+
};
|
|
8699
|
+
|
|
8700
|
+
|
|
8701
|
+
/**
|
|
8702
|
+
* @param {number} value
|
|
8703
|
+
* @return {!proto.agentbillingserviceapi.VirtualBillPaid} returns this
|
|
8704
|
+
*/
|
|
8705
|
+
proto.agentbillingserviceapi.VirtualBillPaid.prototype.setVirtualbillid = function(value) {
|
|
8706
|
+
return jspb.Message.setProto3IntField(this, 1, value);
|
|
8707
|
+
};
|
|
8708
|
+
|
|
8709
|
+
|
|
8710
|
+
/**
|
|
8711
|
+
* optional int64 billId = 2;
|
|
8712
|
+
* @return {number}
|
|
8713
|
+
*/
|
|
8714
|
+
proto.agentbillingserviceapi.VirtualBillPaid.prototype.getBillid = function() {
|
|
8715
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
8716
|
+
};
|
|
8717
|
+
|
|
8718
|
+
|
|
8719
|
+
/**
|
|
8720
|
+
* @param {number} value
|
|
8721
|
+
* @return {!proto.agentbillingserviceapi.VirtualBillPaid} returns this
|
|
8722
|
+
*/
|
|
8723
|
+
proto.agentbillingserviceapi.VirtualBillPaid.prototype.setBillid = function(value) {
|
|
8724
|
+
return jspb.Message.setProto3IntField(this, 2, value);
|
|
8725
|
+
};
|
|
8726
|
+
|
|
8727
|
+
|
|
8728
|
+
/**
|
|
8729
|
+
* optional double amount = 3;
|
|
8730
|
+
* @return {number}
|
|
8731
|
+
*/
|
|
8732
|
+
proto.agentbillingserviceapi.VirtualBillPaid.prototype.getAmount = function() {
|
|
8733
|
+
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 3, 0.0));
|
|
8734
|
+
};
|
|
8735
|
+
|
|
8736
|
+
|
|
8737
|
+
/**
|
|
8738
|
+
* @param {number} value
|
|
8739
|
+
* @return {!proto.agentbillingserviceapi.VirtualBillPaid} returns this
|
|
8740
|
+
*/
|
|
8741
|
+
proto.agentbillingserviceapi.VirtualBillPaid.prototype.setAmount = function(value) {
|
|
8742
|
+
return jspb.Message.setProto3FloatField(this, 3, value);
|
|
8743
|
+
};
|
|
8744
|
+
|
|
8745
|
+
|
|
8746
|
+
/**
|
|
8747
|
+
* optional string bankAccountName = 4;
|
|
8748
|
+
* @return {string}
|
|
8749
|
+
*/
|
|
8750
|
+
proto.agentbillingserviceapi.VirtualBillPaid.prototype.getBankaccountname = function() {
|
|
8751
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
8752
|
+
};
|
|
8753
|
+
|
|
8754
|
+
|
|
8755
|
+
/**
|
|
8756
|
+
* @param {string} value
|
|
8757
|
+
* @return {!proto.agentbillingserviceapi.VirtualBillPaid} returns this
|
|
8758
|
+
*/
|
|
8759
|
+
proto.agentbillingserviceapi.VirtualBillPaid.prototype.setBankaccountname = function(value) {
|
|
8760
|
+
return jspb.Message.setProto3StringField(this, 4, value);
|
|
8761
|
+
};
|
|
8762
|
+
|
|
8763
|
+
|
|
8764
|
+
/**
|
|
8765
|
+
* optional string invoiceNumber = 5;
|
|
8766
|
+
* @return {string}
|
|
8767
|
+
*/
|
|
8768
|
+
proto.agentbillingserviceapi.VirtualBillPaid.prototype.getInvoicenumber = function() {
|
|
8769
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
8770
|
+
};
|
|
8771
|
+
|
|
8772
|
+
|
|
8773
|
+
/**
|
|
8774
|
+
* @param {string} value
|
|
8775
|
+
* @return {!proto.agentbillingserviceapi.VirtualBillPaid} returns this
|
|
8776
|
+
*/
|
|
8777
|
+
proto.agentbillingserviceapi.VirtualBillPaid.prototype.setInvoicenumber = function(value) {
|
|
8778
|
+
return jspb.Message.setProto3StringField(this, 5, value);
|
|
8779
|
+
};
|
|
8780
|
+
|
|
8781
|
+
|
|
8782
|
+
/**
|
|
8783
|
+
* optional string bankName = 6;
|
|
8784
|
+
* @return {string}
|
|
8785
|
+
*/
|
|
8786
|
+
proto.agentbillingserviceapi.VirtualBillPaid.prototype.getBankname = function() {
|
|
8787
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
8788
|
+
};
|
|
8789
|
+
|
|
8790
|
+
|
|
8791
|
+
/**
|
|
8792
|
+
* @param {string} value
|
|
8793
|
+
* @return {!proto.agentbillingserviceapi.VirtualBillPaid} returns this
|
|
8794
|
+
*/
|
|
8795
|
+
proto.agentbillingserviceapi.VirtualBillPaid.prototype.setBankname = function(value) {
|
|
8796
|
+
return jspb.Message.setProto3StringField(this, 6, value);
|
|
8797
|
+
};
|
|
8798
|
+
|
|
8799
|
+
|
|
8800
|
+
/**
|
|
8801
|
+
* optional string bsb = 7;
|
|
8802
|
+
* @return {string}
|
|
8803
|
+
*/
|
|
8804
|
+
proto.agentbillingserviceapi.VirtualBillPaid.prototype.getBsb = function() {
|
|
8805
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
|
|
8806
|
+
};
|
|
8807
|
+
|
|
8808
|
+
|
|
8809
|
+
/**
|
|
8810
|
+
* @param {string} value
|
|
8811
|
+
* @return {!proto.agentbillingserviceapi.VirtualBillPaid} returns this
|
|
8812
|
+
*/
|
|
8813
|
+
proto.agentbillingserviceapi.VirtualBillPaid.prototype.setBsb = function(value) {
|
|
8814
|
+
return jspb.Message.setProto3StringField(this, 7, value);
|
|
8815
|
+
};
|
|
8816
|
+
|
|
8817
|
+
|
|
8818
|
+
/**
|
|
8819
|
+
* optional string accountNumber = 8;
|
|
8820
|
+
* @return {string}
|
|
8821
|
+
*/
|
|
8822
|
+
proto.agentbillingserviceapi.VirtualBillPaid.prototype.getAccountnumber = function() {
|
|
8823
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
|
|
8824
|
+
};
|
|
8825
|
+
|
|
8826
|
+
|
|
8827
|
+
/**
|
|
8828
|
+
* @param {string} value
|
|
8829
|
+
* @return {!proto.agentbillingserviceapi.VirtualBillPaid} returns this
|
|
8830
|
+
*/
|
|
8831
|
+
proto.agentbillingserviceapi.VirtualBillPaid.prototype.setAccountnumber = function(value) {
|
|
8832
|
+
return jspb.Message.setProto3StringField(this, 8, value);
|
|
8833
|
+
};
|
|
8834
|
+
|
|
8835
|
+
|
|
8836
|
+
/**
|
|
8837
|
+
* optional EmployeeInfo employeeInfo = 9;
|
|
8838
|
+
* @return {?proto.agentbillingserviceapi.EmployeeInfo}
|
|
8839
|
+
*/
|
|
8840
|
+
proto.agentbillingserviceapi.VirtualBillPaid.prototype.getEmployeeinfo = function() {
|
|
8841
|
+
return /** @type{?proto.agentbillingserviceapi.EmployeeInfo} */ (
|
|
8842
|
+
jspb.Message.getWrapperField(this, proto.agentbillingserviceapi.EmployeeInfo, 9));
|
|
8843
|
+
};
|
|
8844
|
+
|
|
8845
|
+
|
|
8846
|
+
/**
|
|
8847
|
+
* @param {?proto.agentbillingserviceapi.EmployeeInfo|undefined} value
|
|
8848
|
+
* @return {!proto.agentbillingserviceapi.VirtualBillPaid} returns this
|
|
8849
|
+
*/
|
|
8850
|
+
proto.agentbillingserviceapi.VirtualBillPaid.prototype.setEmployeeinfo = function(value) {
|
|
8851
|
+
return jspb.Message.setWrapperField(this, 9, value);
|
|
8852
|
+
};
|
|
8853
|
+
|
|
8854
|
+
|
|
8855
|
+
/**
|
|
8856
|
+
* Clears the message field making it undefined.
|
|
8857
|
+
* @return {!proto.agentbillingserviceapi.VirtualBillPaid} returns this
|
|
8858
|
+
*/
|
|
8859
|
+
proto.agentbillingserviceapi.VirtualBillPaid.prototype.clearEmployeeinfo = function() {
|
|
8860
|
+
return this.setEmployeeinfo(undefined);
|
|
8861
|
+
};
|
|
8862
|
+
|
|
8863
|
+
|
|
8864
|
+
/**
|
|
8865
|
+
* Returns whether this field is set.
|
|
8866
|
+
* @return {boolean}
|
|
8867
|
+
*/
|
|
8868
|
+
proto.agentbillingserviceapi.VirtualBillPaid.prototype.hasEmployeeinfo = function() {
|
|
8869
|
+
return jspb.Message.getField(this, 9) != null;
|
|
8870
|
+
};
|
|
8871
|
+
|
|
8872
|
+
|
|
8873
|
+
/**
|
|
8874
|
+
* optional string paidDate = 10;
|
|
8875
|
+
* @return {string}
|
|
8876
|
+
*/
|
|
8877
|
+
proto.agentbillingserviceapi.VirtualBillPaid.prototype.getPaiddate = function() {
|
|
8878
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
|
|
8879
|
+
};
|
|
8880
|
+
|
|
8881
|
+
|
|
8882
|
+
/**
|
|
8883
|
+
* @param {string} value
|
|
8884
|
+
* @return {!proto.agentbillingserviceapi.VirtualBillPaid} returns this
|
|
8885
|
+
*/
|
|
8886
|
+
proto.agentbillingserviceapi.VirtualBillPaid.prototype.setPaiddate = function(value) {
|
|
8887
|
+
return jspb.Message.setProto3StringField(this, 10, value);
|
|
8888
|
+
};
|
|
8889
|
+
|
|
8890
|
+
|
|
8891
|
+
/**
|
|
8892
|
+
* optional string status = 11;
|
|
8893
|
+
* @return {string}
|
|
8894
|
+
*/
|
|
8895
|
+
proto.agentbillingserviceapi.VirtualBillPaid.prototype.getStatus = function() {
|
|
8896
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
|
|
8897
|
+
};
|
|
8898
|
+
|
|
8899
|
+
|
|
8900
|
+
/**
|
|
8901
|
+
* @param {string} value
|
|
8902
|
+
* @return {!proto.agentbillingserviceapi.VirtualBillPaid} returns this
|
|
8903
|
+
*/
|
|
8904
|
+
proto.agentbillingserviceapi.VirtualBillPaid.prototype.setStatus = function(value) {
|
|
8905
|
+
return jspb.Message.setProto3StringField(this, 11, value);
|
|
8906
|
+
};
|
|
8907
|
+
|
|
8908
|
+
|
|
8909
|
+
|
|
8910
|
+
|
|
8911
|
+
|
|
8912
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
8913
|
+
/**
|
|
8914
|
+
* Creates an object representation of this proto.
|
|
8915
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
8916
|
+
* Optional fields that are not set will be set to undefined.
|
|
8917
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
8918
|
+
* For the list of reserved names please see:
|
|
8919
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
8920
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
8921
|
+
* JSPB instance for transitional soy proto support:
|
|
8922
|
+
* http://goto/soy-param-migration
|
|
8923
|
+
* @return {!Object}
|
|
8924
|
+
*/
|
|
8925
|
+
proto.agentbillingserviceapi.EmployeeInfo.prototype.toObject = function(opt_includeInstance) {
|
|
8926
|
+
return proto.agentbillingserviceapi.EmployeeInfo.toObject(opt_includeInstance, this);
|
|
8092
8927
|
};
|
|
8093
8928
|
|
|
8094
8929
|
|
|
@@ -8097,20 +8932,15 @@ proto.agentbillingserviceapi.VirtualBill.prototype.toObject = function(opt_inclu
|
|
|
8097
8932
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
8098
8933
|
* the JSPB instance for transitional soy proto support:
|
|
8099
8934
|
* http://goto/soy-param-migration
|
|
8100
|
-
* @param {!proto.agentbillingserviceapi.
|
|
8935
|
+
* @param {!proto.agentbillingserviceapi.EmployeeInfo} msg The msg instance to transform.
|
|
8101
8936
|
* @return {!Object}
|
|
8102
8937
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
8103
8938
|
*/
|
|
8104
|
-
proto.agentbillingserviceapi.
|
|
8939
|
+
proto.agentbillingserviceapi.EmployeeInfo.toObject = function(includeInstance, msg) {
|
|
8105
8940
|
var f, obj = {
|
|
8106
|
-
|
|
8107
|
-
|
|
8108
|
-
|
|
8109
|
-
bankaccountname: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
8110
|
-
invoicenumber: jspb.Message.getFieldWithDefault(msg, 9, ""),
|
|
8111
|
-
paymentprocessor: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
8112
|
-
description: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
8113
|
-
recordid: jspb.Message.getFieldWithDefault(msg, 12, 0)
|
|
8941
|
+
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
8942
|
+
tfn: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
8943
|
+
employeenumber: jspb.Message.getFieldWithDefault(msg, 3, "")
|
|
8114
8944
|
};
|
|
8115
8945
|
|
|
8116
8946
|
if (includeInstance) {
|
|
@@ -8124,60 +8954,40 @@ proto.agentbillingserviceapi.VirtualBill.toObject = function(includeInstance, ms
|
|
|
8124
8954
|
/**
|
|
8125
8955
|
* Deserializes binary data (in protobuf wire format).
|
|
8126
8956
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
8127
|
-
* @return {!proto.agentbillingserviceapi.
|
|
8957
|
+
* @return {!proto.agentbillingserviceapi.EmployeeInfo}
|
|
8128
8958
|
*/
|
|
8129
|
-
proto.agentbillingserviceapi.
|
|
8959
|
+
proto.agentbillingserviceapi.EmployeeInfo.deserializeBinary = function(bytes) {
|
|
8130
8960
|
var reader = new jspb.BinaryReader(bytes);
|
|
8131
|
-
var msg = new proto.agentbillingserviceapi.
|
|
8132
|
-
return proto.agentbillingserviceapi.
|
|
8961
|
+
var msg = new proto.agentbillingserviceapi.EmployeeInfo;
|
|
8962
|
+
return proto.agentbillingserviceapi.EmployeeInfo.deserializeBinaryFromReader(msg, reader);
|
|
8133
8963
|
};
|
|
8134
8964
|
|
|
8135
8965
|
|
|
8136
8966
|
/**
|
|
8137
8967
|
* Deserializes binary data (in protobuf wire format) from the
|
|
8138
8968
|
* given reader into the given message object.
|
|
8139
|
-
* @param {!proto.agentbillingserviceapi.
|
|
8969
|
+
* @param {!proto.agentbillingserviceapi.EmployeeInfo} msg The message object to deserialize into.
|
|
8140
8970
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
8141
|
-
* @return {!proto.agentbillingserviceapi.
|
|
8971
|
+
* @return {!proto.agentbillingserviceapi.EmployeeInfo}
|
|
8142
8972
|
*/
|
|
8143
|
-
proto.agentbillingserviceapi.
|
|
8973
|
+
proto.agentbillingserviceapi.EmployeeInfo.deserializeBinaryFromReader = function(msg, reader) {
|
|
8144
8974
|
while (reader.nextField()) {
|
|
8145
8975
|
if (reader.isEndGroup()) {
|
|
8146
8976
|
break;
|
|
8147
8977
|
}
|
|
8148
8978
|
var field = reader.getFieldNumber();
|
|
8149
8979
|
switch (field) {
|
|
8150
|
-
case
|
|
8151
|
-
var value = /** @type {number} */ (reader.readDouble());
|
|
8152
|
-
msg.setAmount(value);
|
|
8153
|
-
break;
|
|
8154
|
-
case 6:
|
|
8155
|
-
var value = /** @type {number} */ (reader.readInt64());
|
|
8156
|
-
msg.setBillerconfigid(value);
|
|
8157
|
-
break;
|
|
8158
|
-
case 7:
|
|
8159
|
-
var value = /** @type {string} */ (reader.readString());
|
|
8160
|
-
msg.setReference(value);
|
|
8161
|
-
break;
|
|
8162
|
-
case 8:
|
|
8163
|
-
var value = /** @type {string} */ (reader.readString());
|
|
8164
|
-
msg.setBankaccountname(value);
|
|
8165
|
-
break;
|
|
8166
|
-
case 9:
|
|
8980
|
+
case 1:
|
|
8167
8981
|
var value = /** @type {string} */ (reader.readString());
|
|
8168
|
-
msg.
|
|
8982
|
+
msg.setName(value);
|
|
8169
8983
|
break;
|
|
8170
|
-
case
|
|
8984
|
+
case 2:
|
|
8171
8985
|
var value = /** @type {string} */ (reader.readString());
|
|
8172
|
-
msg.
|
|
8986
|
+
msg.setTfn(value);
|
|
8173
8987
|
break;
|
|
8174
|
-
case
|
|
8988
|
+
case 3:
|
|
8175
8989
|
var value = /** @type {string} */ (reader.readString());
|
|
8176
|
-
msg.
|
|
8177
|
-
break;
|
|
8178
|
-
case 12:
|
|
8179
|
-
var value = /** @type {number} */ (reader.readInt64());
|
|
8180
|
-
msg.setRecordid(value);
|
|
8990
|
+
msg.setEmployeenumber(value);
|
|
8181
8991
|
break;
|
|
8182
8992
|
default:
|
|
8183
8993
|
reader.skipField();
|
|
@@ -8192,9 +9002,9 @@ proto.agentbillingserviceapi.VirtualBill.deserializeBinaryFromReader = function(
|
|
|
8192
9002
|
* Serializes the message to binary data (in protobuf wire format).
|
|
8193
9003
|
* @return {!Uint8Array}
|
|
8194
9004
|
*/
|
|
8195
|
-
proto.agentbillingserviceapi.
|
|
9005
|
+
proto.agentbillingserviceapi.EmployeeInfo.prototype.serializeBinary = function() {
|
|
8196
9006
|
var writer = new jspb.BinaryWriter();
|
|
8197
|
-
proto.agentbillingserviceapi.
|
|
9007
|
+
proto.agentbillingserviceapi.EmployeeInfo.serializeBinaryToWriter(this, writer);
|
|
8198
9008
|
return writer.getResultBuffer();
|
|
8199
9009
|
};
|
|
8200
9010
|
|
|
@@ -8202,65 +9012,30 @@ proto.agentbillingserviceapi.VirtualBill.prototype.serializeBinary = function()
|
|
|
8202
9012
|
/**
|
|
8203
9013
|
* Serializes the given message to binary data (in protobuf wire
|
|
8204
9014
|
* format), writing to the given BinaryWriter.
|
|
8205
|
-
* @param {!proto.agentbillingserviceapi.
|
|
9015
|
+
* @param {!proto.agentbillingserviceapi.EmployeeInfo} message
|
|
8206
9016
|
* @param {!jspb.BinaryWriter} writer
|
|
8207
9017
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
8208
9018
|
*/
|
|
8209
|
-
proto.agentbillingserviceapi.
|
|
9019
|
+
proto.agentbillingserviceapi.EmployeeInfo.serializeBinaryToWriter = function(message, writer) {
|
|
8210
9020
|
var f = undefined;
|
|
8211
|
-
f = message.
|
|
8212
|
-
if (f !== 0.0) {
|
|
8213
|
-
writer.writeDouble(
|
|
8214
|
-
3,
|
|
8215
|
-
f
|
|
8216
|
-
);
|
|
8217
|
-
}
|
|
8218
|
-
f = message.getBillerconfigid();
|
|
8219
|
-
if (f !== 0) {
|
|
8220
|
-
writer.writeInt64(
|
|
8221
|
-
6,
|
|
8222
|
-
f
|
|
8223
|
-
);
|
|
8224
|
-
}
|
|
8225
|
-
f = message.getReference();
|
|
8226
|
-
if (f.length > 0) {
|
|
8227
|
-
writer.writeString(
|
|
8228
|
-
7,
|
|
8229
|
-
f
|
|
8230
|
-
);
|
|
8231
|
-
}
|
|
8232
|
-
f = message.getBankaccountname();
|
|
8233
|
-
if (f.length > 0) {
|
|
8234
|
-
writer.writeString(
|
|
8235
|
-
8,
|
|
8236
|
-
f
|
|
8237
|
-
);
|
|
8238
|
-
}
|
|
8239
|
-
f = message.getInvoicenumber();
|
|
9021
|
+
f = message.getName();
|
|
8240
9022
|
if (f.length > 0) {
|
|
8241
9023
|
writer.writeString(
|
|
8242
|
-
|
|
9024
|
+
1,
|
|
8243
9025
|
f
|
|
8244
9026
|
);
|
|
8245
9027
|
}
|
|
8246
|
-
f = message.
|
|
9028
|
+
f = message.getTfn();
|
|
8247
9029
|
if (f.length > 0) {
|
|
8248
9030
|
writer.writeString(
|
|
8249
|
-
|
|
9031
|
+
2,
|
|
8250
9032
|
f
|
|
8251
9033
|
);
|
|
8252
9034
|
}
|
|
8253
|
-
f = message.
|
|
9035
|
+
f = message.getEmployeenumber();
|
|
8254
9036
|
if (f.length > 0) {
|
|
8255
9037
|
writer.writeString(
|
|
8256
|
-
|
|
8257
|
-
f
|
|
8258
|
-
);
|
|
8259
|
-
}
|
|
8260
|
-
f = message.getRecordid();
|
|
8261
|
-
if (f !== 0) {
|
|
8262
|
-
writer.writeInt64(
|
|
8263
|
-
12,
|
|
9038
|
+
3,
|
|
8264
9039
|
f
|
|
8265
9040
|
);
|
|
8266
9041
|
}
|
|
@@ -8268,146 +9043,56 @@ proto.agentbillingserviceapi.VirtualBill.serializeBinaryToWriter = function(mess
|
|
|
8268
9043
|
|
|
8269
9044
|
|
|
8270
9045
|
/**
|
|
8271
|
-
* optional
|
|
8272
|
-
* @return {number}
|
|
8273
|
-
*/
|
|
8274
|
-
proto.agentbillingserviceapi.VirtualBill.prototype.getAmount = function() {
|
|
8275
|
-
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 3, 0.0));
|
|
8276
|
-
};
|
|
8277
|
-
|
|
8278
|
-
|
|
8279
|
-
/**
|
|
8280
|
-
* @param {number} value
|
|
8281
|
-
* @return {!proto.agentbillingserviceapi.VirtualBill} returns this
|
|
8282
|
-
*/
|
|
8283
|
-
proto.agentbillingserviceapi.VirtualBill.prototype.setAmount = function(value) {
|
|
8284
|
-
return jspb.Message.setProto3FloatField(this, 3, value);
|
|
8285
|
-
};
|
|
8286
|
-
|
|
8287
|
-
|
|
8288
|
-
/**
|
|
8289
|
-
* optional int64 billerConfigId = 6;
|
|
8290
|
-
* @return {number}
|
|
8291
|
-
*/
|
|
8292
|
-
proto.agentbillingserviceapi.VirtualBill.prototype.getBillerconfigid = function() {
|
|
8293
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 6, 0));
|
|
8294
|
-
};
|
|
8295
|
-
|
|
8296
|
-
|
|
8297
|
-
/**
|
|
8298
|
-
* @param {number} value
|
|
8299
|
-
* @return {!proto.agentbillingserviceapi.VirtualBill} returns this
|
|
8300
|
-
*/
|
|
8301
|
-
proto.agentbillingserviceapi.VirtualBill.prototype.setBillerconfigid = function(value) {
|
|
8302
|
-
return jspb.Message.setProto3IntField(this, 6, value);
|
|
8303
|
-
};
|
|
8304
|
-
|
|
8305
|
-
|
|
8306
|
-
/**
|
|
8307
|
-
* optional string reference = 7;
|
|
8308
|
-
* @return {string}
|
|
8309
|
-
*/
|
|
8310
|
-
proto.agentbillingserviceapi.VirtualBill.prototype.getReference = function() {
|
|
8311
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
|
|
8312
|
-
};
|
|
8313
|
-
|
|
8314
|
-
|
|
8315
|
-
/**
|
|
8316
|
-
* @param {string} value
|
|
8317
|
-
* @return {!proto.agentbillingserviceapi.VirtualBill} returns this
|
|
8318
|
-
*/
|
|
8319
|
-
proto.agentbillingserviceapi.VirtualBill.prototype.setReference = function(value) {
|
|
8320
|
-
return jspb.Message.setProto3StringField(this, 7, value);
|
|
8321
|
-
};
|
|
8322
|
-
|
|
8323
|
-
|
|
8324
|
-
/**
|
|
8325
|
-
* optional string bankAccountName = 8;
|
|
8326
|
-
* @return {string}
|
|
8327
|
-
*/
|
|
8328
|
-
proto.agentbillingserviceapi.VirtualBill.prototype.getBankaccountname = function() {
|
|
8329
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
|
|
8330
|
-
};
|
|
8331
|
-
|
|
8332
|
-
|
|
8333
|
-
/**
|
|
8334
|
-
* @param {string} value
|
|
8335
|
-
* @return {!proto.agentbillingserviceapi.VirtualBill} returns this
|
|
8336
|
-
*/
|
|
8337
|
-
proto.agentbillingserviceapi.VirtualBill.prototype.setBankaccountname = function(value) {
|
|
8338
|
-
return jspb.Message.setProto3StringField(this, 8, value);
|
|
8339
|
-
};
|
|
8340
|
-
|
|
8341
|
-
|
|
8342
|
-
/**
|
|
8343
|
-
* optional string invoiceNumber = 9;
|
|
9046
|
+
* optional string name = 1;
|
|
8344
9047
|
* @return {string}
|
|
8345
9048
|
*/
|
|
8346
|
-
proto.agentbillingserviceapi.
|
|
8347
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
9049
|
+
proto.agentbillingserviceapi.EmployeeInfo.prototype.getName = function() {
|
|
9050
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
8348
9051
|
};
|
|
8349
9052
|
|
|
8350
9053
|
|
|
8351
9054
|
/**
|
|
8352
9055
|
* @param {string} value
|
|
8353
|
-
* @return {!proto.agentbillingserviceapi.
|
|
9056
|
+
* @return {!proto.agentbillingserviceapi.EmployeeInfo} returns this
|
|
8354
9057
|
*/
|
|
8355
|
-
proto.agentbillingserviceapi.
|
|
8356
|
-
return jspb.Message.setProto3StringField(this,
|
|
9058
|
+
proto.agentbillingserviceapi.EmployeeInfo.prototype.setName = function(value) {
|
|
9059
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
8357
9060
|
};
|
|
8358
9061
|
|
|
8359
9062
|
|
|
8360
9063
|
/**
|
|
8361
|
-
* optional string
|
|
9064
|
+
* optional string tfn = 2;
|
|
8362
9065
|
* @return {string}
|
|
8363
9066
|
*/
|
|
8364
|
-
proto.agentbillingserviceapi.
|
|
8365
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
9067
|
+
proto.agentbillingserviceapi.EmployeeInfo.prototype.getTfn = function() {
|
|
9068
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
8366
9069
|
};
|
|
8367
9070
|
|
|
8368
9071
|
|
|
8369
9072
|
/**
|
|
8370
9073
|
* @param {string} value
|
|
8371
|
-
* @return {!proto.agentbillingserviceapi.
|
|
9074
|
+
* @return {!proto.agentbillingserviceapi.EmployeeInfo} returns this
|
|
8372
9075
|
*/
|
|
8373
|
-
proto.agentbillingserviceapi.
|
|
8374
|
-
return jspb.Message.setProto3StringField(this,
|
|
9076
|
+
proto.agentbillingserviceapi.EmployeeInfo.prototype.setTfn = function(value) {
|
|
9077
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
8375
9078
|
};
|
|
8376
9079
|
|
|
8377
9080
|
|
|
8378
9081
|
/**
|
|
8379
|
-
* optional string
|
|
9082
|
+
* optional string employeeNumber = 3;
|
|
8380
9083
|
* @return {string}
|
|
8381
9084
|
*/
|
|
8382
|
-
proto.agentbillingserviceapi.
|
|
8383
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this,
|
|
9085
|
+
proto.agentbillingserviceapi.EmployeeInfo.prototype.getEmployeenumber = function() {
|
|
9086
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
8384
9087
|
};
|
|
8385
9088
|
|
|
8386
9089
|
|
|
8387
9090
|
/**
|
|
8388
9091
|
* @param {string} value
|
|
8389
|
-
* @return {!proto.agentbillingserviceapi.
|
|
8390
|
-
*/
|
|
8391
|
-
proto.agentbillingserviceapi.VirtualBill.prototype.setDescription = function(value) {
|
|
8392
|
-
return jspb.Message.setProto3StringField(this, 11, value);
|
|
8393
|
-
};
|
|
8394
|
-
|
|
8395
|
-
|
|
8396
|
-
/**
|
|
8397
|
-
* optional int64 recordId = 12;
|
|
8398
|
-
* @return {number}
|
|
8399
|
-
*/
|
|
8400
|
-
proto.agentbillingserviceapi.VirtualBill.prototype.getRecordid = function() {
|
|
8401
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 12, 0));
|
|
8402
|
-
};
|
|
8403
|
-
|
|
8404
|
-
|
|
8405
|
-
/**
|
|
8406
|
-
* @param {number} value
|
|
8407
|
-
* @return {!proto.agentbillingserviceapi.VirtualBill} returns this
|
|
9092
|
+
* @return {!proto.agentbillingserviceapi.EmployeeInfo} returns this
|
|
8408
9093
|
*/
|
|
8409
|
-
proto.agentbillingserviceapi.
|
|
8410
|
-
return jspb.Message.
|
|
9094
|
+
proto.agentbillingserviceapi.EmployeeInfo.prototype.setEmployeenumber = function(value) {
|
|
9095
|
+
return jspb.Message.setProto3StringField(this, 3, value);
|
|
8411
9096
|
};
|
|
8412
9097
|
|
|
8413
9098
|
|
|
@@ -27326,6 +28011,13 @@ proto.agentbillingserviceapi.UploadBatch.prototype.setDueamounttoprocess = funct
|
|
|
27326
28011
|
|
|
27327
28012
|
|
|
27328
28013
|
|
|
28014
|
+
/**
|
|
28015
|
+
* List of repeated fields within this message type.
|
|
28016
|
+
* @private {!Array<number>}
|
|
28017
|
+
* @const
|
|
28018
|
+
*/
|
|
28019
|
+
proto.agentbillingserviceapi.AgentBillTransaction.repeatedFields_ = [25];
|
|
28020
|
+
|
|
27329
28021
|
|
|
27330
28022
|
|
|
27331
28023
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
@@ -27380,7 +28072,9 @@ proto.agentbillingserviceapi.AgentBillTransaction.toObject = function(includeIns
|
|
|
27380
28072
|
gst: jspb.Message.getFloatingPointFieldWithDefault(msg, 21, 0.0),
|
|
27381
28073
|
refunddetails: (f = msg.getRefunddetails()) && proto.agentbillingserviceapi.RefundDetails.toObject(includeInstance, f),
|
|
27382
28074
|
status: jspb.Message.getFieldWithDefault(msg, 23, ""),
|
|
27383
|
-
ismanaginguser: jspb.Message.getBooleanFieldWithDefault(msg, 24, false)
|
|
28075
|
+
ismanaginguser: jspb.Message.getBooleanFieldWithDefault(msg, 24, false),
|
|
28076
|
+
virtualbillsList: jspb.Message.toObjectList(msg.getVirtualbillsList(),
|
|
28077
|
+
proto.agentbillingserviceapi.VirtualBillPaid.toObject, includeInstance)
|
|
27384
28078
|
};
|
|
27385
28079
|
|
|
27386
28080
|
if (includeInstance) {
|
|
@@ -27516,6 +28210,11 @@ proto.agentbillingserviceapi.AgentBillTransaction.deserializeBinaryFromReader =
|
|
|
27516
28210
|
var value = /** @type {boolean} */ (reader.readBool());
|
|
27517
28211
|
msg.setIsmanaginguser(value);
|
|
27518
28212
|
break;
|
|
28213
|
+
case 25:
|
|
28214
|
+
var value = new proto.agentbillingserviceapi.VirtualBillPaid;
|
|
28215
|
+
reader.readMessage(value,proto.agentbillingserviceapi.VirtualBillPaid.deserializeBinaryFromReader);
|
|
28216
|
+
msg.addVirtualbills(value);
|
|
28217
|
+
break;
|
|
27519
28218
|
default:
|
|
27520
28219
|
reader.skipField();
|
|
27521
28220
|
break;
|
|
@@ -27716,6 +28415,14 @@ proto.agentbillingserviceapi.AgentBillTransaction.serializeBinaryToWriter = func
|
|
|
27716
28415
|
f
|
|
27717
28416
|
);
|
|
27718
28417
|
}
|
|
28418
|
+
f = message.getVirtualbillsList();
|
|
28419
|
+
if (f.length > 0) {
|
|
28420
|
+
writer.writeRepeatedMessage(
|
|
28421
|
+
25,
|
|
28422
|
+
f,
|
|
28423
|
+
proto.agentbillingserviceapi.VirtualBillPaid.serializeBinaryToWriter
|
|
28424
|
+
);
|
|
28425
|
+
}
|
|
27719
28426
|
};
|
|
27720
28427
|
|
|
27721
28428
|
|
|
@@ -28208,6 +28915,44 @@ proto.agentbillingserviceapi.AgentBillTransaction.prototype.setIsmanaginguser =
|
|
|
28208
28915
|
};
|
|
28209
28916
|
|
|
28210
28917
|
|
|
28918
|
+
/**
|
|
28919
|
+
* repeated VirtualBillPaid virtualBills = 25;
|
|
28920
|
+
* @return {!Array<!proto.agentbillingserviceapi.VirtualBillPaid>}
|
|
28921
|
+
*/
|
|
28922
|
+
proto.agentbillingserviceapi.AgentBillTransaction.prototype.getVirtualbillsList = function() {
|
|
28923
|
+
return /** @type{!Array<!proto.agentbillingserviceapi.VirtualBillPaid>} */ (
|
|
28924
|
+
jspb.Message.getRepeatedWrapperField(this, proto.agentbillingserviceapi.VirtualBillPaid, 25));
|
|
28925
|
+
};
|
|
28926
|
+
|
|
28927
|
+
|
|
28928
|
+
/**
|
|
28929
|
+
* @param {!Array<!proto.agentbillingserviceapi.VirtualBillPaid>} value
|
|
28930
|
+
* @return {!proto.agentbillingserviceapi.AgentBillTransaction} returns this
|
|
28931
|
+
*/
|
|
28932
|
+
proto.agentbillingserviceapi.AgentBillTransaction.prototype.setVirtualbillsList = function(value) {
|
|
28933
|
+
return jspb.Message.setRepeatedWrapperField(this, 25, value);
|
|
28934
|
+
};
|
|
28935
|
+
|
|
28936
|
+
|
|
28937
|
+
/**
|
|
28938
|
+
* @param {!proto.agentbillingserviceapi.VirtualBillPaid=} opt_value
|
|
28939
|
+
* @param {number=} opt_index
|
|
28940
|
+
* @return {!proto.agentbillingserviceapi.VirtualBillPaid}
|
|
28941
|
+
*/
|
|
28942
|
+
proto.agentbillingserviceapi.AgentBillTransaction.prototype.addVirtualbills = function(opt_value, opt_index) {
|
|
28943
|
+
return jspb.Message.addToRepeatedWrapperField(this, 25, opt_value, proto.agentbillingserviceapi.VirtualBillPaid, opt_index);
|
|
28944
|
+
};
|
|
28945
|
+
|
|
28946
|
+
|
|
28947
|
+
/**
|
|
28948
|
+
* Clears the list making it empty but non-null.
|
|
28949
|
+
* @return {!proto.agentbillingserviceapi.AgentBillTransaction} returns this
|
|
28950
|
+
*/
|
|
28951
|
+
proto.agentbillingserviceapi.AgentBillTransaction.prototype.clearVirtualbillsList = function() {
|
|
28952
|
+
return this.setVirtualbillsList([]);
|
|
28953
|
+
};
|
|
28954
|
+
|
|
28955
|
+
|
|
28211
28956
|
|
|
28212
28957
|
|
|
28213
28958
|
|