Your IP : 216.73.216.95


Current Path : /var/test/www/mainsite/wp-content/plugins/give/vendor/stripe/stripe-php/lib/
Upload File :
Current File : /var/test/www/mainsite/wp-content/plugins/give/vendor/stripe/stripe-php/lib/ExchangeRate.php

<?php

namespace Stripe;

/**
 * Class ExchangeRate
 *
 * @package Stripe
 */
class ExchangeRate extends ApiResource
{
    const OBJECT_NAME = "exchange_rate";

    use ApiOperations\All;
    use ApiOperations\Retrieve;
}