private Builder()

in btripopen-20220520/src/main/java/com/aliyun/sdk/service/btripopen20220520/models/HotelBillSettlementQueryResponseBody.java [1398:1499]


            private Builder(DataList model) {
                this.agreementPromotionFee = model.agreementPromotionFee;
                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.averageNights = model.averageNights;
                this.billRecordTime = model.billRecordTime;
                this.billingEntity = model.billingEntity;
                this.bookChannel = model.bookChannel;
                this.bookMode = model.bookMode;
                this.bookReason = model.bookReason;
                this.bookTime = model.bookTime;
                this.bookerId = model.bookerId;
                this.bookerJobNo = model.bookerJobNo;
                this.bookerName = model.bookerName;
                this.brandGroup = model.brandGroup;
                this.brandName = model.brandName;
                this.businessTripResult = model.businessTripResult;
                this.cancelOrModifyReason = model.cancelOrModifyReason;
                this.cancelOrModifyScene = model.cancelOrModifyScene;
                this.capitalDirection = model.capitalDirection;
                this.cascadeDepartment = model.cascadeDepartment;
                this.categoryDesc = model.categoryDesc;
                this.checkInDate = model.checkInDate;
                this.checkoutDate = model.checkoutDate;
                this.city = model.city;
                this.cityCode = model.cityCode;
                this.cityCounty = model.cityCounty;
                this.cityCountyCode = model.cityCountyCode;
                this.corpRefundFee = model.corpRefundFee;
                this.corpTotalFee = model.corpTotalFee;
                this.costCenter = model.costCenter;
                this.costCenterNumber = model.costCenterNumber;
                this.deductibleTax = model.deductibleTax;
                this.department = model.department;
                this.departmentId = model.departmentId;
                this.exceedReason = model.exceedReason;
                this.feeType = model.feeType;
                this.feeTypeDesc = model.feeTypeDesc;
                this.fees = model.fees;
                this.fines = model.fines;
                this.fuPointFee = model.fuPointFee;
                this.hotelName = model.hotelName;
                this.index = model.index;
                this.insOrderId = model.insOrderId;
                this.insuranceNumber = model.insuranceNumber;
                this.insurancePrice = model.insurancePrice;
                this.insuranceProductName = model.insuranceProductName;
                this.invoiceTitle = model.invoiceTitle;
                this.isEarlyDeparture = model.isEarlyDeparture;
                this.isNegotiation = model.isNegotiation;
                this.isShareStr = model.isShareStr;
                this.nights = model.nights;
                this.noAdvanceBookingReason = model.noAdvanceBookingReason;
                this.orderId = model.orderId;
                this.orderPrice = model.orderPrice;
                this.orderType = model.orderType;
                this.originalReserveRule = model.originalReserveRule;
                this.overApplyId = model.overApplyId;
                this.paymentDepartmentId = model.paymentDepartmentId;
                this.paymentDepartmentName = model.paymentDepartmentName;
                this.personRefundFee = model.personRefundFee;
                this.personSettlePrice = model.personSettlePrice;
                this.primaryId = model.primaryId;
                this.projectCode = model.projectCode;
                this.projectName = model.projectName;
                this.promotionFee = model.promotionFee;
                this.recoverMoneyReceiptAmt = model.recoverMoneyReceiptAmt;
                this.remark = model.remark;
                this.reserveRule = model.reserveRule;
                this.roomNo = model.roomNo;
                this.roomNumber = model.roomNumber;
                this.roomPrice = model.roomPrice;
                this.roomType = model.roomType;
                this.sceneId = model.sceneId;
                this.sceneName = model.sceneName;
                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.star = model.star;
                this.status = model.status;
                this.statusDesc = model.statusDesc;
                this.taxRate = model.taxRate;
                this.thirdItineraryId = model.thirdItineraryId;
                this.totalNights = model.totalNights;
                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.unbookedLowestPriceReason = model.unbookedLowestPriceReason;
                this.voucherType = model.voucherType;
                this.voucherTypeDesc = model.voucherTypeDesc;
            }