receiptMetadata method
Implementation
Map<String, dynamic> receiptMetadata() => {
'uid': uid,
'company': companyName,
'phone': phone,
'street': addressStreet,
'zip': addressZip,
'city': addressCity,
'footer1': footer1,
'footer2': footer2,
'footer3': footer3,
'footer4': footer4,
'logo_url': logoUrl,
'thanks_message': thanksMessage,
};