CardNetworks

@Serializable
data class CardNetworks : Serializable

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

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.