CardNetworks

@JsonClass(generateAdapter = true)
data class CardNetworks : Parcelable

Contains information about card networks that can be used to process the payment.

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 available: List<String>

All available networks for the card.

Link copied to clipboard
val preferred: String? = null

The preferred network for the card.