PaymentMethodOptions

@JsonClass(generateAdapter = true)
data class PaymentMethodOptions(card: CardOptions?, cardPresent: CardPresentOptions?) : Parcelable

Payment-method-specific configuration.

Constructors

Link copied to clipboard
fun PaymentMethodOptions(card: CardOptions?, cardPresent: CardPresentOptions? = null)

Functions

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

Properties

Link copied to clipboard
val card: CardOptions?

If the intent’s payment_method_types includes card, this contains the configurations that will be applied to each setup attempt of that type.

Link copied to clipboard
val cardPresent: CardPresentOptions? = null

Configured payment method options transaction of type card_present.