Class RateCDRResult

java.lang.Object
com.highdeal.bart.hci.CDROperationResult
com.highdeal.bart.hci.RateCDRResult
All Implemented Interfaces:
com.highdeal.hci.OperationResult, XMLMarshallable

public class RateCDRResult extends CDROperationResult
This class represents the result of the Rate and charge a single CDR operation. It contains the CDR that has been charged by the SAP CC Core Server system.

Use the getCDR() method for getting this result.

See Also:

XML API for HCI

The XML APIs specify the following XSD fragment:

XSD Fragment

<xs:element name="rateCDRResult"> 
  <xs:complexType>
    <xs:sequence> 
      <xs:element ref="cdr" minOccurs="1" maxOccurs="1"/>
    </xs:sequence>
  </xs:complexType> 
</xs:element>

  • Constructor Details

    • RateCDRResult

      public RateCDRResult()
      Builds an empty RateCDRResult