UNPKG

b1-sl

Version:

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

76 lines (73 loc) 1.99 kB
class BPBankAccount { constructor() { this.LogInstance = new Number(); this.UserNo4 = new String(); this.BPCode = new String(); this.County = new String(); this.State = new String(); this.UserNo2 = new String(); this.IBAN = new String(); this.ZipCode = new String(); this.City = new String(); this.Block = new String(); this.Branch = new String(); this.Country = new String(); this.Street = new String(); this.ControlKey = new String(); this.UserNo3 = new String(); this.BankCode = new String(); this.AccountNo = new String(); this.UserNo1 = new String(); this.InternalKey = new Number(); this.BuildingFloorRoom = new String(); this.BIK = new String(); this.AccountName = new String(); this.CorrespondentAccount = new String(); this.Phone = new String(); this.Fax = new String(); this.CustomerIdNumber = new String(); this.ISRBillerID = new String(); this.ISRType = new Number(); this.BICSwiftCode = new String(); this.ABARoutingNumber = new String(); this.MandateID = new String(); this.SignatureDate = new String(); this.MandateExpDate = new String(); this.SEPASeqType = new String(); } LogInstance; UserNo4; BPCode; County; State; UserNo2; IBAN; ZipCode; City; Block; Branch; Country; Street; ControlKey; UserNo3; BankCode; AccountNo; UserNo1; InternalKey; BuildingFloorRoom; BIK; AccountName; CorrespondentAccount; Phone; Fax; CustomerIdNumber; ISRBillerID; ISRType; BICSwiftCode; ABARoutingNumber; MandateID; SignatureDate; MandateExpDate; SEPASeqType; } module.exports = BPBankAccount;