|
Sage Intacct SDK for PHP
|
Public Member Functions | |
| getControlId () | |
| setControlId (string $controlId) | |
| isTransaction () | |
| setTransaction (bool $transaction) | |
| isUniqueId () | |
| setUniqueId (bool $uniqueId) | |
| getPolicyId () | |
| setPolicyId (string $policyId) | |
| getEncoding () | |
| setEncoding (string $encoding) | |
| getMaxRetries () | |
| setMaxRetries (int $maxRetries) | |
| getMaxTimeout () | |
| setMaxTimeout (float $maxTimeout) | |
| getNoRetryServerErrorCodes () | |
| setNoRetryServerErrorCodes (array $noRetryServerErrorCodes) | |
| __construct () | |
| __construct | ( | ) |
| getControlId | ( | ) |
| getEncoding | ( | ) |
| getMaxRetries | ( | ) |
| getMaxTimeout | ( | ) |
The timeout of the request in seconds.
| getNoRetryServerErrorCodes | ( | ) |
| getPolicyId | ( | ) |
| isTransaction | ( | ) |
| isUniqueId | ( | ) |
| setControlId | ( | string | $controlId | ) |
| string | $controlId |
| setEncoding | ( | string | $encoding | ) |
| string | $encoding |
| setMaxRetries | ( | int | $maxRetries | ) |
| int | $maxRetries |
| setMaxTimeout | ( | float | $maxTimeout | ) |
The timeout of the request in seconds. Use 0 to wait indefinitely. Default is 300.
| float | $maxTimeout |
| setNoRetryServerErrorCodes | ( | array | $noRetryServerErrorCodes | ) |
| int[] | $noRetryServerErrorCodes |
| setPolicyId | ( | string | $policyId | ) |
| string | $policyId |
| setTransaction | ( | bool | $transaction | ) |
| bool | $transaction |
| setUniqueId | ( | bool | $uniqueId | ) |
| bool | $uniqueId |