File "PaymentMethodActiveRecord.php"
Full Path: /home/cananyalcin/public_html/core/lib/coinbase/src/ActiveRecord/PaymentMethodActiveRecord.php
File size: 297 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Coinbase\Wallet\ActiveRecord;
trait PaymentMethodActiveRecord
{
use BaseActiveRecord;
/**
* Issues a refresh request to the API.
*/
public function refresh(array $params = [])
{
$this->getClient()->refreshPaymentMethod($this, $params);
}
}