PaymentMethodOptionsParams

Types

Link copied to clipboard
data class Blik @JvmOverloads constructor(var code: String, var setupFutureUsage: ConfirmPaymentIntentParams.SetupFutureUsage? = null) : PaymentMethodOptionsParams
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class WeChatPay @JvmOverloads constructor(var appId: String, var setupFutureUsage: ConfirmPaymentIntentParams.SetupFutureUsage? = null) : PaymentMethodOptionsParams

Properties

Link copied to clipboard

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)