Custom

data class Custom(val name: String) : MPCardBrand

Custom: Custom card brand not explicitly listed. Use this to create instances for new or unlisted card networks.

Parameters

name

The name identifier of the custom card brand

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard
open override val name: String

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)