currencyRate; return [ 'currency_rate_id' => $this->currency_rate_id, 'rate' => $this->selling, 'created_at' => $this->created_at->format('d-m-Y'), 'payment_method_type' => $currencyRate->payment_method_type, ]; } }