PwsCostCardImage
Overview
This data structure contains the essential information of a cost card that has been adjusted. It is contained within PwsInvoiceAdjustmentHistoryCostCard for either the before or after snapshot of the cost card.
Format
- PwsCostCardImage
- BaseAmount: Double
- ClientAmount: Double
- Description: String
- ExpenseTypeIdentity: PwsExpenseTypeRef
- LocationIdentity: PwsLocationRef
- ProjectIdentity: PwsProjectRef
- ProjectName: String
- Udf1Value: PwsCardUdfValue
- Udf2Value: PwsCardUdfValue
- Units: Double
Elements
Element | Data Type | Required? | Default | Description |
---|---|---|---|---|
BaseAmount | Double | The base amount associated with the cost card. | ||
ClientAmount | Double | The client amount associated with the cost card. It is the same of the BaseAmount and all the write up/down adjustments. | ||
Description | String | The description assoiated with the cost card. | ||
ExpenseTypeIdentity | This structure represents the unique key fields associated with identifying an expense type. | |||
LocationIdentity | This structure contains the unique key fields associated with a location. | |||
ProjectIdentity | This structure represents the unique key fields associated with identifying a project. | |||
ProjectName | String | The name of the project. | ||
Udf1Value | This structure represents the value of a user defined field. | |||
Udf2Value | This structure represents the value of a user defined field. | |||
Units | Double | If the cost card is unit based, this is the value of the number of units associated with the cost card. |