id property

  1. @JsonKey(name: 'id')
String get id
inherited

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;