class Invoice
extends _TypeInvoice
import { Invoice } from "https://deno.land/x/mtkruto@0.0.998/tl/2_types.ts";
Constructors
new
Invoice(params: { test?: true; nameRequested?: true; phoneRequested?: true; emailRequested?: true; shippingAddressRequested?: true; flexible?: true; phoneToProvider?: true; emailToProvider?: true; recurring?: true; currency: string; prices: Array<TypeLabeledPrice>; maxTipAmount?: bigint; suggestedTipAmounts?: Array<bigint>; recurringTermsUrl?: string; })Properties
protected
readonly
[params]: Paramsprices: Array<TypeLabeledPrice>
Static Properties
readonly
[paramDesc]: ParamDesc