Const
Initiates a new sales transaction with the specified total.
{ type: 'START_TRANSACTION', payload: { total: 100, }} Copy
{ type: 'START_TRANSACTION', payload: { total: 100, }}
Remarks
Initiates a new sales transaction with the specified total.
Example