Link Search Menu Expand Document

Constructor: fragment.collectibleInfo

Back to constructors index

Attributes:

NameTypeRequired
purchase_dateintYes
currencystringYes
amountlongYes
crypto_currencystringYes
crypto_amountlongYes
urlstringYes

Type: fragment.CollectibleInfo

Example:

$fragment_collectibleInfo = ['_' => 'fragment.collectibleInfo', 'purchase_date' => int, 'currency' => 'string', 'amount' => long, 'crypto_currency' => 'string', 'crypto_amount' => long, 'url' => 'string'];