Networks

data class Networks(val preferred: String) : StripeParamsModel, Parcelable

Constructors

Link copied to clipboard
constructor(preferred: String)

Properties

Link copied to clipboard

The customer’s preferred card network for co-branded cards. Supports cartes_bancaires, mastercard, or visa. Selection of a network that does not apply to the card will be stored as invalid_preference on the card.

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)