Package-level declarations
Types
Link copied to clipboard
interface AddressErrors
Link copied to clipboard
interface PayerErrors
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface PaymentCurrencyAmount
Link copied to clipboard
interface PaymentDetailsBase
Link copied to clipboard
Link copied to clipboard
interface PaymentDetailsModifier
Link copied to clipboard
Link copied to clipboard
interface PaymentItem
Link copied to clipboard
open class PaymentMethodChangeEvent( val type: EventType<PaymentMethodChangeEvent>, init: PaymentMethodChangeEventInit = definedExternally) : PaymentRequestUpdateEvent
Available only in secure contexts.
Link copied to clipboard
Link copied to clipboard
interface PaymentMethodData
Link copied to clipboard
interface PaymentOptions
Link copied to clipboard
open 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 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
interface PaymentShippingOption
Link copied to clipboard
Link copied to clipboard
interface PaymentValidationErrors