Skip to main content
Module

x/evt/mod.ts>dom.PaymentAddress

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.PaymentAddress
import { type dom } from "https://deno.land/x/evt@v2.4.13/mod.ts";
const { PaymentAddress } = dom;

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