Sealed Product (Card)
The Sealed Product (Card) Data Model describes the card product configuration in the Sealed Product Contents Data Model.
- Parent model: Sealed Product Contents
- Parent property:
card
TypeScript Model
Toggle Model
TypeScript
export type SealedProductCard = {
foil?: boolean;
name: string;
number: string;
set: string;
uuid: string;
};
Model Properties
foil O
If the card is foiled.
- Type:
boolean
- Introduced:
v5.2.2
name
The name of the card.
- Type:
string
- Introduced:
v5.2.2
number
The card number.
- Type:
string
- Introduced:
v5.2.2
set
The set code for the card.
- Type:
string
- Introduced:
v5.2.2
uuid
The universal unique identifier (v5) generated by MTGJSON.
- Type:
string
- Introduced:
v5.2.2