The table below contains type mapping rules that are used to map FreshBooks field types to .NET types.
FreshBooks 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 |