AWS SDK for Kotlin
Toggle table of contents
1.6.94
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
invoicing
/
aws.sdk.kotlin.services.invoicing.model
/
BillType
Bill
Type
sealed
class
BillType
Inheritors
Anniversary
Purchase
Refund
SdkUnknown
Members
Types
Anniversary
Link copied to clipboard
object
Anniversary
:
BillType
Companion
Link copied to clipboard
object
Companion
Purchase
Link copied to clipboard
object
Purchase
:
BillType
Refund
Link copied to clipboard
object
Refund
:
BillType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BillType
Properties
value
Link copied to clipboard
abstract
val
value
:
String