RefundStarPayment

data class RefundStarPayment(val userId: UserId, val telegramPaymentChargeId: TelegramPaymentChargeId) : SimpleRequest<Unit>

Constructors

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

Properties

Link copied to clipboard
open override val requestSerializer: <Error class: unknown class><out <Error class: unknown class>>
Link copied to clipboard
open override val resultDeserializer: <Error class: unknown class><Unit>
Link copied to clipboard

Functions

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