CostCategory

The structure of Cost Categories. This includes detailed metadata and the set of rules for the CostCategory object.

Types

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

Properties

Link copied to clipboard

The unique identifier for your Cost Category.

Link copied to clipboard

The default value for the cost category.

Link copied to clipboard

The effective end date of your Cost Category.

Link copied to clipboard

The effective start date of your Cost Category.

Link copied to clipboard

The unique name of the Cost Category.

Link copied to clipboard

The list of processing statuses for Cost Management products for a specific cost category.

Link copied to clipboard

The rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.

Link copied to clipboard

The rule schema version in this particular Cost Category.

Link copied to clipboard

The split charge rules that are used to allocate your charges between your Cost Category values.

Functions

Link copied to clipboard
inline fun copy(block: CostCategory.Builder.() -> Unit = {}): CostCategory
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