CustomPaymentMethod

Defines a custom payment method type that can be displayed in Payment Element.

Constructors

Link copied to clipboard
constructor(id: String, @StringRes subtitle: Int?, disableBillingDetailCollection: Boolean = true)
constructor(id: String, subtitle: String?, disableBillingDetailCollection: Boolean = true)

Properties

Link copied to clipboard
val id: String

Functions

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