Current Path : /var/test/www/mainsite/wp-content/plugins/give/vendor/stripe/stripe-php/lib/ |
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; }