Converts the Order instance to a JSON object.
Map<String, dynamic> toJson() { return { 'currency': currency, 'amount': amount, 'email': email, }; }