ForPaymentIntent

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

Constructors

Link copied to clipboard
constructor(publishableKey: String, stripeAccountId: String?, clientSecret: String, configuration: CollectBankAccountConfiguration, attachToIntent: Boolean)

Properties

Link copied to clipboard
open override val attachToIntent: Boolean
Link copied to clipboard
open override val clientSecret: String
Link copied to clipboard
Link copied to clipboard
open override val publishableKey: String
Link copied to clipboard
open override val stripeAccountId: String?

Functions

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