Skip to main content
Module

x/mtkruto/3_types.ts>RefundedPayment

Cross-runtime JavaScript library for building Telegram clients
Latest
interface RefundedPayment
Re-export
import { type RefundedPayment } from "https://deno.land/x/mtkruto@0.2.50/3_types.ts";

Information on a refunded payment.

Properties

currency: string

The payment's currency.

totalAmount: number

The payment's total amount.

invoicePayload: string

The payload of the payment's invoice.

telegramPaymentChargeId: string

Telegram identifier of the payment.

optional
providerPaymentChargeId: string

Payment provider identifier of the payment.