10 [CollectionName(
"AuctionOffers")]
12 [Index(
"ContractId",
"Score")]
13 [Index(
"Processed",
"Created")]
14 [Index(
"OfferLegalId",
"Created")]
60 public decimal
Price {
get;
set; }
70 public decimal?
Score {
get;
set; }
Represents a case-insensitive string.
Class representing a persisted tag on an auction item.
Contains information about an item being auctioned by the marketplace.
DateTime Created
When auction item was created.
CaseInsensitiveString ContractId
Auction Item Contract ID
Guid ObjectId
Object ID of payment
CaseInsensitiveString OfferContractId
Offer Contract ID
string Currency
Currency used for prices
AuctionItemTag[] Tags
Tags identifying the offer
CaseInsensitiveString OfferLegalId
Legal ID creating Offer Contract
decimal Price
Asking price
AuctionOffer()
Contains information about an item being auctioned by the marketplace.
CaseInsensitiveString OfferJid
JID ocreating Offer Contract
decimal? Score
Optional score
TypeNameSerialization
How the type name should be serialized.