public class RateCDRResult extends CDROperationResult
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.
CDROperationResultThe 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 and Description |
|---|
RateCDRResult()
Builds an empty RateCDRResult
|
addCharacterData, addChild, getCDR, getCDRs, getOperandReference, marshal, setAttributes, setCDR, setCDRs