ServiceMarkupDiscount Data Type

Represents service cost markup or discount. The global markup/discount has "Global Default" service name.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
markupDiscount float element 1/1 the markup or discount
serviceName string element 0/1 the service name

Example

<ServiceMarkupDiscount>
  <serviceName>...</serviceName>
  <markupDiscount>...</markupDiscount>
</ServiceMarkupDiscount>