PCTransaction
The struct that holds information about a transaction
-
Transaction identifier generated by the PContol System
-
User’s identifier for this transaction
-
The system’s identifier
-
Length of the short confirmation code for offline mode
-
Returns
true
if extended authentication is required to confirm transaction -
Transaction’s confirmation type. Can be
Push
ofOffline
-
Transaction’s text data
-
Transaction’s snippet
-
Returns true if the transaction has binary data
-
Transaction’s binary data
Contains data from file at
storedBinaryDataURL
. It is not recommended to use this variable for large files. Download binary data usingPCTransactionManager.getTransactionBinaryData
method.You can check the availability of the binary data using the
PCTransaction.hasBinaryData
property. -
The url to the downloaded transaction’s binary data
Download binary data using
PCTransactionManager.getTransactionBinaryData
method.You can check the availability of binary data using the
PCTransaction.hasBinaryData
property. -
The render type of the text
-
The type of the transaction
-
Cms authenticated attributes
-
The type of the transaction
See more