LocalPaymentPendingRequest

A pending request for the local payment web-based authentication flow created by invoking LocalPaymentLauncher.launch. This pending request should be stored locally within the app or on-device and used to deliver a result of the browser flow in LocalPaymentLauncher.handleReturnToApp

Inheritors

Types

Link copied to clipboard

An error occurred launching the local payment browser flow. See error for details.

Link copied to clipboard
class Started(val pendingRequestString: String) : LocalPaymentPendingRequest

A pending request was successfully started.