in btripopen-20220520/src/main/java/com/aliyun/sdk/service/btripopen20220520/models/IeHotelBillSettlementQueryResponseBody.java [461:555]
private DataList(Builder builder) {
this.alipayTradeNo = builder.alipayTradeNo;
this.amountCurrency = builder.amountCurrency;
this.applyArrCityCode = builder.applyArrCityCode;
this.applyArrCityName = builder.applyArrCityName;
this.applyDepCityCode = builder.applyDepCityCode;
this.applyDepCityName = builder.applyDepCityName;
this.applyExtendField = builder.applyExtendField;
this.applyId = builder.applyId;
this.averageNights = builder.averageNights;
this.billRecordTime = builder.billRecordTime;
this.bookMode = builder.bookMode;
this.bookReason = builder.bookReason;
this.bookTime = builder.bookTime;
this.bookerId = builder.bookerId;
this.bookerJobNo = builder.bookerJobNo;
this.bookerName = builder.bookerName;
this.brandGroup = builder.brandGroup;
this.brandName = builder.brandName;
this.businessExpense = builder.businessExpense;
this.businessTripResult = builder.businessTripResult;
this.capitalDirection = builder.capitalDirection;
this.cascadeDepartment = builder.cascadeDepartment;
this.categoryDesc = builder.categoryDesc;
this.checkInDate = builder.checkInDate;
this.checkoutDate = builder.checkoutDate;
this.city = builder.city;
this.cityCode = builder.cityCode;
this.corpRefundFee = builder.corpRefundFee;
this.corpTotalFee = builder.corpTotalFee;
this.costCenter = builder.costCenter;
this.costCenterNumber = builder.costCenterNumber;
this.country = builder.country;
this.countryCode = builder.countryCode;
this.deductibleTax = builder.deductibleTax;
this.department = builder.department;
this.departmentId = builder.departmentId;
this.exceedReason = builder.exceedReason;
this.feeType = builder.feeType;
this.feeTypeDesc = builder.feeTypeDesc;
this.fines = builder.fines;
this.foreignBusinessExpense = builder.foreignBusinessExpense;
this.hotelName = builder.hotelName;
this.hotelStar = builder.hotelStar;
this.index = builder.index;
this.invoiceTitle = builder.invoiceTitle;
this.isEarlyDeparture = builder.isEarlyDeparture;
this.isNegotiation = builder.isNegotiation;
this.isShareStr = builder.isShareStr;
this.mainApplyId = builder.mainApplyId;
this.nights = builder.nights;
this.orderId = builder.orderId;
this.orderPrice = builder.orderPrice;
this.orderStatusDesc = builder.orderStatusDesc;
this.orderType = builder.orderType;
this.originalReserveRule = builder.originalReserveRule;
this.overApplyId = builder.overApplyId;
this.paymentDepartmentId = builder.paymentDepartmentId;
this.paymentDepartmentName = builder.paymentDepartmentName;
this.personRefundFee = builder.personRefundFee;
this.personSettlePrice = builder.personSettlePrice;
this.primaryId = builder.primaryId;
this.projectCode = builder.projectCode;
this.projectName = builder.projectName;
this.promotionFee = builder.promotionFee;
this.rate = builder.rate;
this.remark = builder.remark;
this.reserveRule = builder.reserveRule;
this.roomNo = builder.roomNo;
this.roomNumber = builder.roomNumber;
this.roomPrice = builder.roomPrice;
this.roomType = builder.roomType;
this.serviceFee = builder.serviceFee;
this.settleTypeDesc = builder.settleTypeDesc;
this.settlementFee = builder.settlementFee;
this.settlementGrantFee = builder.settlementGrantFee;
this.settlementTime = builder.settlementTime;
this.settlementType = builder.settlementType;
this.status = builder.status;
this.statusDesc = builder.statusDesc;
this.subOrderId = builder.subOrderId;
this.taxRate = builder.taxRate;
this.thirdInvoiceId = builder.thirdInvoiceId;
this.thirdItineraryId = builder.thirdItineraryId;
this.thirdPartBusinessId = builder.thirdPartBusinessId;
this.thirdpartApplyId = builder.thirdpartApplyId;
this.totalNights = builder.totalNights;
this.tradeActionDesc = builder.tradeActionDesc;
this.travelerId = builder.travelerId;
this.travelerJobNo = builder.travelerJobNo;
this.travelerMemberType = builder.travelerMemberType;
this.travelerName = builder.travelerName;
this.voucherType = builder.voucherType;
this.voucherTypeDesc = builder.voucherTypeDesc;
}