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.advance_day is not None:
result['advanceDay'] = self.advance_day
if self.airline_corp_code is not None:
result['airlineCorpCode'] = self.airline_corp_code
if self.airline_corp_name is not None:
result['airlineCorpName'] = self.airline_corp_name
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_airport_code is not None:
result['arrAirportCode'] = self.arr_airport_code
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_station is not None:
result['arrStation'] = self.arr_station
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.btrip_coupon_fee is not None:
result['btripCouponFee'] = self.btrip_coupon_fee
if self.build_fee is not None:
result['buildFee'] = self.build_fee
if self.cabin is not None:
result['cabin'] = self.cabin
if self.cabin_class is not None:
result['cabinClass'] = self.cabin_class
if self.capital_direction is not None:
result['capitalDirection'] = self.capital_direction
if self.cascade_department is not None:
result['cascadeDepartment'] = self.cascade_department
if self.change_fee is not None:
result['changeFee'] = self.change_fee
if self.corp_pay_order_fee is not None:
result['corpPayOrderFee'] = self.corp_pay_order_fee
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.dep_airport_code is not None:
result['depAirportCode'] = self.dep_airport_code
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_station is not None:
result['deptStation'] = self.dept_station
if self.dept_time is not None:
result['deptTime'] = self.dept_time
if self.discount is not None:
result['discount'] = self.discount
if self.fee_type is not None:
result['feeType'] = self.fee_type
if self.flight_no is not None:
result['flightNo'] = self.flight_no
if self.index is not None:
result['index'] = self.index
if self.insurance_fee is not None:
result['insuranceFee'] = self.insurance_fee
if self.invoice_title is not None:
result['invoiceTitle'] = self.invoice_title
if self.itinerary_num is not None:
result['itineraryNum'] = self.itinerary_num
if self.itinerary_price is not None:
result['itineraryPrice'] = self.itinerary_price
if self.most_difference_dept_time is not None:
result['mostDifferenceDeptTime'] = self.most_difference_dept_time
if self.most_difference_discount is not None:
result['mostDifferenceDiscount'] = self.most_difference_discount
if self.most_difference_flight_no is not None:
result['mostDifferenceFlightNo'] = self.most_difference_flight_no
if self.most_difference_price is not None:
result['mostDifferencePrice'] = self.most_difference_price
if self.most_difference_reason is not None:
result['mostDifferenceReason'] = self.most_difference_reason
if self.most_price is not None:
result['mostPrice'] = self.most_price
if self.negotiation_coupon_fee is not None:
result['negotiationCouponFee'] = self.negotiation_coupon_fee
if self.oil_fee is not None:
result['oilFee'] = self.oil_fee
if self.order_id is not None:
result['orderId'] = self.order_id
if self.over_apply_id is not None:
result['overApplyId'] = self.over_apply_id
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.refund_fee is not None:
result['refundFee'] = self.refund_fee
if self.refund_upgrade_cost is not None:
result['refundUpgradeCost'] = self.refund_upgrade_cost
if self.remark is not None:
result['remark'] = self.remark
if self.repeat_refund is not None:
result['repeatRefund'] = self.repeat_refund
if self.seal_price is not None:
result['sealPrice'] = self.seal_price
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.status is not None:
result['status'] = self.status
if self.ticket_id is not None:
result['ticketId'] = self.ticket_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.upgrade_cost is not None:
result['upgradeCost'] = self.upgrade_cost
if self.voucher_type is not None:
result['voucherType'] = self.voucher_type
return result