ItemizedCharge

A breakdown of individual charges or line items within a billing or pricing context.

Types

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

Properties

Link copied to clipboard

The identifier of the expected charge that this itemized charge contributes to.

Link copied to clipboard

The dimension key as specified in the accepted term.

Link copied to clipboard

The total incremental charge amount for this dimension.

Link copied to clipboard

The requested quantity for this dimension.

Link copied to clipboard

The existing quantity for this dimension from the source agreement. This value is 0 for NEW intent.

Functions

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