Sealed Product (Pack)
The Sealed Product (Pack) Data Model describes the sealed pack configuration in the Sealed Product Contents Data Model.
- Parent model: Sealed Product Contents
- Parent property:
pack
TypeScript Model
Toggle Model
TypeScript
export type SealedProductPack = {
code: string;
set: string;
};
Model Properties
code
The name for the configuration of the Booster for the pack. Used for identifying a Booster Config Data Model.
- Type:
string
- Introduced:
v5.2.2
set
The set code for the product.
- Type:
string
- Introduced:
v5.2.2