Wallet

data class Wallet(val type: FrameObjects.WalletType?, val dynamicLast4: String?)

Digital wallet details for a card tokenized through Apple Pay or Google Pay.

Constructors

Link copied to clipboard
constructor(type: FrameObjects.WalletType?, dynamicLast4: String?)

Properties

Link copied to clipboard
@SerializedName(value = "dynamic_last4")
val dynamicLast4: String?

The dynamic last-four digits assigned by the wallet (may differ from the physical card).

Link copied to clipboard

The wallet provider.