recipient_bank_account_id = $object->getRecipientBankAccountId(); $transaction->payment_method = $object->getPaymentMethod(); $transaction->amount = $object->getAmount(); $transaction->original_amount = $object->getOriginalAmount(); $transaction->currency_id = $object->getCurrencyId(); $transaction->original_currency_id = $object->getOriginalCurrencyId(); $transaction->currency_rate = $object->getCurrencyRate(); $transaction->tax = $object->getTax(); $transaction->service_charge = $object->getServiceCharge(); return $this->handler($transaction); } }