CapabilityRequirement

data class CapabilityRequirement(val id: String?, val object: String?, val type: String?, val status: String?, val source: String? = null)

Describes a single outstanding requirement that must be satisfied before a capability can be enabled.

Constructors

Link copied to clipboard
constructor(id: String?, object: String?, type: String?, status: String?, source: String? = null)

Properties

Link copied to clipboard
val id: String?

Unique identifier for this requirement.

Link copied to clipboard

The object type string returned by the API (e.g. "capability_requirement").

Link copied to clipboard
val source: String? = null

Optional identifier indicating which system or integration raised the requirement.

Link copied to clipboard

Current fulfillment status of the requirement.

Link copied to clipboard
val type: String?

The category of the requirement (e.g. "document", "verification").