Stripe\Stripe::getApiKey PHP 메소드

getApiKey() 공개 정적인 메소드

public static getApiKey ( ) : string
리턴 string The API key used for requests.
    public static function getApiKey()
    {
        return self::$apiKey;
    }