com.avaya.jtapi.tsapi
Class LucentChargeAdviceEvent

java.lang.Object
  extended bycom.avaya.jtapi.tsapi.ASN1
      extended bycom.avaya.jtapi.tsapi.ASNSequence
          extended bycom.avaya.jtapi.tsapi.LucentPrivateData
              extended bycom.avaya.jtapi.tsapi.LucentChargeAdviceEvent

public class LucentChargeAdviceEvent
extends com.avaya.jtapi.tsapi.LucentPrivateData


Method Summary
 LucentCall getCall()
          The call for which this Charge Advice event is being reported
 LucentAddress getCalledAddress()
          The external address which was dialed
 int getCharge()
          The number of units charged
 short getChargeError()
          Charge-related error.
 short getChargeType()
          The type of charge being reported
 LucentAddress getChargingAddress()
          The address being charged for this call
 CallCenterTrunk getTrunk()
          The trunk reporting the charge
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCall

public final LucentCall getCall()
The call for which this Charge Advice event is being reported


getCalledAddress

public final LucentAddress getCalledAddress()
The external address which was dialed


getChargingAddress

public final LucentAddress getChargingAddress()
The address being charged for this call


getTrunk

public final CallCenterTrunk getTrunk()
The trunk reporting the charge


getCharge

public final int getCharge()
The number of units charged


getChargeType

public final short getChargeType()
The type of charge being reported

See Also:
LucentChargeType

getChargeError

public final short getChargeError()
Charge-related error.

See Also:
LucentChargeError


Copyright © 2005 Avaya All Rights Reserved.