Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel1
outlinefalse
stylenone
typeflat
printabletrue

...

New Transfer Level computation

As of TIXNGO V3, the number of transfers allowed for a ticket is determined by the combination of its :

  • The transfer level (i.e., the number of successful transfers already completed)

...

  • The transfer limit,

...

  • defined in the Ticket Usage Rule (also

...

  • known as the "Maximum number of transfers allowed").

By default, after injection, the a ticket’s transfer level is 0.

Transfer Level and New Transfer Counters in TIXNGO V4

To enhance visibility and understanding of transfer behavior on a ticket is 0 (zero).single ticket, the V4 ticket model maintains the transfer level and introduces two new dedicated counters:

  • forwardTransfers — Total number of Forward transfers successfully completed

  • backwardTransfers — Total number of Backward transfers successfully completed

Forward transfer

Context: Spectator A wants to transfer his ticket to Spectator B.

...

  • The current owner becomes Spectator B.

  • The previous owner becomes Spectator A.

  • The initial owner remains unchanged.

  • The transfer level is 1.

  • The forwardTransfers count is 1.

  • The backwardTransfers count is 0.

Backward transfer

Context: Spectator B wants to return his ticket to Spectator A.

...

  • The current owner becomes Spectator A.

  • The previous owner becomes Spectator B.

  • The initial owner remains unchanged.

  • The forwardTransfers count is 1.

  • The backwardTransfers count is 1.

  • The transfer level update depends on the “Transfer backward” setting defined in the Ticket Usage Rule.

...