WalletContents
public protocol WalletContents : PaymentInstruments
All the possible PaymentInstrument
s that a customer might have in a wallet.
-
A list of payment instruments stored in the customers EverydayPay wallet
Declaration
Swift
var everydayPay: PaymentInstruments? { get }
Return Value
nil
if the wallet is not the customers EverydayPay wallet.