File "Event.php"
Full Path: /home/cananyalcin/public_html/core/lib/coinbase/coinbase-commerce/src/Resources/Event.php
File size: 320 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace CoinbaseCommerce\Resources;
use CoinbaseCommerce\Resources\Operations\ReadMethodTrait;
class Event extends ApiResource implements ResourcePathInterface
{
use ReadMethodTrait;
/**
* @return string
*/
public static function getResourcePath()
{
return 'events';
}
}