Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ogone/src/ogone.dom.d.ts>PaymentAddress

Advanced Web Composition for Future
Latest
interface PaymentAddress
import { type PaymentAddress } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

This Payment Request API export 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