ChargeAccount

An account that is charged all or a portion of the total Support charge and the percentage of the charge allocated to it.

Types

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

Properties

Link copied to clipboard

The account ID.

Link copied to clipboard

The percentage of the total Support charge allocated to this account. This is 0.0 when supportAllocationMethod = Proportional.

Functions

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