Core/Configuration/BaseUrl.phpView Source

Show: PublicProtectedPrivateinherited
Table of Contents
Package
Default  

\BaseUrl

Package: Default
Base Urls for QBO, QBD and IPP

Properties

>VPropertypublicstring $Ipp
Gets or sets the url for Platform Rest Service.
Details
Type
string
>VPropertypublicstring $Qbd
Gets or sets the url for QuickBooks Desktop Rest Service.
Details
Type
string
>VPropertypublicstring $Qbo
Gets or sets the url for QuickBooks Online Rest Service.
Details
Type
string

Methods

methodpublic__construct(string $Qbd = NULL, string $Qbo = NULL, string $Ipp = NULL) : void

Initializes a new instance of the BaseUrl class.

Parameters
NameTypeDescription
$Qbdstring

url for QuickBooks Desktop Rest Service

$Qbostring

url for QuickBooks Online Rest Service

$Ippstring

url for Platform Rest Service

Documentation was generated by phpDocumentor 2.8.5.