transactionId property

String? transactionId
getter/setter pair

Each transaction_id uniquely identifies a credit balance request.

If multiple requests are received with the same transaction_id, only one of them will be considered.

Implementation

core.String? transactionId;