RefundStarPayment

@Serializable
data class RefundStarPayment(val userId: UserId, val telegramPaymentChargeId: TelegramPaymentChargeId) : SimpleRequest<Boolean>

Constructors

Link copied to clipboard
constructor(userId: UserId, telegramPaymentChargeId: TelegramPaymentChargeId)

Properties

Link copied to clipboard
open override val requestSerializer: SerializationStrategy<*>
Link copied to clipboard
open override val resultDeserializer: DeserializationStrategy<Boolean>
Link copied to clipboard
@SerialName(value = "telegram_payment_charge_id")
val telegramPaymentChargeId: TelegramPaymentChargeId
Link copied to clipboard
@SerialName(value = "user_id")
val userId: UserId

Functions

Link copied to clipboard
open override fun method(): String