LinkToken

data class LinkToken(val linkToken: String, val expiration: String, val requestId: String) : Parcelable

Representation of a LinkToken containing information required to setup the bank account funding source creation.

Constructors

Link copied to clipboard
constructor(linkToken: String, expiration: String, requestId: 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

String Date in which the link token will expire.

Link copied to clipboard
@SerializedName(value = "link_token")
val linkToken: String

String Provider setup link token.

Link copied to clipboard
@SerializedName(value = "request_id")
val requestId: String

String Identifier of the request from the provider.