UNPKG

b1-sl

Version:

library for connection and session management of the service layer sap b1

24 lines (21 loc) 573 B
class DocumentInstallment { constructor() { this.DueDate = new String(); this.Percentage = new Number(); this.Total = new Number(); this.LastDunningDate = new String(); this.DunningLevel = new Number(); this.TotalFC = new Number(); this.InstallmentId = new Number(); this.PaymentOrdered = new String(); } DueDate; Percentage; Total; LastDunningDate; DunningLevel; TotalFC; InstallmentId; PaymentOrdered; } module.exports = DocumentInstallment;