CustomerConfiguration

data class CustomerConfiguration(id: String, ephemeralKeySecret: String) : Parcelable

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 ephemeralKeySecret: String

A short-lived token that allows the SDK to access a Customer's payment methods.

Link copied to clipboard
val id: String

The identifier of the Stripe Customer object. See Stripe's documentation.