b1-sl
Version:
library for connection and session management of the service layer sap b1
16 lines (13 loc) • 389 B
JavaScript
class Document_ApprovalRequest {
constructor() {
this.ApprovalTemplatesID = new Number();
this.Remarks = new String();
this.ApprovalTemplatesName = new String();
this.ActiveForUpdate = new String();
}
ApprovalTemplatesID;
Remarks;
ApprovalTemplatesName;
ActiveForUpdate;
}
module.exports = Document_ApprovalRequest;