Exemplo n.º 1
0
 public CarBusinessDetailInfoQueryResponseMain()
 {
     BaseVO      = new BaseVOCarBusinessDetailInfoQueryResponse();
     ApplicantVO = new ApplicantVO();
     InsuredVO   = new InsuredVO();
     CvrgList    = new List <CvrgVO>();
     VhlownerVO  = new VhlownerVO();
     VhlVO       = new VhlVO();
     VsTaxVO     = new VsTaxVO();
     PayVO       = new PayVO();
 }
 public PackageVOCarQuotePriceResponse()
 {
     flag         = "";
     cerrRes      = "";
     cAppNo       = "";
     cProdNo      = "";
     tInsrncBgnTm = "";
     tInsrncEndTm = "";
     nIrrRatio    = "";
     nBasePrm     = "";
     nPrm         = "";
     nFundRate    = "";
     nFundAmount  = "";
     cQryCde      = "";
     BaseVO       = new BaseVOCarQuotePriceResponse();
     CvrgList     = new List <CvrgVO>();
     PrmCoefVO    = new PrmCoefVO();
     VhlVO        = new VhlVO();
     VsTaxVO      = new VsTaxVO();
 }