Constructor: starGiftAttributePattern

Back to constructors index

A sticker applied on the backdrop of a collectible gift » using a repeating pattern.

Attributes:

NameTypeRequiredDescription
namestringYesName of the symbol
documentDocumentOptionalThe symbol
rarityStarGiftAttributeRarityYes

Type: StarGiftAttribute

Example:

$starGiftAttributePattern = ['_' => 'starGiftAttributePattern', 'name' => 'string', 'document' => Document, 'rarity' => StarGiftAttributeRarity];