sequenceNumber property
The sequence number of the transfer webhook. The numbers start from 1 and increase with each new webhook for a specific transfer. The sequence number can help you restore the correct sequence of events even if they arrive out of order.
Implementation
@BuiltValueField(wireName: r'sequenceNumber')
int? get sequenceNumber;