RenewalTerm

data class RenewalTerm(val value: RenewalTerm) : AcceptedTerm

Defines that on graceful expiration of the agreement (when the agreement ends on its pre-defined end date), a new agreement will be created using the accepted terms on the existing agreement. In other words, the agreement will be renewed. Presence of RenewalTerm in the offer document means that auto-renewal is allowed. Buyers will have the option to accept or decline auto-renewal at the offer acceptance/agreement creation. Buyers can also change this flag from True to False or False to True at anytime during the agreement's lifecycle.

Constructors

Link copied to clipboard
constructor(value: RenewalTerm)

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