OwnerParams

data class OwnerParams @JvmOverloads constructor(address: Address? = null, email: String? = null, name: String? = null, phone: String? = null) : StripeParamsModel, Parcelable

Information about the owner of the payment instrument that may be used or required by particular source types.

See owner.

Constructors

Link copied to clipboard
constructor(address: Address? = null, email: String? = null, name: String? = null, phone: String? = null)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open override fun toParamMap(): Map<String, Any>
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)