AgreementViewSummary

A summary of the agreement, including top-level attributes (for example, the agreement ID, version, proposer, and acceptor).

Types

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

Properties

Link copied to clipboard

The date and time that the agreement was accepted.

Link copied to clipboard

Details of the party accepting the agreement terms. This is commonly the buyer for PurchaseAgreement.

Link copied to clipboard

The unique identifier of the agreement.

Link copied to clipboard

The type of agreement. Values are PurchaseAgreement or VendorInsightsAgreement.

Link copied to clipboard

The date and time when the agreement ends. The field is null for pay-as-you-go agreements, which don’t have end dates.

Link copied to clipboard

A summary of the proposal

Link copied to clipboard

Details of the party proposing the agreement terms, most commonly the seller for PurchaseAgreement.

Link copied to clipboard

The date and time when the agreement starts.

Link copied to clipboard

The current status of the agreement.

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