PaymentConfiguration

data class PaymentConfiguration @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP]) constructor(val publishableKey: String, val stripeAccountId: String? = null) : Parcelable

Constructors

Link copied to clipboard
constructor(publishableKey: String, stripeAccountId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val stripeAccountId: String? = null

Functions

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