Tokenization

data class Tokenization(val payer: Payer, val notificationUrl: String) : Parcelable

Class responsible for storing data about tokenization

Parameters

payer

data about payer

notificationUrl

url that tokenization notifications will be sent to

Constructors

Link copied to clipboard
fun Tokenization(payer: Payer, notificationUrl: 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