| Current Path : /home/exhehbu/wp/wp-content/plugins/eventer/front/stripe/lib/ |
| Current File : /home/exhehbu/wp/wp-content/plugins/eventer/front/stripe/lib/ExchangeRate.php |
<?php
namespace Stripe;
/**
* Class ExchangeRate
*
* @property string $id
* @property string $object
* @property mixed $rates
*
* @package Stripe
*/
class ExchangeRate extends ApiResource
{
const OBJECT_NAME = 'exchange_rate';
use ApiOperations\All;
use ApiOperations\Retrieve;
}