com.telapi.api.domain
Class Fraud
java.lang.Object
com.telapi.api.domain.Fraud
public class Fraud
- extends Object
Lists Fraud control resource information.
|
Constructor Summary |
Fraud()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Fraud
public Fraud()
getMaxOutboundRate
public BigDecimal getMaxOutboundRate()
- Returns:
- The price limit an outbound call may be. Calls which cost more will be rejected.
setMaxOutboundRate
public void setMaxOutboundRate(BigDecimal maxOutboundRate)
getDestinations
public DestinationFraudControlGroup getDestinations()
- Returns:
- Destination information.
setDestinations
public void setDestinations(DestinationFraudControlGroup destinations)
Copyright © 2012. All Rights Reserved.