com.avaya.jtapi.tsapi
Class LucentBillType

java.lang.Object
  extended by com.avaya.jtapi.tsapi.LucentBillType

public final class LucentBillType
extends java.lang.Object

This class defines constants used with the LucentV5Call.setBillRate() method.

See Also:
LucentV5Call

Field Summary
static short BT_FLAT_RATE
          time independent
static short BT_FREE_CALL
          no charge
static short BT_NEW_RATE
          new rate
static short BT_PREMIUM_CHARGE
          a flat charge in addition to the existing rate
static short BT_PREMIUM_CREDIT
          a flat negative charge in addition to the existing rate
 
Constructor Summary
LucentBillType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BT_NEW_RATE

public static final short BT_NEW_RATE
new rate

See Also:
Constant Field Values

BT_FLAT_RATE

public static final short BT_FLAT_RATE
time independent

See Also:
Constant Field Values

BT_PREMIUM_CHARGE

public static final short BT_PREMIUM_CHARGE
a flat charge in addition to the existing rate

See Also:
Constant Field Values

BT_PREMIUM_CREDIT

public static final short BT_PREMIUM_CREDIT
a flat negative charge in addition to the existing rate

See Also:
Constant Field Values

BT_FREE_CALL

public static final short BT_FREE_CALL
no charge

See Also:
Constant Field Values
Constructor Detail

LucentBillType

public LucentBillType()


Copyright © 2006 Avaya All Rights Reserved.