displayRate Data Type

A name value pair for breaking down rates by cost type (remember that all rates are time sensitive too!). Cost types can be like an hourly rate, or per mileage amount, etc.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
amount string element 0/1 The total amount that is incurred for this cost type.
effectiveDate string element 0/1 The effective date that this rate begins.
endDate string element 0/1 The end date of this rate. Only applies if literal rate dates are selected.
extra string element 0/1 The new rate that will be incurred if the limit is reached.
limit string element 0/1 The maximum limit that this cost type will allow at this rate.
type string element 0/1 The cost type of this rate.

Example

<displayRate>
  <type>...</type>
  <amount>...</amount>
  <limit>...</limit>
  <extra>...</extra>
  <effectiveDate>...</effectiveDate>
  <endDate>...</endDate>
</displayRate>