private Builder()

in btripopen-20220520/src/main/java/com/aliyun/sdk/service/btripopen20220520/models/CarBillSettlementQueryResponseBody.java [1254:1343]


            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.arrCity = model.arrCity;
                this.arrCityCode = model.arrCityCode;
                this.arrDate = model.arrDate;
                this.arrLocation = model.arrLocation;
                this.arrTime = model.arrTime;
                this.billRecordTime = model.billRecordTime;
                this.billingEntity = model.billingEntity;
                this.bookModel = model.bookModel;
                this.bookTime = model.bookTime;
                this.bookerId = model.bookerId;
                this.bookerJobNo = model.bookerJobNo;
                this.bookerName = model.bookerName;
                this.businessCategory = model.businessCategory;
                this.capitalDirection = model.capitalDirection;
                this.carLevel = model.carLevel;
                this.cascadeDepartment = model.cascadeDepartment;
                this.categoryDesc = model.categoryDesc;
                this.costCenter = model.costCenter;
                this.costCenterNumber = model.costCenterNumber;
                this.coupon = model.coupon;
                this.couponPrice = model.couponPrice;
                this.deductibleTax = model.deductibleTax;
                this.depCityCode = model.depCityCode;
                this.department = model.department;
                this.departmentId = model.departmentId;
                this.deptCity = model.deptCity;
                this.deptDate = model.deptDate;
                this.deptLocation = model.deptLocation;
                this.deptTime = model.deptTime;
                this.driverAddDetail = model.driverAddDetail;
                this.driverAddFee = model.driverAddFee;
                this.estimateDriveDistance = model.estimateDriveDistance;
                this.estimatePrice = model.estimatePrice;
                this.feeType = model.feeType;
                this.feeTypeDesc = model.feeTypeDesc;
                this.index = model.index;
                this.invoiceTitle = model.invoiceTitle;
                this.levelName = model.levelName;
                this.memo = model.memo;
                this.orderId = model.orderId;
                this.orderPrice = model.orderPrice;
                this.overApplyId = model.overApplyId;
                this.paymentDepartmentId = model.paymentDepartmentId;
                this.paymentDepartmentName = model.paymentDepartmentName;
                this.personSettleFee = model.personSettleFee;
                this.primaryId = model.primaryId;
                this.projectCode = model.projectCode;
                this.projectName = model.projectName;
                this.providerName = model.providerName;
                this.realDriveDistance = model.realDriveDistance;
                this.realFromAddr = model.realFromAddr;
                this.realToAddr = model.realToAddr;
                this.remark = model.remark;
                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.specialOrder = model.specialOrder;
                this.specialReason = model.specialReason;
                this.status = model.status;
                this.statusDesc = model.statusDesc;
                this.subOrderId = model.subOrderId;
                this.supplementApplyId = model.supplementApplyId;
                this.taxRate = model.taxRate;
                this.thirdItineraryId = model.thirdItineraryId;
                this.timeType = model.timeType;
                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.userConfirmDesc = model.userConfirmDesc;
                this.vehicleSceneId = model.vehicleSceneId;
                this.vehicleSceneName = model.vehicleSceneName;
                this.voucherType = model.voucherType;
                this.voucherTypeDesc = model.voucherTypeDesc;
            }