Versions Compared

Key

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

Overview


This structure represents the fields associated with an update to the number of units on a cost card. 

...

Panel
titlePwsCostUnitsAdjustmentOrder
  • PwsCostUnitsAdjustmentOrder
    • CostCardIdentities: PwsVersionedCostCardRef
    • NewClientAmount: Double
    • NewDisbursedAmountDisbursedCurrency: Double
    • NewUnits: Int64
    • NewVatAmountDisbursedCurrency: Double

...

Element

Data Type

Required?

Description

Sample Data

CostCardIdentitiesPwsVersionedCostCardRefYesThe cost card(s) that will be adjusted

NewClientAmountDoubleYesThe client amount that will be applied to the cost card
100
NewDisbursedAmountDisbursedCurrencyDoubleYesThe disbursed amount that will be applied to the cost card in the disbursed currency
100
NewUnitsInt64YesThe number of units to be applied to the cost card
2
NewVatAmountDisbursedCurrencyDoubleNoThe VAT amoun ttha twill amount that will be applied to the cost card in the disbursed currency
12.75

...