Configuration

data class Configuration(    val stripeIntent: StripeIntent,     val merchantName: String,     val customerEmail: String?,     val customerPhone: String?,     val customerName: String?,     val shippingValues: Map<IdentifierSpec, String?>?) : Parcelable

Constructors

Link copied to clipboard
fun Configuration(    stripeIntent: StripeIntent,     merchantName: String,     customerEmail: String?,     customerPhone: String?,     customerName: String?,     shippingValues: Map<IdentifierSpec, String?>?)

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 customerEmail: String?
Link copied to clipboard
val customerName: String?
Link copied to clipboard
val customerPhone: String?
Link copied to clipboard
val merchantName: String
Link copied to clipboard
val shippingValues: Map<IdentifierSpec, String?>?
Link copied to clipboard
val stripeIntent: StripeIntent