public interface IChargingResultHolderException
Java interface defines a method to retrieve a charging result object in an exception sent by the
SAP CC system; consider the known classes that implement this interface.| Modifier and Type | Method and Description |
|---|---|
ChargingResult |
getChargingResult()
Returns the
ChargingResult that provides structured information about the exception. |
ChargingResult getChargingResult()
ChargingResult that provides structured information about the exception.
Example
The ForbiddenChargeException and InvalidItemException exceptions include
such a charging result complex object.
ChargingResult that provides structured information about the exception