TxnData class

TxnData

Syntax

new TxnData( usecase, amount, orderId, text )

Parameters

Name Type Description
usecase   The usecase id for a transaction
amount   The amount of a transaction
orderId   The orderId for a transaction. Holds specific information for certain usecases and txns.
text   Any text which reminds the user of the transaction.

Source

SY_Data_Objects.js line 50.