PaymentConfiguration

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

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