BrdgeCardData
constructor(nameOnCard: String? = null, pan: String, expiryDate: String, startDate: String? = null, issueNumber: Int? = null, cv2: String? = null)
Parameters
nameOnCard
Name on the credit or debit card. This may be required by the payment services provider (PSP).
pan
PAN of the credit or debit card.
expiryDate
Expiry date of the credit or debit card.
startDate
Start date of the credit or debit card.
issueNumber
Issue number of the credit or debit card.
cv2
CV2 of the credit or debit card.