AddCardGoogleRequest

data class AddCardGoogleRequest(val googleWalletId: String?, val stableHardwareId: String?, val displayCardName: String, val displayLast4Digits: String, val cardBrand: CardBrandModel)

Model that holds the card data to be added to google digital wallet.

Constructors

Link copied to clipboard
constructor(googleWalletId: String?, stableHardwareId: String?, displayCardName: String, displayLast4Digits: String, cardBrand: CardBrandModel)

Properties

Link copied to clipboard

card brand of the card.

Link copied to clipboard

display card name.

Link copied to clipboard

display last 4 digits of the card.

Link copied to clipboard

Active wallet id.

Link copied to clipboard

This gets the stable hardware id.