com.telapi.api.domain
Class Fraud

java.lang.Object
  extended by com.telapi.api.domain.Fraud

public class Fraud
extends Object

Lists Fraud control resource information.


Constructor Summary
Fraud()
           
 
Method Summary
 DestinationFraudControlGroup getDestinations()
           
 BigDecimal getMaxOutboundRate()
           
 void setDestinations(DestinationFraudControlGroup destinations)
           
 void setMaxOutboundRate(BigDecimal maxOutboundRate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fraud

public Fraud()
Method Detail

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.