public class ChargingOutputContextDomain extends Object
Java class represents a domain of a ChargeExecutionContext; You
use it to dynamically configure the output data generated when process a charging operation request.
The SAP CC system takes this business configuration into account during the charging process.| Modifier and Type | Method and Description |
|---|---|
boolean |
isChargeableItemExported()
Gets whether chargeable items must be exported in the output of the charging operation.
|
void |
setChargeableItemExported(boolean chargeableItemExported)
Sets whether chargeable items must be exported in the output of the charging operation.
|
public boolean isChargeableItemExported()
true if chargeable items must be exported, false otherwisepublic void setChargeableItemExported(boolean chargeableItemExported)
Note
The charging output interface framework must be configured to generate chargeable items.
chargeableItemExported - true to export chargeable items, false otherwise