CostCategorySplitChargeRule

Use the split charge rule to split the cost of one Cost Category value across several other target values.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The method that's used to define how to split your source costs across your targets.

Link copied to clipboard

The parameters for a split charge method. This is only required for the FIXED method.

Link copied to clipboard

The Cost Category value that you want to split. That value can't be used as a source or a target in other split charge rules. To indicate uncategorized costs, you can use an empty string as the source.

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String