ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.payments.stars
/
TransactionType
Transaction
Type
@
Serializable
(
with
=
TransactionTypeSerializer::class
)
sealed
interface
TransactionType
Inheritors
InvoicePayment
PaidMediaPayment
GiftPurchase
PremiumPurchase
BusinessAccountTransfer
Unknown
Members
Types
Business
Account
Transfer
Link copied to clipboard
@
Serializable
data
object
BusinessAccountTransfer
:
TransactionType
Gift
Purchase
Link copied to clipboard
@
Serializable
data
object
GiftPurchase
:
TransactionType
Invoice
Payment
Link copied to clipboard
@
Serializable
data
object
InvoicePayment
:
TransactionType
Paid
Media
Payment
Link copied to clipboard
@
Serializable
data
object
PaidMediaPayment
:
TransactionType
Premium
Purchase
Link copied to clipboard
@
Serializable
data
object
PremiumPurchase
:
TransactionType
Unknown
Link copied to clipboard
@
Serializable
@
JvmInline
value
class
Unknown
(
val
name
:
String
)
:
TransactionType
Properties
name
Link copied to clipboard
abstract
val
name
:
String