ForPaymentIntent

data class ForPaymentIntent(    val publishableKey: String,     val clientSecret: String,     val configuration: CollectBankAccountConfiguration,     val attachToIntent: Boolean) : CollectBankAccountContract.Args

Constructors

Link copied to clipboard
fun ForPaymentIntent(    publishableKey: String,     clientSecret: String,     configuration: CollectBankAccountConfiguration,     attachToIntent: Boolean)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
fun toBundle(): Bundle
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
open override val attachToIntent: Boolean
Link copied to clipboard
open override val clientSecret: String
Link copied to clipboard
open override val configuration: CollectBankAccountConfiguration
Link copied to clipboard
open override val publishableKey: String