class types.Invoice
extends _TypeInvoice
import { types } from "https://deno.land/x/mtkruto@0.1.105/mod.ts";
const { Invoice } = types;
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