sdk
/
au.com.woolworths.village.sdk.model
/
Basket
Basket
Basket of items associated with a payment request.
interface
Basket
:
Serializable
Content copied to clipboard
Types
Functions
Properties
Types
Items
Link copied to clipboard
An item in a
Basket
interface
Items
:
Serializable
Content copied to clipboard
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
items
Link copied to clipboard
Items in the basket
abstract val
items
:
List
<
Basket.Items
>
Content copied to clipboard