Amendment

class Amendment

Represents a specific change to be made to a benefit application field.

Types

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

Properties

Link copied to clipboard

The JSON path or field identifier specifying which field in the benefit application to modify.

Link copied to clipboard

The new value to set for the specified field in the benefit application.

Functions

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