sdk
/
au.com.woolworths.village.sdk.model
/
PaymentInstruments
PaymentInstruments
List of grouped payment instruments.
interface
PaymentInstruments
:
Serializable
Content copied to clipboard
Functions
Properties
Inheritors
Functions
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
creditCards
Link copied to clipboard
List of added credit cards
abstract val
creditCards
:
List
<
CreditCard
>
Content copied to clipboard
giftCards
Link copied to clipboard
List of added gift cards
abstract val
giftCards
:
List
<
GiftCard
>
Content copied to clipboard
Inheritors
WalletContents
Link copied to clipboard