Core/CoreConstants.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
Package
Default  

\CoreConstants

Package: Default
Constants whose values do not change.

Constants

>VConstantstring  SLASH_CHAR = "/"
Slash character.
SLASH_CHAR
string

SLASH_CHAR

>VConstantstring  VERSION = "v3"
The Intuit Services Version.
VERSION
string

VERSION

>VConstantstring  RESOURCE = "resource"
The Resource.
RESOURCE
string

RESOURCE

>VConstantstring  CONTENTTYPE_TEXTXML = "text/xml"
Content type: text/xml.
CONTENTTYPE_TEXTXML
string

CONTENTTYPE_TEXTXML

>VConstantstring  CONTENTTYPE_TEXTPLAIN = "text/plain"
Content type: text/plain.
CONTENTTYPE_TEXTPLAIN
string

CONTENTTYPE_TEXTPLAIN

>VConstantstring  CONTENTTYPE_APPLICATIONTEXT = "application/text"
Content type: application/text.
CONTENTTYPE_APPLICATIONTEXT
string

CONTENTTYPE_APPLICATIONTEXT

>VConstantstring  CONTENTTYPE_APPLICATIONXML = "application/xml"
Content type: application/xml.
CONTENTTYPE_APPLICATIONXML
string

CONTENTTYPE_APPLICATIONXML

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

CONTENTTYPE_APPLICATIONJSON

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

CONTENTTYPE_URLFORMENCODED

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

CONTENTTYPE_URLFORMENCODED

>VConstantstring  CONTENTTYPE_APPLICATIONPDF = "application/pdf"
Content type: application/pdf.
CONTENTTYPE_APPLICATIONPDF
string

CONTENTTYPE_APPLICATIONPDF

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

QBD_BASEURL

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

QBO_BASEURL

>VConstantstring  Id = "Id"
Id Parameter Name.
Id
string

Id

>VConstantstring  SYNC_TOKEN = "SyncToken"
Sync Token Parameter Name.
SYNC_TOKEN
string

SYNC_TOKEN

>VConstantstring  DOMAIN = "domain"
Domain Parameter Name.
DOMAIN
string

DOMAIN

>VConstantstring  METADATA = "MetaData"
MetaData Parameter Name.
METADATA
string

METADATA

>VConstantstring  SPARSE = "sparse"
Sparse Parameter Name.
SPARSE
string

SPARSE

>VConstantstring  STATUS = "status"
Status Parameter Name.
STATUS
string

STATUS

>VConstantstring  ID_DOMAIN_QUERY = "?idDomain="
Id Domain Query Parameter.
ID_DOMAIN_QUERY
string

ID_DOMAIN_QUERY

>VConstantstring  AUTHORIZATIONSTRING_FORHEADER = "Authorization"
Authorization String For Header.
AUTHORIZATIONSTRING_FORHEADER
string

AUTHORIZATIONSTRING_FORHEADER

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

REQUESTFILENAME_FORMAT

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

RESPONSEFILENAME_FORMAT

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

ERRORRESPONSEFILENAME_FORMAT

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

CONTENTENCODING

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

ACCEPTENCODING

>VConstantstring  USERAGENT = "V3PHPSDK2.3.1"
The Request source header value.
USERAGENT
string

REQUESTSOURCEHEADER

Methods

methodpublicgetType( $string,  $return = 1) : void
static

Parameters
NameTypeDescription
$string
$return
Documentation was generated by phpDocumentor 2.8.5.