Class Variants
- Namespace
- TcgDex.Models
- Assembly
- TcgDex.CSharpSdk.dll
Which printings of a card exist. Each flag corresponds to a value from the
/variants endpoint.
public sealed record Variants : IEquatable<Variants>Inheritance
Implements
Inherited Members
Properties
FirstEdition
A first-edition printing exists.
public bool FirstEdition { get; init; }Property Value
Holo
A holofoil printing exists.
public bool Holo { get; init; }Property Value
Normal
A standard non-foil printing exists.
public bool Normal { get; init; }Property Value
Reverse
A reverse-holofoil printing exists.
public bool Reverse { get; init; }Property Value
WPromo
A W-Promo printing exists.
public bool WPromo { get; init; }