PaymentMethodMessage

data class PaymentMethodMessage @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP]) constructor(val displayHtml: String, val learnMoreUrl: String) : StripeModel

Constructors

Link copied to clipboard
constructor(displayHtml: String, learnMoreUrl: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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