Interest Object
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
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