SuccessfulPayment
data class SuccessfulPayment(val currency: Currency, val amount: Long, val invoicePayload: String, val subscriptionExpirationDate: TelegramDate? = null, val isSubscriptionPayment: Boolean? = null, val isFirstPeriodPayment: Boolean? = null, val telegramPaymentChargeId: TelegramPaymentChargeId, val providerPaymentChargeId: String, val shippingOptionId: String? = null, val orderInfo: OrderInfo? = null) : Amounted, Currencied
Constructors
Link copied to clipboard
constructor(currency: Currency, amount: Long, invoicePayload: String, subscriptionExpirationDate: TelegramDate? = null, isSubscriptionPayment: Boolean? = null, isFirstPeriodPayment: Boolean? = null, telegramPaymentChargeId: TelegramPaymentChargeId, providerPaymentChargeId: String, shippingOptionId: String? = null, orderInfo: OrderInfo? = null)