in dingtalk/php/src/alitrip_1_0/Models/BillSettementBtripTrainResponseBody/module/dataList.php [321:479]
public function toMap()
{
$res = [];
if (null !== $this->alipayTradeNo) {
$res['alipayTradeNo'] = $this->alipayTradeNo;
}
if (null !== $this->applyId) {
$res['applyId'] = $this->applyId;
}
if (null !== $this->arrDate) {
$res['arrDate'] = $this->arrDate;
}
if (null !== $this->arrStation) {
$res['arrStation'] = $this->arrStation;
}
if (null !== $this->arrTime) {
$res['arrTime'] = $this->arrTime;
}
if (null !== $this->billRecordTime) {
$res['billRecordTime'] = $this->billRecordTime;
}
if (null !== $this->bookTime) {
$res['bookTime'] = $this->bookTime;
}
if (null !== $this->bookerId) {
$res['bookerId'] = $this->bookerId;
}
if (null !== $this->bookerJobNo) {
$res['bookerJobNo'] = $this->bookerJobNo;
}
if (null !== $this->bookerName) {
$res['bookerName'] = $this->bookerName;
}
if (null !== $this->capitalDirection) {
$res['capitalDirection'] = $this->capitalDirection;
}
if (null !== $this->cascadeDepartment) {
$res['cascadeDepartment'] = $this->cascadeDepartment;
}
if (null !== $this->changeFee) {
$res['changeFee'] = $this->changeFee;
}
if (null !== $this->coachNo) {
$res['coachNo'] = $this->coachNo;
}
if (null !== $this->costCenter) {
$res['costCenter'] = $this->costCenter;
}
if (null !== $this->costCenterNumber) {
$res['costCenterNumber'] = $this->costCenterNumber;
}
if (null !== $this->coupon) {
$res['coupon'] = $this->coupon;
}
if (null !== $this->department) {
$res['department'] = $this->department;
}
if (null !== $this->departmentId) {
$res['departmentId'] = $this->departmentId;
}
if (null !== $this->deptDate) {
$res['deptDate'] = $this->deptDate;
}
if (null !== $this->deptStation) {
$res['deptStation'] = $this->deptStation;
}
if (null !== $this->deptTime) {
$res['deptTime'] = $this->deptTime;
}
if (null !== $this->feeType) {
$res['feeType'] = $this->feeType;
}
if (null !== $this->index) {
$res['index'] = $this->index;
}
if (null !== $this->invoiceTitle) {
$res['invoiceTitle'] = $this->invoiceTitle;
}
if (null !== $this->orderId) {
$res['orderId'] = $this->orderId;
}
if (null !== $this->orderPrice) {
$res['orderPrice'] = $this->orderPrice;
}
if (null !== $this->overApplyId) {
$res['overApplyId'] = $this->overApplyId;
}
if (null !== $this->primaryId) {
$res['primaryId'] = $this->primaryId;
}
if (null !== $this->projectCode) {
$res['projectCode'] = $this->projectCode;
}
if (null !== $this->projectName) {
$res['projectName'] = $this->projectName;
}
if (null !== $this->refundFee) {
$res['refundFee'] = $this->refundFee;
}
if (null !== $this->remark) {
$res['remark'] = $this->remark;
}
if (null !== $this->runTime) {
$res['runTime'] = $this->runTime;
}
if (null !== $this->seatNo) {
$res['seatNo'] = $this->seatNo;
}
if (null !== $this->seatType) {
$res['seatType'] = $this->seatType;
}
if (null !== $this->serviceFee) {
$res['serviceFee'] = $this->serviceFee;
}
if (null !== $this->settlementFee) {
$res['settlementFee'] = $this->settlementFee;
}
if (null !== $this->settlementGrantFee) {
$res['settlementGrantFee'] = $this->settlementGrantFee;
}
if (null !== $this->settlementTime) {
$res['settlementTime'] = $this->settlementTime;
}
if (null !== $this->settlementType) {
$res['settlementType'] = $this->settlementType;
}
if (null !== $this->shortTicketNo) {
$res['shortTicketNo'] = $this->shortTicketNo;
}
if (null !== $this->status) {
$res['status'] = $this->status;
}
if (null !== $this->ticketNo) {
$res['ticketNo'] = $this->ticketNo;
}
if (null !== $this->ticketPrice) {
$res['ticketPrice'] = $this->ticketPrice;
}
if (null !== $this->trainNo) {
$res['trainNo'] = $this->trainNo;
}
if (null !== $this->trainType) {
$res['trainType'] = $this->trainType;
}
if (null !== $this->travelerId) {
$res['travelerId'] = $this->travelerId;
}
if (null !== $this->travelerJobNo) {
$res['travelerJobNo'] = $this->travelerJobNo;
}
if (null !== $this->travelerName) {
$res['travelerName'] = $this->travelerName;
}
if (null !== $this->voucherType) {
$res['voucherType'] = $this->voucherType;
}
return $res;
}