Interface PaymentRequestUpdateEventInit
interface PaymentRequestUpdateEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
}
Hierarchy
- EventInit
- PaymentRequestUpdateEventInit (View Summary)