@sniipwebmaster/payroll-service-client-grpcweb 25.11.672 → 25.11.684
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.
|
@@ -1727,6 +1727,67 @@ proto.payrollserviceapi.PayrollServicePromiseClient.prototype.downloadReceiptsCs
|
|
|
1727
1727
|
};
|
|
1728
1728
|
|
|
1729
1729
|
|
|
1730
|
+
/**
|
|
1731
|
+
* @const
|
|
1732
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
1733
|
+
* !proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest,
|
|
1734
|
+
* !proto.payrollserviceapi.CsvFileResponse>}
|
|
1735
|
+
*/
|
|
1736
|
+
const methodDescriptor_PayrollService_DownloadReceiptCsvForAbaRecord = new grpc.web.MethodDescriptor(
|
|
1737
|
+
'/payrollserviceapi.PayrollService/DownloadReceiptCsvForAbaRecord',
|
|
1738
|
+
grpc.web.MethodType.UNARY,
|
|
1739
|
+
proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest,
|
|
1740
|
+
proto.payrollserviceapi.CsvFileResponse,
|
|
1741
|
+
/**
|
|
1742
|
+
* @param {!proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest} request
|
|
1743
|
+
* @return {!Uint8Array}
|
|
1744
|
+
*/
|
|
1745
|
+
function(request) {
|
|
1746
|
+
return request.serializeBinary();
|
|
1747
|
+
},
|
|
1748
|
+
proto.payrollserviceapi.CsvFileResponse.deserializeBinary
|
|
1749
|
+
);
|
|
1750
|
+
|
|
1751
|
+
|
|
1752
|
+
/**
|
|
1753
|
+
* @param {!proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest} request The
|
|
1754
|
+
* request proto
|
|
1755
|
+
* @param {?Object<string, string>} metadata User defined
|
|
1756
|
+
* call metadata
|
|
1757
|
+
* @param {function(?grpc.web.RpcError, ?proto.payrollserviceapi.CsvFileResponse)}
|
|
1758
|
+
* callback The callback function(error, response)
|
|
1759
|
+
* @return {!grpc.web.ClientReadableStream<!proto.payrollserviceapi.CsvFileResponse>|undefined}
|
|
1760
|
+
* The XHR Node Readable Stream
|
|
1761
|
+
*/
|
|
1762
|
+
proto.payrollserviceapi.PayrollServiceClient.prototype.downloadReceiptCsvForAbaRecord =
|
|
1763
|
+
function(request, metadata, callback) {
|
|
1764
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1765
|
+
'/payrollserviceapi.PayrollService/DownloadReceiptCsvForAbaRecord',
|
|
1766
|
+
request,
|
|
1767
|
+
metadata || {},
|
|
1768
|
+
methodDescriptor_PayrollService_DownloadReceiptCsvForAbaRecord,
|
|
1769
|
+
callback);
|
|
1770
|
+
};
|
|
1771
|
+
|
|
1772
|
+
|
|
1773
|
+
/**
|
|
1774
|
+
* @param {!proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest} request The
|
|
1775
|
+
* request proto
|
|
1776
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
1777
|
+
* call metadata
|
|
1778
|
+
* @return {!Promise<!proto.payrollserviceapi.CsvFileResponse>}
|
|
1779
|
+
* Promise that resolves to the response
|
|
1780
|
+
*/
|
|
1781
|
+
proto.payrollserviceapi.PayrollServicePromiseClient.prototype.downloadReceiptCsvForAbaRecord =
|
|
1782
|
+
function(request, metadata) {
|
|
1783
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1784
|
+
'/payrollserviceapi.PayrollService/DownloadReceiptCsvForAbaRecord',
|
|
1785
|
+
request,
|
|
1786
|
+
metadata || {},
|
|
1787
|
+
methodDescriptor_PayrollService_DownloadReceiptCsvForAbaRecord);
|
|
1788
|
+
};
|
|
1789
|
+
|
|
1790
|
+
|
|
1730
1791
|
/**
|
|
1731
1792
|
* @const
|
|
1732
1793
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -53,6 +53,7 @@ goog.exportSymbol('proto.payrollserviceapi.DownloadAbaErrorLogFileRequest', null
|
|
|
53
53
|
goog.exportSymbol('proto.payrollserviceapi.DownloadAbaErrorLogFileResponse', null, global);
|
|
54
54
|
goog.exportSymbol('proto.payrollserviceapi.DownloadErrorLogFileRequest', null, global);
|
|
55
55
|
goog.exportSymbol('proto.payrollserviceapi.DownloadErrorLogFileResponse', null, global);
|
|
56
|
+
goog.exportSymbol('proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest', null, global);
|
|
56
57
|
goog.exportSymbol('proto.payrollserviceapi.DownloadReceiptsCsvForClientInPeriodRequest', null, global);
|
|
57
58
|
goog.exportSymbol('proto.payrollserviceapi.EmployeeBankAccountInfo', null, global);
|
|
58
59
|
goog.exportSymbol('proto.payrollserviceapi.EmployeeBankAccountInfoRequest', null, global);
|
|
@@ -1263,6 +1264,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
1263
1264
|
*/
|
|
1264
1265
|
proto.payrollserviceapi.DownloadReceiptsCsvForClientInPeriodRequest.displayName = 'proto.payrollserviceapi.DownloadReceiptsCsvForClientInPeriodRequest';
|
|
1265
1266
|
}
|
|
1267
|
+
/**
|
|
1268
|
+
* Generated by JsPbCodeGenerator.
|
|
1269
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1270
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1271
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1272
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1273
|
+
* valid.
|
|
1274
|
+
* @extends {jspb.Message}
|
|
1275
|
+
* @constructor
|
|
1276
|
+
*/
|
|
1277
|
+
proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest = function(opt_data) {
|
|
1278
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
1279
|
+
};
|
|
1280
|
+
goog.inherits(proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest, jspb.Message);
|
|
1281
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1282
|
+
/**
|
|
1283
|
+
* @public
|
|
1284
|
+
* @override
|
|
1285
|
+
*/
|
|
1286
|
+
proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest.displayName = 'proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest';
|
|
1287
|
+
}
|
|
1266
1288
|
/**
|
|
1267
1289
|
* Generated by JsPbCodeGenerator.
|
|
1268
1290
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -7216,7 +7238,8 @@ proto.payrollserviceapi.ABAFileSummary.toObject = function(includeInstance, msg)
|
|
|
7216
7238
|
createdAt: jspb.Message.getFieldWithDefault(msg, 9, ""),
|
|
7217
7239
|
processedAt: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
7218
7240
|
errorMessage: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
7219
|
-
displayname: jspb.Message.getFieldWithDefault(msg, 12, "")
|
|
7241
|
+
displayname: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
7242
|
+
rejected: jspb.Message.getBooleanFieldWithDefault(msg, 13, false)
|
|
7220
7243
|
};
|
|
7221
7244
|
|
|
7222
7245
|
if (includeInstance) {
|
|
@@ -7301,6 +7324,10 @@ proto.payrollserviceapi.ABAFileSummary.deserializeBinaryFromReader = function(ms
|
|
|
7301
7324
|
var value = /** @type {string} */ (reader.readString());
|
|
7302
7325
|
msg.setDisplayname(value);
|
|
7303
7326
|
break;
|
|
7327
|
+
case 13:
|
|
7328
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
7329
|
+
msg.setRejected(value);
|
|
7330
|
+
break;
|
|
7304
7331
|
default:
|
|
7305
7332
|
reader.skipField();
|
|
7306
7333
|
break;
|
|
@@ -7414,6 +7441,13 @@ proto.payrollserviceapi.ABAFileSummary.serializeBinaryToWriter = function(messag
|
|
|
7414
7441
|
f
|
|
7415
7442
|
);
|
|
7416
7443
|
}
|
|
7444
|
+
f = message.getRejected();
|
|
7445
|
+
if (f) {
|
|
7446
|
+
writer.writeBool(
|
|
7447
|
+
13,
|
|
7448
|
+
f
|
|
7449
|
+
);
|
|
7450
|
+
}
|
|
7417
7451
|
};
|
|
7418
7452
|
|
|
7419
7453
|
|
|
@@ -7633,6 +7667,24 @@ proto.payrollserviceapi.ABAFileSummary.prototype.setDisplayname = function(value
|
|
|
7633
7667
|
};
|
|
7634
7668
|
|
|
7635
7669
|
|
|
7670
|
+
/**
|
|
7671
|
+
* optional bool rejected = 13;
|
|
7672
|
+
* @return {boolean}
|
|
7673
|
+
*/
|
|
7674
|
+
proto.payrollserviceapi.ABAFileSummary.prototype.getRejected = function() {
|
|
7675
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 13, false));
|
|
7676
|
+
};
|
|
7677
|
+
|
|
7678
|
+
|
|
7679
|
+
/**
|
|
7680
|
+
* @param {boolean} value
|
|
7681
|
+
* @return {!proto.payrollserviceapi.ABAFileSummary} returns this
|
|
7682
|
+
*/
|
|
7683
|
+
proto.payrollserviceapi.ABAFileSummary.prototype.setRejected = function(value) {
|
|
7684
|
+
return jspb.Message.setProto3BooleanField(this, 13, value);
|
|
7685
|
+
};
|
|
7686
|
+
|
|
7687
|
+
|
|
7636
7688
|
|
|
7637
7689
|
|
|
7638
7690
|
|
|
@@ -9171,7 +9223,8 @@ proto.payrollserviceapi.ABARecordDetail.toObject = function(includeInstance, msg
|
|
|
9171
9223
|
employeeNumber: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
9172
9224
|
errorMessage: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
9173
9225
|
createdAt: jspb.Message.getFieldWithDefault(msg, 13, ""),
|
|
9174
|
-
verificationStatus: jspb.Message.getFieldWithDefault(msg, 18, 0)
|
|
9226
|
+
verificationStatus: jspb.Message.getFieldWithDefault(msg, 18, 0),
|
|
9227
|
+
tfn: jspb.Message.getFieldWithDefault(msg, 19, "")
|
|
9175
9228
|
};
|
|
9176
9229
|
|
|
9177
9230
|
if (includeInstance) {
|
|
@@ -9264,6 +9317,10 @@ proto.payrollserviceapi.ABARecordDetail.deserializeBinaryFromReader = function(m
|
|
|
9264
9317
|
var value = /** @type {!proto.payrollserviceapi.BankAccountStatus} */ (reader.readEnum());
|
|
9265
9318
|
msg.setVerificationStatus(value);
|
|
9266
9319
|
break;
|
|
9320
|
+
case 19:
|
|
9321
|
+
var value = /** @type {string} */ (reader.readString());
|
|
9322
|
+
msg.setTfn(value);
|
|
9323
|
+
break;
|
|
9267
9324
|
default:
|
|
9268
9325
|
reader.skipField();
|
|
9269
9326
|
break;
|
|
@@ -9391,6 +9448,13 @@ proto.payrollserviceapi.ABARecordDetail.serializeBinaryToWriter = function(messa
|
|
|
9391
9448
|
f
|
|
9392
9449
|
);
|
|
9393
9450
|
}
|
|
9451
|
+
f = message.getTfn();
|
|
9452
|
+
if (f.length > 0) {
|
|
9453
|
+
writer.writeString(
|
|
9454
|
+
19,
|
|
9455
|
+
f
|
|
9456
|
+
);
|
|
9457
|
+
}
|
|
9394
9458
|
};
|
|
9395
9459
|
|
|
9396
9460
|
|
|
@@ -9646,6 +9710,24 @@ proto.payrollserviceapi.ABARecordDetail.prototype.setVerificationStatus = functi
|
|
|
9646
9710
|
};
|
|
9647
9711
|
|
|
9648
9712
|
|
|
9713
|
+
/**
|
|
9714
|
+
* optional string tfn = 19;
|
|
9715
|
+
* @return {string}
|
|
9716
|
+
*/
|
|
9717
|
+
proto.payrollserviceapi.ABARecordDetail.prototype.getTfn = function() {
|
|
9718
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 19, ""));
|
|
9719
|
+
};
|
|
9720
|
+
|
|
9721
|
+
|
|
9722
|
+
/**
|
|
9723
|
+
* @param {string} value
|
|
9724
|
+
* @return {!proto.payrollserviceapi.ABARecordDetail} returns this
|
|
9725
|
+
*/
|
|
9726
|
+
proto.payrollserviceapi.ABARecordDetail.prototype.setTfn = function(value) {
|
|
9727
|
+
return jspb.Message.setProto3StringField(this, 19, value);
|
|
9728
|
+
};
|
|
9729
|
+
|
|
9730
|
+
|
|
9649
9731
|
|
|
9650
9732
|
|
|
9651
9733
|
|
|
@@ -15957,6 +16039,196 @@ proto.payrollserviceapi.DownloadReceiptsCsvForClientInPeriodRequest.prototype.se
|
|
|
15957
16039
|
|
|
15958
16040
|
|
|
15959
16041
|
|
|
16042
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
16043
|
+
/**
|
|
16044
|
+
* Creates an object representation of this proto.
|
|
16045
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
16046
|
+
* Optional fields that are not set will be set to undefined.
|
|
16047
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
16048
|
+
* For the list of reserved names please see:
|
|
16049
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
16050
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
16051
|
+
* JSPB instance for transitional soy proto support:
|
|
16052
|
+
* http://goto/soy-param-migration
|
|
16053
|
+
* @return {!Object}
|
|
16054
|
+
*/
|
|
16055
|
+
proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest.prototype.toObject = function(opt_includeInstance) {
|
|
16056
|
+
return proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest.toObject(opt_includeInstance, this);
|
|
16057
|
+
};
|
|
16058
|
+
|
|
16059
|
+
|
|
16060
|
+
/**
|
|
16061
|
+
* Static version of the {@see toObject} method.
|
|
16062
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
16063
|
+
* the JSPB instance for transitional soy proto support:
|
|
16064
|
+
* http://goto/soy-param-migration
|
|
16065
|
+
* @param {!proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest} msg The msg instance to transform.
|
|
16066
|
+
* @return {!Object}
|
|
16067
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
16068
|
+
*/
|
|
16069
|
+
proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest.toObject = function(includeInstance, msg) {
|
|
16070
|
+
var f, obj = {
|
|
16071
|
+
abarecordid: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
16072
|
+
clientuserid: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
16073
|
+
timezone: jspb.Message.getFieldWithDefault(msg, 3, "")
|
|
16074
|
+
};
|
|
16075
|
+
|
|
16076
|
+
if (includeInstance) {
|
|
16077
|
+
obj.$jspbMessageInstance = msg;
|
|
16078
|
+
}
|
|
16079
|
+
return obj;
|
|
16080
|
+
};
|
|
16081
|
+
}
|
|
16082
|
+
|
|
16083
|
+
|
|
16084
|
+
/**
|
|
16085
|
+
* Deserializes binary data (in protobuf wire format).
|
|
16086
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
16087
|
+
* @return {!proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest}
|
|
16088
|
+
*/
|
|
16089
|
+
proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest.deserializeBinary = function(bytes) {
|
|
16090
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
16091
|
+
var msg = new proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest;
|
|
16092
|
+
return proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest.deserializeBinaryFromReader(msg, reader);
|
|
16093
|
+
};
|
|
16094
|
+
|
|
16095
|
+
|
|
16096
|
+
/**
|
|
16097
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
16098
|
+
* given reader into the given message object.
|
|
16099
|
+
* @param {!proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest} msg The message object to deserialize into.
|
|
16100
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
16101
|
+
* @return {!proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest}
|
|
16102
|
+
*/
|
|
16103
|
+
proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
16104
|
+
while (reader.nextField()) {
|
|
16105
|
+
if (reader.isEndGroup()) {
|
|
16106
|
+
break;
|
|
16107
|
+
}
|
|
16108
|
+
var field = reader.getFieldNumber();
|
|
16109
|
+
switch (field) {
|
|
16110
|
+
case 1:
|
|
16111
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
16112
|
+
msg.setAbarecordid(value);
|
|
16113
|
+
break;
|
|
16114
|
+
case 2:
|
|
16115
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
16116
|
+
msg.setClientuserid(value);
|
|
16117
|
+
break;
|
|
16118
|
+
case 3:
|
|
16119
|
+
var value = /** @type {string} */ (reader.readString());
|
|
16120
|
+
msg.setTimezone(value);
|
|
16121
|
+
break;
|
|
16122
|
+
default:
|
|
16123
|
+
reader.skipField();
|
|
16124
|
+
break;
|
|
16125
|
+
}
|
|
16126
|
+
}
|
|
16127
|
+
return msg;
|
|
16128
|
+
};
|
|
16129
|
+
|
|
16130
|
+
|
|
16131
|
+
/**
|
|
16132
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
16133
|
+
* @return {!Uint8Array}
|
|
16134
|
+
*/
|
|
16135
|
+
proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest.prototype.serializeBinary = function() {
|
|
16136
|
+
var writer = new jspb.BinaryWriter();
|
|
16137
|
+
proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest.serializeBinaryToWriter(this, writer);
|
|
16138
|
+
return writer.getResultBuffer();
|
|
16139
|
+
};
|
|
16140
|
+
|
|
16141
|
+
|
|
16142
|
+
/**
|
|
16143
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
16144
|
+
* format), writing to the given BinaryWriter.
|
|
16145
|
+
* @param {!proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest} message
|
|
16146
|
+
* @param {!jspb.BinaryWriter} writer
|
|
16147
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
16148
|
+
*/
|
|
16149
|
+
proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest.serializeBinaryToWriter = function(message, writer) {
|
|
16150
|
+
var f = undefined;
|
|
16151
|
+
f = message.getAbarecordid();
|
|
16152
|
+
if (f !== 0) {
|
|
16153
|
+
writer.writeInt64(
|
|
16154
|
+
1,
|
|
16155
|
+
f
|
|
16156
|
+
);
|
|
16157
|
+
}
|
|
16158
|
+
f = message.getClientuserid();
|
|
16159
|
+
if (f !== 0) {
|
|
16160
|
+
writer.writeInt64(
|
|
16161
|
+
2,
|
|
16162
|
+
f
|
|
16163
|
+
);
|
|
16164
|
+
}
|
|
16165
|
+
f = message.getTimezone();
|
|
16166
|
+
if (f.length > 0) {
|
|
16167
|
+
writer.writeString(
|
|
16168
|
+
3,
|
|
16169
|
+
f
|
|
16170
|
+
);
|
|
16171
|
+
}
|
|
16172
|
+
};
|
|
16173
|
+
|
|
16174
|
+
|
|
16175
|
+
/**
|
|
16176
|
+
* optional int64 abaRecordId = 1;
|
|
16177
|
+
* @return {number}
|
|
16178
|
+
*/
|
|
16179
|
+
proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest.prototype.getAbarecordid = function() {
|
|
16180
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
16181
|
+
};
|
|
16182
|
+
|
|
16183
|
+
|
|
16184
|
+
/**
|
|
16185
|
+
* @param {number} value
|
|
16186
|
+
* @return {!proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest} returns this
|
|
16187
|
+
*/
|
|
16188
|
+
proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest.prototype.setAbarecordid = function(value) {
|
|
16189
|
+
return jspb.Message.setProto3IntField(this, 1, value);
|
|
16190
|
+
};
|
|
16191
|
+
|
|
16192
|
+
|
|
16193
|
+
/**
|
|
16194
|
+
* optional int64 clientUserId = 2;
|
|
16195
|
+
* @return {number}
|
|
16196
|
+
*/
|
|
16197
|
+
proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest.prototype.getClientuserid = function() {
|
|
16198
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
16199
|
+
};
|
|
16200
|
+
|
|
16201
|
+
|
|
16202
|
+
/**
|
|
16203
|
+
* @param {number} value
|
|
16204
|
+
* @return {!proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest} returns this
|
|
16205
|
+
*/
|
|
16206
|
+
proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest.prototype.setClientuserid = function(value) {
|
|
16207
|
+
return jspb.Message.setProto3IntField(this, 2, value);
|
|
16208
|
+
};
|
|
16209
|
+
|
|
16210
|
+
|
|
16211
|
+
/**
|
|
16212
|
+
* optional string timezone = 3;
|
|
16213
|
+
* @return {string}
|
|
16214
|
+
*/
|
|
16215
|
+
proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest.prototype.getTimezone = function() {
|
|
16216
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
16217
|
+
};
|
|
16218
|
+
|
|
16219
|
+
|
|
16220
|
+
/**
|
|
16221
|
+
* @param {string} value
|
|
16222
|
+
* @return {!proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest} returns this
|
|
16223
|
+
*/
|
|
16224
|
+
proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest.prototype.setTimezone = function(value) {
|
|
16225
|
+
return jspb.Message.setProto3StringField(this, 3, value);
|
|
16226
|
+
};
|
|
16227
|
+
|
|
16228
|
+
|
|
16229
|
+
|
|
16230
|
+
|
|
16231
|
+
|
|
15960
16232
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
15961
16233
|
/**
|
|
15962
16234
|
* Creates an object representation of this proto.
|