Offer

data class Offer(val sellerId: String, val offerId: Long) : Sponsorship

Revoke sponsorship of an offer.

Constructors

Link copied to clipboard
constructor(sellerId: String, offerId: Long)

Properties

Link copied to clipboard

The offer ID

Link copied to clipboard

The seller's account ID