toMap method
Implementation
Map<String, dynamic> toMap() => {
'total': total,
'title': title,
'currency': currency,
'tip': tip,
'tipOnCardReader': tipOnCardReader,
'skipSuccessScreen': skipSuccessScreen,
'skipFailureScreen': skipFailureScreen,
'foreignTransactionId': foreignTransactionId,
'saleItemsCount': saleItemsCount,
'customerEmail': customerEmail,
'customerPhone': customerPhone,
};