PaymentInstruments

List of grouped payment instruments.

interface PaymentInstruments : Serializable

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 val creditCards: List<CreditCard>
giftCards
Link copied to clipboard

List of added gift cards

abstract val giftCards: List<GiftCard>

Inheritors

WalletContents
Link copied to clipboard