Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open external class PaymentMethodChangeEvent(val type: EventType<PaymentMethodChangeEvent>, init: PaymentMethodChangeEventInit = definedExternally) : PaymentRequestUpdateEvent
Available only in secure contexts.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open external class PaymentRequest(methodData: ReadonlyArray<PaymentMethodData>, details: PaymentDetailsInit, options: PaymentOptions = definedExternally) : EventTarget
This Payment Request API interface is the primary access point into the API, and lets web content and apps accept payments from the end user. Available only in secure contexts.
Link copied to clipboard
open external class PaymentRequestUpdateEvent(val type: EventType<PaymentRequestUpdateEvent>, init: PaymentRequestUpdateEventInit = definedExternally) : Event
This Payment Request API interface enables a web page to update the details of a PaymentRequest in response to a user action. Available only in secure contexts.
Link copied to clipboard
Link copied to clipboard
This Payment Request API interface is returned after a user selects a payment method and approves a payment request. Available only in secure contexts.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard