uawdijnntqw1x1x1
IP : 18.191.233.198
Hostname : host45.registrar-servers.com
Kernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
jackpotjunglegam
/
public_html
/
core
/
vendor
/
stripe
/
stripe-php
/
lib
/
BaseStripeClientInterface.php
/
/
<?php namespace Stripe; /** * Interface for a Stripe client. */ interface BaseStripeClientInterface { /** * Gets the API key used by the client to send requests. * * @return null|string the API key used by the client to send requests */ public function getApiKey(); /** * Gets the client ID used by the client in OAuth requests. * * @return null|string the client ID used by the client in OAuth requests */ public function getClientId(); /** * Gets the base URL for Stripe's API. * * @return string the base URL for Stripe's API */ public function getApiBase(); /** * Gets the base URL for Stripe's OAuth API. * * @return string the base URL for Stripe's OAuth API */ public function getConnectBase(); /** * Gets the base URL for Stripe's Files API. * * @return string the base URL for Stripe's Files API */ public function getFilesBase(); }
/home/jackpotjunglegam/public_html/core/vendor/stripe/stripe-php/lib/BaseStripeClientInterface.php