SenderCredentials
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 useprofile_file(string) Profile file to load fromsender_id(string) Intacct sender IDsender_password(string) Intacct sender passwordendpoint_url(string) Endpoint URLverify_ssl(bool, default=bool(true)) Verify SSL certificate of response
at line line 108
string
getSenderId()
Get Intacct sender ID
at line line 118
string
getPassword()
Get Intacct sender password
at line line 128
Endpoint
getEndpoint()
Get endpoint