Class TcgPlayerPrice
- Namespace
- TcgDex.Models
- Assembly
- TcgDex.CSharpSdk.dll
The price points TCGplayer reports for a single printing. Any individual figure may be null.
public sealed record TcgPlayerPrice : IEquatable<TcgPlayerPrice>Inheritance
Implements
Inherited Members
Properties
DirectLowPrice
Lowest price available through TCGplayer Direct.
public decimal? DirectLowPrice { get; init; }Property Value
HighPrice
Highest listed price.
public decimal? HighPrice { get; init; }Property Value
LowPrice
Lowest listed price.
public decimal? LowPrice { get; init; }Property Value
MarketPrice
Current market price.
public decimal? MarketPrice { get; init; }Property Value
MidPrice
Median listed price.
public decimal? MidPrice { get; init; }Property Value
ProductId
TCGplayer's internal product identifier.
public int? ProductId { get; init; }Property Value
- int?