ProjectCost
ProjectCost
A representation of a project cost.
JSON Example
{
"cost": "number",
"costSyncTime": "2011-12-03T10:15:30Z",
"costUnit": "USD",
"message": "string",
"code": "string"
}
number
cost
Optional
The cost of project.
string
costSyncTime
Optional
The date as of which project cost is calculated. Timestamp format: YYYY-MM-DDThh:mm:ss.SSSZ
string
costUnit
Optional
The unit of cost of project. This is a 3 letter currency code.
string
message
Optional
The message regarding the project cost.
string
code
Optional
The unique code for the message.