PwsResourceRdcException

Overview


This structure represents a resource RDC exception. If a resource does not have an RDC exception rate, their RDC rate is determined by the resource's cost center.

Format


PwsResourceRdcException
  • PwsResourceRdcException

Elements


Element

Data Type

Description

Sample Data

CurrencyIdentity

PwsCurrencyRef

The resource direct cost currency.


HourlyRate

Double

The resource direct cost hourly rate.

50

Usage Example(s)


Example 01
                           <b:RdcException>
                              <b:CurrencyIdentity>
                                 <b:CurrencyCode>USD</b:CurrencyCode>
                                 <b:CurrencyId i:nil="true"/>
                                 <b:CurrencyUid>1152921504606851838</b:CurrencyUid>
                              </b:CurrencyIdentity>
                              <b:HourlyRate>50</b:HourlyRate>
                           </b:RdcException>