getApiKey() публичный Метод

Returns the Stripe API key.
public getApiKey ( ) : string
Результат string
Пример #1
0
 /**
  * Returns the Stripe API key.
  *
  * @return string
  */
 public function getApiKey()
 {
     return $this->config->getApiKey();
 }