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 URL
  • verify_ssl (bool, default=bool(true)) Verify SSL certificate of response

Parameters

array $params Endpoint configuration options

at line line 79
string __toString()

Return the string representation of the current element

Return Value

string

at line line 89
string getEndpoint()

Get the endpoint URL

Return Value

string

at line line 147
bool getVerifySSL()

Get verify SSL

Return Value

bool