mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Update reusablemedia.rst
This commit is contained in:
committed by
Martin Gross
parent
cac855e2b5
commit
27a5d31098
@@ -29,7 +29,8 @@ updated datetime Date of last mo
|
|||||||
expires datetime Expiry date (or ``null``)
|
expires datetime Expiry date (or ``null``)
|
||||||
customer string Identifier of a customer account this medium belongs to.
|
customer string Identifier of a customer account this medium belongs to.
|
||||||
linked_orderpositions list of integer Internal IDs of tickets this medium is linked to.
|
linked_orderpositions list of integer Internal IDs of tickets this medium is linked to.
|
||||||
linked_orderposition integer Internal ID of a ticket this medium is linked to. (**deprecated**, do not use, will be removed)
|
linked_orderposition integer **DEPRECATED.** ID of the ticket the medium is linked to, if it is linked to
|
||||||
|
only one ticket. ``null``, if the medium is linked to none or multiple tickets.
|
||||||
linked_giftcard integer Internal ID of a gift card this medium is linked to.
|
linked_giftcard integer Internal ID of a gift card this medium is linked to.
|
||||||
info object Additional data, content depends on the ``type``. Consider
|
info object Additional data, content depends on the ``type``. Consider
|
||||||
this internal to the system and don't use it for your own data.
|
this internal to the system and don't use it for your own data.
|
||||||
|
|||||||
Reference in New Issue
Block a user