ForDeferredPaymentIntent

data class ForDeferredPaymentIntent(val publishableKey: String, val stripeAccountId: String?, val configuration: CollectBankAccountConfiguration, val elementsSessionId: String, val customerId: String?, val onBehalfOf: String?, val amount: Int?, val currency: String?) : CollectBankAccountContract.Args

Constructors

Link copied to clipboard
constructor(publishableKey: String, stripeAccountId: String?, configuration: CollectBankAccountConfiguration, elementsSessionId: String, customerId: String?, onBehalfOf: String?, amount: Int?, currency: String?)

Properties

Link copied to clipboard
val amount: Int?
Link copied to clipboard
Link copied to clipboard
open val clientSecret: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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)