<html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><?php

declare (strict_types=1);
namespace WPForms\Vendor\Square;

use WPForms\Vendor\CoreInterfaces\Http\HttpConfigurations;
use WPForms\Vendor\Square\Authentication\BearerAuthCredentialsBuilder;
/**
 * An interface for all configuration parameters required by the SDK.
 */
interface ConfigurationInterface extends HttpConfigurations
{
    /**
     * Get square Connect API versions
     */
    public function getSquareVersion() : string;
    /**
     * Get additional headers to add to each API call
     */
    public function getAdditionalHeaders() : array;
    /**
     * Get user agent detail, to be appended with user-agent header.
     */
    public function getUserAgentDetail() : string;
    /**
     * Get current API environment
     */
    public function getEnvironment() : string;
    /**
     * Get sets the base URL requests are made to. Defaults to `https://connect.squareup.com`
     */
    public function getCustomUrl() : string;
    /**
     * Get the credentials to use with BearerAuth
     */
    public function getBearerAuthCredentials() : BearerAuthCredentials;
    /**
     * Get the credentials buil