Package-level declarations

Types

Link copied to clipboard
data class BrdgeCardData(val nameOnCard: String? = null, val pan: String, val expiryDate: String, val startDate: String? = null, val issueNumber: Int? = null, val cv2: String? = null)

A type of Payment Instrument representing a credit or debit payment card.

Link copied to clipboard
data class BrdgeCardDataWithoutCVV(val nameOnCard: String? = null, val pan: String, val expiryDate: String, val startDate: String? = null, val issueNumber: Int? = null)

A type of Payment Instrument representing a credit or debit payment card.