CheckoutButton

data class CheckoutButton(val title: String? = null) : Parcelable

Checkout button configuration. Controls the payment confirmation button appearance and text.

Constructors

Link copied to clipboard
constructor(title: String? = null)

Properties

Link copied to clipboard
val title: String? = null

Custom title for the checkout button. When null, defaults to "Pay" for one-off payments, "Confirm" for recurring payments.

Functions

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