Type Alias PaymentSheetEventType
PaymentSheetEventType:
| "presented"
| "checkoutLoadStarted"
| "checkoutLoadSucceeded"
| "checkoutLoadFailed"
| "paymentAttemptStarted"
| "paymentAttemptFailed"
| "confirmationRequired"
| "authorizationRequired"
| "paymentStatusPolling"
| "completed"
| "canceled"
| "failed"
Application-facing stages in one payment-sheet presentation.