InterestObject

data class InterestObject(val interestId: String, val userDisplayName: String, var buyerConfirm: Boolean, var sellerConfirm: Boolean)

Model class for an InterestObject, created when a user is interested in a book listing

Constructors

Link copied to clipboard
constructor(interestId: String, userDisplayName: String, buyerConfirm: Boolean, sellerConfirm: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Boolean value for whether the Buyer approves the sale

Link copied to clipboard

String id of the InterestObject created with the id of the interested user and the book

Link copied to clipboard

Boolean value for whether the Seller approves the sale

Link copied to clipboard

String of the interested user's display name

Functions

Link copied to clipboard

Creates a map from the InterestObject