RefundedPayment

data class RefundedPayment(val currency: Currency, val amount: Long, val invoicePayload: String, val telegramPaymentChargeId: TelegramPaymentChargeId, val providerPaymentChargeId: String? = null) : Amounted, Currencied

Constructors

Link copied to clipboard
constructor(currency: Currency, amount: Long, invoicePayload: String, telegramPaymentChargeId: TelegramPaymentChargeId, providerPaymentChargeId: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
open override val amount: Long
Link copied to clipboard
open override val currency: Currency
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard