private DataList()

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


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