Link

data class Link(paymentDetailsId: String, consumerSessionClientSecret: String, paymentMethodOptions: Map<String, Map<String, String>>?) : StripeParamsModel, Parcelable

Functions

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