Type alias PaymentRequestOptions

PaymentRequestOptions: {
    interactionMode?: FlowInteractionMode;
}

Options to control the behavior of the Payment Request.

Type declaration