CardSecureDetailsViews

data class CardSecureDetailsViews(val panView: View, val cvvView: View, val expiryDateView: View, val cardHolderNameView: View)

Data class containing the views for the secure card details.

Constructors

Link copied to clipboard
constructor(panView: View, cvvView: View, expiryDateView: View, cardHolderNameView: View)

Properties

Link copied to clipboard

A view containing the card holder name.

Link copied to clipboard

A view containing the card cvv.

Link copied to clipboard

A view containing the card expiry date.

Link copied to clipboard

A view containing the card pin.