in btripopen-20220520/src/main/java/com/aliyun/sdk/service/btripopen20220520/models/IeFlightBillSettlementQueryResponseBody.java [1467:1572]
private Builder(DataList model) {
this.advanceDay = model.advanceDay;
this.airlineCorpCode = model.airlineCorpCode;
this.airlineCorpName = model.airlineCorpName;
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.arrAirportCode = model.arrAirportCode;
this.arrCity = model.arrCity;
this.arrCityCode = model.arrCityCode;
this.arrCountry = model.arrCountry;
this.arrCountryCode = model.arrCountryCode;
this.arrDate = model.arrDate;
this.arrStation = model.arrStation;
this.arrTime = model.arrTime;
this.billRecordTime = model.billRecordTime;
this.bookMode = model.bookMode;
this.bookTime = model.bookTime;
this.bookerId = model.bookerId;
this.bookerJobNo = model.bookerJobNo;
this.bookerName = model.bookerName;
this.btripCouponFee = model.btripCouponFee;
this.businessTripResult = model.businessTripResult;
this.cabin = model.cabin;
this.cabinClass = model.cabinClass;
this.capitalDirection = model.capitalDirection;
this.cascadeDepartment = model.cascadeDepartment;
this.categoryDesc = model.categoryDesc;
this.changeFee = model.changeFee;
this.changeResult = model.changeResult;
this.corpPayOrderFee = model.corpPayOrderFee;
this.costCenter = model.costCenter;
this.costCenterNumber = model.costCenterNumber;
this.coupon = model.coupon;
this.deductibleTax = model.deductibleTax;
this.depAirportCode = model.depAirportCode;
this.depCityCode = model.depCityCode;
this.depCountry = model.depCountry;
this.depCountryCode = model.depCountryCode;
this.department = model.department;
this.departmentId = model.departmentId;
this.deptCity = model.deptCity;
this.deptDate = model.deptDate;
this.deptStation = model.deptStation;
this.deptTime = model.deptTime;
this.discount = model.discount;
this.exceedReason = model.exceedReason;
this.feeType = model.feeType;
this.feeTypeDesc = model.feeTypeDesc;
this.flightNo = model.flightNo;
this.index = model.index;
this.insOrderId = model.insOrderId;
this.insuranceFee = model.insuranceFee;
this.insuranceNumber = model.insuranceNumber;
this.insuranceProductName = model.insuranceProductName;
this.invoiceTitle = model.invoiceTitle;
this.mostDifferenceDeptTime = model.mostDifferenceDeptTime;
this.mostDifferenceDiscount = model.mostDifferenceDiscount;
this.mostDifferenceFlightNo = model.mostDifferenceFlightNo;
this.mostDifferencePrice = model.mostDifferencePrice;
this.mostDifferenceReason = model.mostDifferenceReason;
this.mostPrice = model.mostPrice;
this.negotiationCouponFee = model.negotiationCouponFee;
this.orderId = model.orderId;
this.orderStatusDesc = model.orderStatusDesc;
this.overApplyId = model.overApplyId;
this.paymentDepartmentId = model.paymentDepartmentId;
this.paymentDepartmentName = model.paymentDepartmentName;
this.primaryId = model.primaryId;
this.projectCode = model.projectCode;
this.projectName = model.projectName;
this.refundChangeCost = model.refundChangeCost;
this.refundFee = model.refundFee;
this.refundResult = model.refundResult;
this.remark = model.remark;
this.repeatRefund = model.repeatRefund;
this.sealPrice = model.sealPrice;
this.segmentType = model.segmentType;
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.status = model.status;
this.statusDesc = model.statusDesc;
this.subOrderId = model.subOrderId;
this.taxFee = model.taxFee;
this.taxRate = model.taxRate;
this.thirdItineraryId = model.thirdItineraryId;
this.ticketId = model.ticketId;
this.trade = model.trade;
this.tradeActionDesc = model.tradeActionDesc;
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;
this.voyageName = model.voyageName;
}