'ID', 'mall_id' => 'Mall ID', 'status' => 'Status', 'statistics_id' => 'Statistics ID', 'refund_id' => 'Refund ID', 'order_id' => 'Order ID', 'created_at' => 'Created At', 'updated_at' => 'Updated At', ]; } public function getPaymentTypeRefundStatistics() { return $this->hasOne(PaymentTypeRefundStatistics::class, ['id' => 'statistics_id']); } }