Notifications

data class Notifications(val notificationUrl: String, val notificationEmail: String) : Parcelable

Class responsible for storing information about notifications

Parameters

notificationUrl

address of merchant server with configured endpoint to receive notifications

notificationEmail

merchant email address to receive payment notifications

Constructors

Link copied to clipboard
fun Notifications(notificationUrl: String, notificationEmail: String)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
Link copied to clipboard