FinishedDialog

data class FinishedDialog(val title: String, val message: String)

Represents the data shown in the dialog when the payment flow is finished.

Parameters

title

The title displayed in the dialog.

message

The message displayed in the dialog.

Constructors

Link copied to clipboard
constructor(title: String, message: String)

Properties

Link copied to clipboard
Link copied to clipboard