NoonOrder constructor
const
NoonOrder({})
Implementation
const NoonOrder({
required this.amount,
required this.currency,
required this.name,
required this.category,
this.reference,
this.channel = 'mobile',
this.items,
});