originatorConversationID property Null safety

String? originatorConversationID
read / write

The unique identifier of the transaction request, the purpose of this identifier is to track the transaction request. This is a global unique identifier for the transaction request returned by the API proxy upon successful request submission.

Implementation

// String? originatorCoversationID;

/// This is a global unique identifier for the transaction request returned by the API proxy upon successful request submission.
String? originatorConversationID;