Redirects

data class Redirects(val successUrl: String, val errorUrl: String)

Class responsible for storing payment redirect data

Parameters

successUrl

user will be redirected to this url if payment is successful

errorUrl

user will be redirected to this url if payment is not successful

Constructors

Link copied to clipboard
fun Redirects(successUrl: String, errorUrl: String)

Properties

Link copied to clipboard
Link copied to clipboard