Class InterestGroupAccessedEventArgs
InterestGroupAccessed
public sealed class InterestGroupAccessedEventArgs : EventArgs
- Inheritance
-
InterestGroupAccessedEventArgs
- Inherited Members
Properties
AccessTime
Gets or sets the accessTime
[JsonPropertyName("accessTime")]
public double AccessTime { get; set; }
Property Value
Bid
Gets or sets the bid
[JsonPropertyName("bid")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? Bid { get; set; }
Property Value
BidCurrency
Gets or sets the bidCurrency
[JsonPropertyName("bidCurrency")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string BidCurrency { get; set; }
Property Value
ComponentSellerOrigin
Gets or sets the componentSellerOrigin
[JsonPropertyName("componentSellerOrigin")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ComponentSellerOrigin { get; set; }
Property Value
Name
Gets or sets the name
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
OwnerOrigin
Gets or sets the ownerOrigin
[JsonPropertyName("ownerOrigin")]
public string OwnerOrigin { get; set; }
Property Value
Type
Gets or sets the type
[JsonPropertyName("type")]
public InterestGroupAccessType Type { get; set; }
Property Value
UniqueAuctionId
Gets or sets the uniqueAuctionId
[JsonPropertyName("uniqueAuctionId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string UniqueAuctionId { get; set; }