in btripopen-20220520/src/main/java/com/aliyun/sdk/service/btripopen20220520/models/TrainBillSettlementQueryResponseBody.java [1362:1460]
private Builder(DataList model) {
this.alipayTradeNo = model.alipayTradeNo;
this.applyArrCityCode = model.applyArrCityCode;
this.applyArrCityName = model.applyArrCityName;
this.applyDepCityCode = model.applyDepCityCode;
this.applyDepCityName = model.applyDepCityName;
this.applyExtendField = model.applyExtendField;
this.applyId = model.applyId;
this.arrCityCode = model.arrCityCode;
this.arrCityName = model.arrCityName;
this.arrDate = model.arrDate;
this.arrStation = model.arrStation;
this.arrStationLocation = model.arrStationLocation;
this.arrStationLocationCode = model.arrStationLocationCode;
this.arrTime = model.arrTime;
this.billRecordTime = model.billRecordTime;
this.bookTime = model.bookTime;
this.bookerId = model.bookerId;
this.bookerJobNo = model.bookerJobNo;
this.bookerName = model.bookerName;
this.businessTripResult = model.businessTripResult;
this.cabinMaxPrice = model.cabinMaxPrice;
this.capitalDirection = model.capitalDirection;
this.cascadeDepartment = model.cascadeDepartment;
this.categoryDesc = model.categoryDesc;
this.changeAffiliateNo = model.changeAffiliateNo;
this.changeApplyId = model.changeApplyId;
this.changeFee = model.changeFee;
this.changeResult = model.changeResult;
this.coachNo = model.coachNo;
this.costCenter = model.costCenter;
this.costCenterNumber = model.costCenterNumber;
this.coupon = model.coupon;
this.deductibleTax = model.deductibleTax;
this.depCityCode = model.depCityCode;
this.depCityName = model.depCityName;
this.depStationLocation = model.depStationLocation;
this.depStationLocationCode = model.depStationLocationCode;
this.department = model.department;
this.departmentId = model.departmentId;
this.deptDate = model.deptDate;
this.deptStation = model.deptStation;
this.deptTime = model.deptTime;
this.exceedReason = model.exceedReason;
this.feeType = model.feeType;
this.feeTypeDesc = model.feeTypeDesc;
this.index = model.index;
this.invoiceTitle = model.invoiceTitle;
this.isTransferOrder = model.isTransferOrder;
this.longTicketNo = model.longTicketNo;
this.maxCabin = model.maxCabin;
this.orderId = model.orderId;
this.orderPrice = model.orderPrice;
this.orderTicketNo = model.orderTicketNo;
this.overApplyId = model.overApplyId;
this.paymentDepartmentId = model.paymentDepartmentId;
this.paymentDepartmentName = model.paymentDepartmentName;
this.primaryId = model.primaryId;
this.printTicketPrice = model.printTicketPrice;
this.projectCode = model.projectCode;
this.projectName = model.projectName;
this.refundAffiliateNo = model.refundAffiliateNo;
this.refundApplyId = model.refundApplyId;
this.refundFee = model.refundFee;
this.refundReason = model.refundReason;
this.remark = model.remark;
this.reserveMode = model.reserveMode;
this.runTime = model.runTime;
this.sceneId = model.sceneId;
this.sceneName = model.sceneName;
this.seatNo = model.seatNo;
this.seatType = model.seatType;
this.serviceFee = model.serviceFee;
this.settleTypeDesc = model.settleTypeDesc;
this.settlementFee = model.settlementFee;
this.settlementGrantFee = model.settlementGrantFee;
this.settlementTime = model.settlementTime;
this.settlementType = model.settlementType;
this.shortTicketNo = model.shortTicketNo;
this.speedPackageFee = model.speedPackageFee;
this.status = model.status;
this.statusDesc = model.statusDesc;
this.taxRate = model.taxRate;
this.thirdItineraryId = model.thirdItineraryId;
this.ticketCorpPayPrice = model.ticketCorpPayPrice;
this.ticketNo = model.ticketNo;
this.ticketPersonPayPrice = model.ticketPersonPayPrice;
this.ticketPrice = model.ticketPrice;
this.tradeActionDesc = model.tradeActionDesc;
this.trainNo = model.trainNo;
this.trainType = model.trainType;
this.travelerId = model.travelerId;
this.travelerJobNo = model.travelerJobNo;
this.travelerMemberType = model.travelerMemberType;
this.travelerMemberTypeName = model.travelerMemberTypeName;
this.travelerName = model.travelerName;
this.voucherType = model.voucherType;
this.voucherTypeDesc = model.voucherTypeDesc;
}