Your IP : 216.73.216.182


Current Path : /var/www/html/components/com_jdonation/payments/stripe/Stripe/
Upload File :
Current File : /var/www/html/components/com_jdonation/payments/stripe/Stripe/Account.php

<?php

class Stripe_Account extends Stripe_SingletonApiResource
{
  /**
    * @param string|null $apiKey
    *
    * @return Stripe_Account
    */
  public static function retrieve($apiKey=null)
  {
    $class = get_class();
    return self::_scopedSingletonRetrieve($class, $apiKey);
  }
}