toMap method
Implementation
Map<String, dynamic> toMap() {
return {
'businessToken': businessToken,
'callbackSchema': callbackSchema,
'timeout': timeout,
'total': total,
'paymentId': paymentId,
'subtotal': subtotal,
'tax': tax,
'metadata1': metadata1,
'metadata2': metadata2,
'itemsSelectedList': items,
'scheme': callbackSchema,
'traceId': paymentId,
};
}