$this->money, 'service' => $this->service, 'type' => $this->type, 'type_text' => $this->type_text, 'bank_name' => $this->bank_name, 'bank_card' => $this->bank_card, 'bank_user' => $this->bank_user, 'status' => $this->status_text, 'reason' => $this->reason, 'created_at' => (string) $this->created_at, 'paid_at' => (string) $this->paid_at, ]; } }