id property
Unique identifier of the transaction. Coincides with the identifier of
the original transaction for refund transactions. Coincides with
SuccessfulPayment
for successful incoming
payments from users.
Implementation
@JsonKey(name: 'id')
String get id;