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
/
PaymentInstrumentStatus
Payment
Instrument
Status
sealed
class
PaymentInstrumentStatus
The status of a payment instrument
Inheritors
Active
Deleted
Failed
Initiated
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
PaymentInstrumentStatus
Companion
Link copied to clipboard
object
Companion
Deleted
Link copied to clipboard
object
Deleted
:
PaymentInstrumentStatus
Failed
Link copied to clipboard
object
Failed
:
PaymentInstrumentStatus
Initiated
Link copied to clipboard
object
Initiated
:
PaymentInstrumentStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PaymentInstrumentStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String