toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
devicefarm
/
aws.sdk.kotlin.services.devicefarm.model
/
OfferingTransactionType
Offering
Transaction
Type
sealed
class
OfferingTransactionType
Inheritors
Purchase
Renew
System
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Purchase
Link copied to clipboard
object
Purchase
:
OfferingTransactionType
Renew
Link copied to clipboard
object
Renew
:
OfferingTransactionType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
OfferingTransactionType
System
Link copied to clipboard
object
System
:
OfferingTransactionType
Properties
value
Link copied to clipboard
abstract
val
value
:
String