@param rate whether or not the result should be rate converted
(boolean rate)
| 443 | |
| 444 | /** @param rate whether or not the result should be rate converted */ |
| 445 | public void setRate(boolean rate) { |
| 446 | this.rate = rate; |
| 447 | } |
| 448 | |
| 449 | /** @param options Options to set when calculating rates */ |
| 450 | public void setRateOptions(RateOptions options) { |
no outgoing calls