[]
This class exposes specific properties to set up a connection for the C1DataConnector QuickBooksOnline provider.
public sealed class C1QuickBooksOnlineConnectionStringBuilder : C1OAuthConnectionStringBuilder, IDictionary, ICollection, IEnumerable, ICustomTypeDescriptor
| Name | Description |
|---|---|
| C1QuickBooksOnlineConnectionStringBuilder() | The default constructor of C1QuickBooksOnlineConnectionStringBuilder |
| Name | Description |
|---|---|
| AuthenticationType | The type of authorization the request will utilize. |
| CompanyId | The unique identifier of a given company in QuickBooks Online. |
| CountryCode | The country code for the edition of QuickBooks Online being used. For instance: US, IN, UK, AU, and CA. Default is US. |
| this[string] | Gets or sets the value associated with the specified key. |
| MinorVersion | Set the minor version to be used when sending requests to the QuickBooks Online API. Default is 52. |
| UseSandbox | A boolean indicating if you are using a Sandbox account. Default is false. |
| Name | Description |
|---|---|
| Equals(object) | Method that check if two instance C1QuickBooksOnlineConnectionStringBuilder can be considered equals considering pooling and caching connection purposes. |
| GetHashCode() | Retrieve the mapped hash code of this C1QuickBooksOnlineConnectionStringBuilder. |