Skip to main content
Module

x/commandis/mod.ts>dom.PaymentAddress

Official framework for Corddis lib ( for Deno only )
Latest
interface dom.PaymentAddress
import { type dom } from "https://deno.land/x/commandis@v0.6.5/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