ValidityTerm

data class ValidityTerm(val value: ValidityTerm) : AcceptedTerm

Defines the conditions that will keep an agreement created from this offer valid.

Constructors

Link copied to clipboard
constructor(value: ValidityTerm)

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