CreateConstraintRequest

Types

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

Properties

Link copied to clipboard

The language code.

Link copied to clipboard

The description of the constraint.

Link copied to clipboard

A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.

Link copied to clipboard

The constraint parameters, in JSON format. The syntax depends on the constraint type as follows:

Link copied to clipboard

The portfolio identifier.

Link copied to clipboard

The product identifier.

Link copied to clipboard
val type: String?

The type of constraint.

Functions

Link copied to clipboard
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