class Api.Invoice
extends VirtualClass<{ test?: boolean; nameRequested?: boolean; phoneRequested?: boolean; emailRequested?: boolean; shippingAddressRequested?: boolean; flexible?: boolean; phoneToProvider?: boolean; emailToProvider?: boolean; recurring?: boolean; currency: string; prices: Api.TypeLabeledPrice[]; maxTipAmount?: long; suggestedTipAmounts?: long[]; recurringTermsUrl?: string; }>
import { Api } from "https://deno.land/x/grm@0.8.2/tl/api.d.ts";
const { Invoice } = Api;
Properties
prices: Api.TypeLabeledPrice[]
Static Methods
fromReader(reader: Reader): Invoice