Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/windmill/node_modules/evt/lib/types/lib.dom.d.ts>PaymentResponse

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
interface PaymentResponse
import { type PaymentResponse } from "https://deno.land/x/windmill@v1.345.2/node_modules/evt/lib/types/lib.dom.d.ts";

This Payment Request API interface is returned after a user selects a payment method and approves a payment request.

Properties

readonly
details: any
readonly
methodName: string
readonly
payerEmail: string | null
readonly
payerName: string | null
readonly
payerPhone: string | null
readonly
requestId: string
readonly
shippingAddress: PaymentAddress | null
readonly
shippingOption: string | null

Methods

complete(result?: PaymentComplete): Promise<void>
toJSON(): any