Converts this object to a serializable map.
@override Map<String, dynamic> toSerializable() { return {'Currency': currency, 'RequestedAmount': requestedAmount}; }