index.js 801 Bytes
export default class Txpaym {
  constructor() {
    this.data = {
      inr: "", //Internal Unique ID
      txfinr: "", //TXFinr
      bsnsrlno: "", //付汇业务编号
      rcrdno: "", //备案表编号
      dataverfcd: "", //验证码
      pymtbnknm: "", //机构名称或个人姓名
      taxpyidnfno: "", //纳税人识别号
      acptbnknm: "", //受理银行名称
      acptinstcd: "", //受理银行机构代码
      ficd: "", //总行金融机构代码
      blngsafecd: "", //所属外汇局代码
      beenchkverfamt: "", //已核验付汇金额(美元)
      bsnsts: "", //业务状态
      rmtcofcoverbsnupchainsts: "", //上链状态
      updatetime: "", //操作时�'
      itnlincmpaydclrtnno: "", //国际收支申报号
      msgid: "", //查询流�'号
    }
  }
}