Const
Indicates that a refund has been issued to the kiosk user.
{ type: 'REFUND_ISSUED', payload: { amount: 5 }} Copy
{ type: 'REFUND_ISSUED', payload: { amount: 5 }}
Remarks
Indicates that a refund has been issued to the kiosk user.
Example