index.js 434 Bytes
Newer Older
fukai committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
export default class Inftrnps {
	constructor() {
		this.data = {
      status:'',
      cla:'',
      usr:'',
      ownref:'',
			inidatfro: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)), //  Date of entry of Transaction		.trncorco.inidatfro
      inidattil: new Date(), //  Date of entry of Transaction until		.trncorco.inidattil
      dbCodes:{
        quecla:[],
        tsksta:[],
        dststa:[],
      }
		};
	}
}