toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
outposts
/
aws.sdk.kotlin.services.outposts.model
/
PaymentOption
Payment
Option
sealed
class
PaymentOption
Inheritors
AllUpfront
NoUpfront
PartialUpfront
SdkUnknown
Members
Types
All
Upfront
Link copied to clipboard
object
AllUpfront
:
PaymentOption
Companion
Link copied to clipboard
object
Companion
No
Upfront
Link copied to clipboard
object
NoUpfront
:
PaymentOption
Partial
Upfront
Link copied to clipboard
object
PartialUpfront
:
PaymentOption
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PaymentOption
Properties
value
Link copied to clipboard
abstract
val
value
:
String