export default class Bttp {
	constructor() {
		this.data = {
			pansta: "",
			bendocuil: "",
			futhndflg: "",			//  Internal Discrepancies		.bttp.futhndflg
			cre752flg: "",			//  Create 752		.bttp.cre752flg
			furide: "",			//  Further Identification		.bttp.furide
			setnowflg: "",
			aammod: {
				addamtflg: "",			//  Add. Amount		.bttp.aammod.addamtflg
      },
      aamp:{ 
        aammod:{
          addamtflg:'',
        }
      },
			docgrdmbe1:{
				docgrd:[],
				docgrdlst:[],
				rightdocgrd:[],
				docdsclab:"",
			},
			docgrdmbe2:{
				docgrd:[],
				docgrdlst:[],
				rightdocgrd:[],
				docdsclab:"",
			}
		}
	}
}