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>PaymentAddress

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 PaymentAddress
import { type PaymentAddress } from "https://deno.land/x/windmill@v1.73.1/node_modules/evt/lib/types/lib.dom.d.ts";

This Payment Request API interface is used to store shipping or payment address information.

Properties

readonly
addressLine: string[]
readonly
city: string
readonly
country: string
readonly
dependentLocality: string
readonly
languageCode: string
readonly
organization: string
readonly
phone: string
readonly
postalCode: string
readonly
recipient: string
readonly
region: string
readonly
sortingCode: string

Methods

toJSON(): any