The table below contains type mapping rules that are used to map QuickBooks Online field types to .NET types.
QuickBooks Online Native Data Type |
Provider Data Type |
.NET Data Type |
|---|---|---|
| Integer | INT | Int32 |
| Decimal | DECIMAL | Decimal |
| String | STRING | String |
| Boolean | BOOLEAN | Boolean |
| Date | DATE | DateTime |
| DateTime | DATETIME | DateTime |
| Enum | STRING | String |
| Array | STRING | String |