WalletContents

All the possible PaymentInstruments that a customer might have in a wallet.

interface WalletContents : PaymentInstruments

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

creditCards
Link copied to clipboard

List of added credit cards

abstract override val creditCards: List<CreditCard>
everydayPay
Link copied to clipboard

A list of payment instruments stored in the customers EverydayPay wallet

abstract val everydayPay: PaymentInstruments?
giftCards
Link copied to clipboard

List of added gift cards

abstract override val giftCards: List<GiftCard>