AWS SDK for Kotlin
Toggle table of contents
1.6.62
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
marketplaceagreement
/
aws.sdk.kotlin.services.marketplaceagreement.model
/
AgreementCancellationRequestReasonCode
Agreement
Cancellation
Request
Reason
Code
sealed
class
AgreementCancellationRequestReasonCode
Inheritors
AlternativeProcurementChannel
BuyerDissatisfaction
IncorrectTermsAccepted
Other
ProductDiscontinued
ReplacingAgreement
TestAgreement
UnintendedRenewal
SdkUnknown
Members
Types
Alternative
Procurement
Channel
Link copied to clipboard
object
AlternativeProcurementChannel
:
AgreementCancellationRequestReasonCode
Buyer
Dissatisfaction
Link copied to clipboard
object
BuyerDissatisfaction
:
AgreementCancellationRequestReasonCode
Companion
Link copied to clipboard
object
Companion
Incorrect
Terms
Accepted
Link copied to clipboard
object
IncorrectTermsAccepted
:
AgreementCancellationRequestReasonCode
Other
Link copied to clipboard
object
Other
:
AgreementCancellationRequestReasonCode
Product
Discontinued
Link copied to clipboard
object
ProductDiscontinued
:
AgreementCancellationRequestReasonCode
Replacing
Agreement
Link copied to clipboard
object
ReplacingAgreement
:
AgreementCancellationRequestReasonCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AgreementCancellationRequestReasonCode
Test
Agreement
Link copied to clipboard
object
TestAgreement
:
AgreementCancellationRequestReasonCode
Unintended
Renewal
Link copied to clipboard
object
UnintendedRenewal
:
AgreementCancellationRequestReasonCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String