Core/CoreConstants.php
- Package
- Default
\CoreConstants
Package: Default















Constants whose values do not change.
Constants

string
CONTENTTYPE_TEXTXML
= "text/xml"
Content type: text/xml.
- CONTENTTYPE_TEXTXML
- string
CONTENTTYPE_TEXTXML

string
CONTENTTYPE_TEXTPLAIN
= "text/plain"
Content type: text/plain.
- CONTENTTYPE_TEXTPLAIN
- string
CONTENTTYPE_TEXTPLAIN

string
CONTENTTYPE_APPLICATIONTEXT
= "application/text"
Content type: application/text.
- CONTENTTYPE_APPLICATIONTEXT
- string
CONTENTTYPE_APPLICATIONTEXT

string
CONTENTTYPE_APPLICATIONXML
= "application/xml"
Content type: application/xml.
- CONTENTTYPE_APPLICATIONXML
- string
CONTENTTYPE_APPLICATIONXML

string
CONTENTTYPE_APPLICATIONJSON
= "application/json"
Content type: application/xml.
- CONTENTTYPE_APPLICATIONJSON
- string
CONTENTTYPE_APPLICATIONJSON

string
CONTENTTYPE_URLFORMENCODED
= "application/x-www-form-urlencoded"
Content type: application/x-www-form-urlencoded.
- CONTENTTYPE_URLFORMENCODED
- string
CONTENTTYPE_URLFORMENCODED

string
CONTENTTYPE_OCTETSTREAM
= "application/octet-stream"
Content type: application/x-www-form-urlencoded.
- CONTENTTYPE_OCTETSTREAM
- string
CONTENTTYPE_URLFORMENCODED

string
CONTENTTYPE_APPLICATIONPDF
= "application/pdf"
Content type: application/pdf.
- CONTENTTYPE_APPLICATIONPDF
- string
CONTENTTYPE_APPLICATIONPDF

string
QBD_BASEURL
= "https://quickbooks.api.intuit.com/"
The Base Url for QBD.
- QBD_BASEURL
- string
QBD_BASEURL

string
QBO_BASEURL
= "https://quickbooks.api.intuit.com/"
The Base Url for QBO.
- QBO_BASEURL
- string
QBO_BASEURL

string
AUTHORIZATIONSTRING_FORHEADER
= "Authorization"
Authorization String For Header.
- AUTHORIZATIONSTRING_FORHEADER
- string
AUTHORIZATIONSTRING_FORHEADER

string
REQUESTFILENAME_FORMAT
= "{0}{1}Request-{2}.txt"
Request File Name Format.
- REQUESTFILENAME_FORMAT
- string
REQUESTFILENAME_FORMAT

string
RESPONSEFILENAME_FORMAT
= "{0}{1}Response-{2}.txt"
Response File Name Format.
- RESPONSEFILENAME_FORMAT
- string
RESPONSEFILENAME_FORMAT

string
ERRORRESPONSEFILENAME_FORMAT
= "{0}{1}Error-Response-{2}.txt"
Error Response File Name Format.
- ERRORRESPONSEFILENAME_FORMAT
- string
ERRORRESPONSEFILENAME_FORMAT

string
CONTENTENCODING
= "Content-Encoding"
The Compression format of the request data.
- CONTENTENCODING
- string
CONTENTENCODING

string
ACCEPTENCODING
= "Accept-Encoding"
The Compression format of the response data.
- ACCEPTENCODING
- string
ACCEPTENCODING