LegalTerm

data class LegalTerm(val value: LegalTerm) : AcceptedTerm

Defines the list of text agreements proposed to the acceptors. An example is the end user license agreement (EULA).

Constructors

Link copied to clipboard
constructor(value: LegalTerm)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard
Link copied to clipboard

Casts this AcceptedTerm as a LegalTerm and retrieves its aws.sdk.kotlin.services.marketplaceagreement.model.LegalTerm value. Throws an exception if the AcceptedTerm is not a LegalTerm.

Link copied to clipboard
Link copied to clipboard

Casts this AcceptedTerm as a RenewalTerm and retrieves its aws.sdk.kotlin.services.marketplaceagreement.model.RenewalTerm value. Throws an exception if the AcceptedTerm is not a RenewalTerm.

Link copied to clipboard
Link copied to clipboard

Casts this AcceptedTerm as a SupportTerm and retrieves its aws.sdk.kotlin.services.marketplaceagreement.model.SupportTerm value. Throws an exception if the AcceptedTerm is not a SupportTerm.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard