Overview
This structure represents the fields associated with a cost card split.
...
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
SplitClientAmount | Double | A SplitClientAmount or SplitPercent or SplitTotalAmountDisbursedCurrency or SplitUnits is required | The client amount to be assigned to the existing card after the split | 153.35 |
SplitPercent | Double | See SplitClientAmount | The percentage of the cost to be assigned to the existing card after the split | .20 |
SplitTotalAmountDisbursedCurrency | Double | See SplitClientAmount | The total amount in disbursed currency to be assigned to the existing card after the split | 60.00 |
SplitUnits | Int32 | See SplitClientAmountNo | The number of units to be assigned to the existing card after the split | 1 |
CostCardIdentity | PwsVersionedCostCardRef | Yes | This structure represents the unique key fields associated with identifying a Cost Card. Time Cards can be identified with a CostCardUid. |
...