CancelAgreementCancellationRequestResponse

Types

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

Properties

Link copied to clipboard

The unique identifier of the cancelled cancellation request.

Link copied to clipboard

The unique identifier of the agreement associated with this cancellation request.

Link copied to clipboard
val createdAt: <Error class: unknown class>?

The date and time when the cancellation request was originally created, as a POSIX timestamp (Unix epoch seconds).

Link copied to clipboard

The detailed description of the original cancellation reason, if provided.

Link copied to clipboard

The original reason code provided when the cancellation request was created.

Link copied to clipboard

The updated status of the cancellation request, which is CANCELLED.

Link copied to clipboard

A message providing additional context about the cancellation request status.

Link copied to clipboard
val updatedAt: <Error class: unknown class>?

The date and time when the cancellation request was cancelled, as a POSIX timestamp (Unix epoch seconds).

Functions

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