class SenderCredentials

Constants

SENDER_PROFILE_ENV_NAME

SENDER_ID_ENV_NAME

SENDER_PASSWORD_ENV_NAME

DEFAULT_SENDER_PROFILE

Methods

__construct(array $params = array())

Initializes the class with the given parameters.

string
getSenderId()

Get Intacct sender ID

string
getPassword()

Get Intacct sender password

getEndpoint()

Get endpoint

Details

at line line 62
__construct(array $params = array())

Initializes the class with the given parameters.

The constructor accepts the following options:

  • profile_name (string) Profile name to use
  • profile_file (string) Profile file to load from
  • sender_id (string) Intacct sender ID
  • sender_password (string) Intacct sender password
  • endpoint_url (string) Endpoint URL
  • verify_ssl (bool, default=bool(true)) Verify SSL certificate of response

Parameters

array $params Sender Credentials configuration options

Exceptions

InvalidArgumentException

at line line 108
string getSenderId()

Get Intacct sender ID

Return Value

string

at line line 118
string getPassword()

Get Intacct sender password

Return Value

string

at line line 128
Endpoint getEndpoint()

Get endpoint

Return Value

Endpoint