CostCategorySplitChargeRule

data class CostCategorySplitChargeRule(val method: String, val parameters: List<CostCategorySplitChargeRuleParameter>? = null, val source: String, val targets: List<String>)

Constructors

Link copied to clipboard
constructor(method: String, parameters: List<CostCategorySplitChargeRuleParameter>? = null, source: String, targets: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Method that's used to define how to split your source costs across your targets. Valid values are FIXED, PROPORTIONAL, EVEN

Link copied to clipboard

Configuration block for the parameters for a split charge method. This is only required for the FIXED method. See below.

Link copied to clipboard

Cost Category value that you want to split.

Link copied to clipboard

Cost Category values that you want to split costs across. These values can't be used as a source in other split charge rules.