Table of Contents

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

bool

Holo

A holofoil printing exists.

public bool Holo { get; init; }

Property Value

bool

Normal

A standard non-foil printing exists.

public bool Normal { get; init; }

Property Value

bool

Reverse

A reverse-holofoil printing exists.

public bool Reverse { get; init; }

Property Value

bool

WPromo

A W-Promo printing exists.

public bool WPromo { get; init; }

Property Value

bool