DeferredIntentParams

data class DeferredIntentParams(val mode: DeferredIntentParams.Mode, val paymentMethodTypes: List<String>, val paymentMethodConfigurationId: String?, val onBehalfOf: String?) : StripeModel

Constructors

Link copied to clipboard
constructor(mode: DeferredIntentParams.Mode, paymentMethodTypes: List<String>, paymentMethodConfigurationId: String?, onBehalfOf: String?)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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