Endpoint
class Endpoint
Constants
| DEFAULT_ENDPOINT |
Default endpoint |
| ENDPOINT_URL_ENV_NAME |
Endpoint URL environment name |
| DOMAIN_NAME |
Intacct domain name |
Methods
__construct(array $params = array())
Initializes the class with the given parameters.
string
__toString()
Return the string representation of the current element
string
getEndpoint()
Get the endpoint URL
bool
getVerifySSL()
Get verify SSL
Details
at line line 62
__construct(array $params = array())
Initializes the class with the given parameters.
The constructor accepts the following options:
endpoint_url(string, default=string "https://api.intacct.com/ia/xml/xmlgw.phtml") Endpoint URLverify_ssl(bool, default=bool(true)) Verify SSL certificate of response
at line line 79
string
__toString()
Return the string representation of the current element
at line line 89
string
getEndpoint()
Get the endpoint URL
at line line 147
bool
getVerifySSL()
Get verify SSL