import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { PaymentResponse } = dom;
This Payment Request API interface is returned after a user selects a payment method and approves a payment request.
Properties
readonly
shippingAddress: PaymentAddress | nullMethods
complete(result?: PaymentComplete): Promise<void>