Creates a new instance of Order with the given parameters.
Order({ required this.currency, required this.amount, required this.email, });