in dingtalk/python/alibabacloud_dingtalk/alitrip_1_0/models.py [0:0]
def to_map(self):
_map = super().to_map()
if _map is not None:
return _map
result = dict()
if self.alipay_trade_no is not None:
result['alipayTradeNo'] = self.alipay_trade_no
if self.apply_id is not None:
result['applyId'] = self.apply_id
if self.arr_city is not None:
result['arrCity'] = self.arr_city
if self.arr_date is not None:
result['arrDate'] = self.arr_date
if self.arr_location is not None:
result['arrLocation'] = self.arr_location
if self.arr_time is not None:
result['arrTime'] = self.arr_time
if self.bill_record_time is not None:
result['billRecordTime'] = self.bill_record_time
if self.book_time is not None:
result['bookTime'] = self.book_time
if self.booker_id is not None:
result['bookerId'] = self.booker_id
if self.booker_job_no is not None:
result['bookerJobNo'] = self.booker_job_no
if self.booker_name is not None:
result['bookerName'] = self.booker_name
if self.business_category is not None:
result['businessCategory'] = self.business_category
if self.capital_direction is not None:
result['capitalDirection'] = self.capital_direction
if self.car_level is not None:
result['carLevel'] = self.car_level
if self.cascade_department is not None:
result['cascadeDepartment'] = self.cascade_department
if self.cost_center is not None:
result['costCenter'] = self.cost_center
if self.cost_center_number is not None:
result['costCenterNumber'] = self.cost_center_number
if self.coupon is not None:
result['coupon'] = self.coupon
if self.coupon_price is not None:
result['couponPrice'] = self.coupon_price
if self.department is not None:
result['department'] = self.department
if self.department_id is not None:
result['departmentId'] = self.department_id
if self.dept_city is not None:
result['deptCity'] = self.dept_city
if self.dept_date is not None:
result['deptDate'] = self.dept_date
if self.dept_location is not None:
result['deptLocation'] = self.dept_location
if self.dept_time is not None:
result['deptTime'] = self.dept_time
if self.estimate_drive_distance is not None:
result['estimateDriveDistance'] = self.estimate_drive_distance
if self.estimate_price is not None:
result['estimatePrice'] = self.estimate_price
if self.fee_type is not None:
result['feeType'] = self.fee_type
if self.index is not None:
result['index'] = self.index
if self.invoice_title is not None:
result['invoiceTitle'] = self.invoice_title
if self.memo is not None:
result['memo'] = self.memo
if self.order_id is not None:
result['orderId'] = self.order_id
if self.order_price is not None:
result['orderPrice'] = self.order_price
if self.over_apply_id is not None:
result['overApplyId'] = self.over_apply_id
if self.person_settle_fee is not None:
result['personSettleFee'] = self.person_settle_fee
if self.primary_id is not None:
result['primaryId'] = self.primary_id
if self.project_code is not None:
result['projectCode'] = self.project_code
if self.project_name is not None:
result['projectName'] = self.project_name
if self.provider_name is not None:
result['providerName'] = self.provider_name
if self.real_drive_distance is not None:
result['realDriveDistance'] = self.real_drive_distance
if self.real_from_addr is not None:
result['realFromAddr'] = self.real_from_addr
if self.real_to_addr is not None:
result['realToAddr'] = self.real_to_addr
if self.remark is not None:
result['remark'] = self.remark
if self.service_fee is not None:
result['serviceFee'] = self.service_fee
if self.settlement_fee is not None:
result['settlementFee'] = self.settlement_fee
if self.settlement_grant_fee is not None:
result['settlementGrantFee'] = self.settlement_grant_fee
if self.settlement_time is not None:
result['settlementTime'] = self.settlement_time
if self.settlement_type is not None:
result['settlementType'] = self.settlement_type
if self.special_order is not None:
result['specialOrder'] = self.special_order
if self.special_reason is not None:
result['specialReason'] = self.special_reason
if self.status is not None:
result['status'] = self.status
if self.sub_order_id is not None:
result['subOrderId'] = self.sub_order_id
if self.traveler_id is not None:
result['travelerId'] = self.traveler_id
if self.traveler_job_no is not None:
result['travelerJobNo'] = self.traveler_job_no
if self.traveler_name is not None:
result['travelerName'] = self.traveler_name
if self.user_confirm_desc is not None:
result['userConfirmDesc'] = self.user_confirm_desc
if self.voucher_type is not None:
result['voucherType'] = self.voucher_type
return result