Versions Compared

Key

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

...

NameDescriptionValues
idThe subsection unique identifierAny
columnsThe number of columns the list is divided into. The default value is 1.numeric
componentsThe list of components.The list of the components

Example

Expand
titleList
Image RemovedImage Added

 

Code Block
themeEclipse
languagexml
titleSection
<section>
	<id>secRates</id>
	<name>Rates</name> 
	<disable>false</disable>
	<instruction>Specify or view the services and physical goods that should be rated by this price plan and define the flat or tiered rates for each one of them. Use the rate model that is more appropriate for your business needs.</instruction>
	<list>
		<id>listRates</id>
		<columns>4</columns>
		<components>
			<component><id>cmpCode</id></component>
			<component><id>cmpModel</id></component>
			<component><id>cmpBaseAmount</id></component>
			...
			<component>
				<id>cmpTieredRatesDrilldown</id>
				<colspan>4</colspan>
			</component>
		</components>
	</list>
</section>