PlaidApplicationConfiguration

data class PlaidApplicationConfiguration(val clientName: String, val androidPackageName: String) : Parcelable

Plaid specific application configuration to support funding source creation.

Constructors

Link copied to clipboard
constructor(clientName: String, androidPackageName: 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
@SerializedName(value = "android_package_name")
val androidPackageName: String

String The Android Package Name of the app to support OAuth redirect flows.

Link copied to clipboard
@SerializedName(value = "client_name")
val clientName: String

String Name of the client application.