Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview


This structure represents the fields associated with a cost card split.

...

Panel
titlePwsCostSplitOrder
  • PwsCostSplitOrder
    • SplitClientAmount: Double
    • SplitPercent: Double
    • SplitTotalAmountDisbursedCurrency: Double
    • SplitUnits: Int32
    • CostCardIdentity: PwsVersionedCostCardRef

...

Element

Data Type

Required?

Description

Sample Data

SplitClientAmountDoubleA SplitClientAmount or SplitPercent or SplitTotalAmountDisbursedCurrency or SplitUnits is requiredThe client amount to be assigned to the existing card after the split
153.35
SplitPercentDoubleSee SplitClientAmountThe percentage of the cost to be assigned to the existing card after the split.20
SplitTotalAmountDisbursedCurrencyDoubleSee SplitClientAmountThe total amount in disbursed currency to be assigned to the existing card after the split
60.00
SplitUnitsInt32See SplitClientAmountNoThe number of units to be assigned to the existing card after the split
1
CostCardIdentityPwsVersionedCostCardRefYesThis structure represents the unique key fields associated with identifying a Cost Card. Time Cards can be identified with a CostCardUid. 

...