PaymentConfiguration

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

Constructors

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

Types

Link copied to clipboard
object Companion

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 publishableKey: String
Link copied to clipboard
val stripeAccountId: String? = null