ListLinkedAccountParams

data class ListLinkedAccountParams(clientSecret: String, startingAfterAccountId: String?) : Parcelable

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
fun toParamMap(): Map<String, Any>
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)