show
inline suspend fun PaymentRequest.show(detailsPromise: PaymentDetailsUpdate): PaymentResponse(source)
The PaymentRequest interface's show()
method instructs the user agent to begin the process of showing and handling the user interface for the payment request to the user.
inline suspend fun PaymentRequest.show(detailsPromise: PromiseLike<PaymentDetailsUpdate>): PaymentResponse(source)