AWS SDK for Kotlin
Toggle table of contents
1.6.76
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
bedrockagentcore
/
aws.sdk.kotlin.services.bedrockagentcore.model
/
PaymentSessionStatus
Payment
Session
Status
sealed
class
PaymentSessionStatus
The status of a payment session
Inheritors
Active
Deleted
Expired
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
PaymentSessionStatus
Companion
Link copied to clipboard
object
Companion
Deleted
Link copied to clipboard
object
Deleted
:
PaymentSessionStatus
Expired
Link copied to clipboard
object
Expired
:
PaymentSessionStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PaymentSessionStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String