Skip to main content
Module

x/mtkruto/mod.ts>types.PaymentCharge

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.PaymentCharge
import { types } from "https://deno.land/x/mtkruto@0.0.989/mod.ts";
const { PaymentCharge } = types;

Constructors

new
PaymentCharge(params: { id: string; providerChargeId: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
id: string
providerChargeId: string

Static Properties

readonly
[paramDesc]: ParamDesc