AWS SDK for Kotlin
Toggle table of contents
1.5.3
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
partnercentralselling
/
aws.sdk.kotlin.services.partnercentralselling.model
/
RevenueModel
Revenue
Model
sealed
class
RevenueModel
Inheritors
Contract
PayAsYouGo
Subscription
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Contract
Link copied to clipboard
object
Contract
:
RevenueModel
Pay
As
You
Go
Link copied to clipboard
object
PayAsYouGo
:
RevenueModel
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RevenueModel
Subscription
Link copied to clipboard
object
Subscription
:
RevenueModel
Properties
value
Link copied to clipboard
abstract
val
value
:
String