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)