pins

class pyZUnivers.pins.UserPin(payload)

Represents a user card that has been pinned.

id

The id of the pin.

Type:

str

name

The name of the pin.

Type:

str

type

The type of the pin.

Type:

str

rarity

The rarity of the pin.

Type:

int

identifier

The identifier of the pin.

Type:

int

description

The description of the pin.

Type:

str

reference

The reference of the pin.

Type:

str

pack

The pack of the pin.

Type:

Pack

image_urls

The image urls of the pin.

Type:

List[str]

score

The score of the pin.

Type:

int

score_golden

The score of the golden pin.

Type:

int

is_recyclable

Whether the pin is recyclable.

Type:

bool

is_tradable

Whether the pin is tradable.

Type:

bool

is_counting

Whether the pin is counting.

Type:

bool

is_craftable

Whether the pin is craftable.

Type:

bool

is_invocable

Whether the pin is invocable.

Type:

bool

is_goldable

Whether the pin is goldable.

Type:

bool

is_upgradable

Whether the pin is upgradable.

Type:

bool

is_golden

Whether the pin is golden.

Type:

bool