BrdgeCardDataWithoutCVV

constructor(nameOnCard: String? = null, pan: String, expiryDate: String, startDate: String? = null, issueNumber: Int? = 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.