Your IP : 216.73.216.187


Current Path : /home/exhehbu/www/wp-content/plugins/eventer/front/stripe/lib/
Upload File :
Current File : /home/exhehbu/www/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;
}