@return whether or not the user requested a rate conversion
()
| 349 | |
| 350 | /** @return whether or not the user requested a rate conversion */ |
| 351 | public boolean getRate() { |
| 352 | return rate; |
| 353 | } |
| 354 | |
| 355 | /** @return options to use for rate calculations */ |
| 356 | public RateOptions getRateOptions() { |
no outgoing calls