Table of Contents

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

decimal?

HighPrice

Highest listed price.

public decimal? HighPrice { get; init; }

Property Value

decimal?

LowPrice

Lowest listed price.

public decimal? LowPrice { get; init; }

Property Value

decimal?

MarketPrice

Current market price.

public decimal? MarketPrice { get; init; }

Property Value

decimal?

MidPrice

Median listed price.

public decimal? MidPrice { get; init; }

Property Value

decimal?

ProductId

TCGplayer's internal product identifier.

public int? ProductId { get; init; }

Property Value

int?