...
Field | Description |
---|---|
allNotifications (list<NotificationUDR>) | Usually, the Notifications are enclosed in the transactions. This list offers a shortcut to the generated Notification independently of the transaction. For further information, see 9.66.4.3 Notification UDRs. |
chargingResults (list<ChargingResultUDR>) | A list of charging results that contain details about the charging operation. For further information, refer to the section below, ChargingResultUDR. |
currency (string) | The currency value respects the SAP Convergent Charging For example: |
moneyAmount (string) | A string representation of the charged amount. The moneyAmount value respects the SAP Convergent Charging |
status (OrderStateUDR) |
|
transactionList (list<TransactionUDR>) | Depending on the ResultType defined on the Request, it will contain the generated transaction (i.e. the detail generated by the pricing logic). For further information, see 9.6667.4.4 Common SAP CC UDRs. |
snapshotId (int) | The snapshot identifier used to rate event |
...
Field | Description |
---|---|
allNotifications (list<NotificactionUDR>) | Usually, the Notifications are enclosed in the transactions. This list offers a shortcut to the generated Notification independently of the transaction. For further information, see 9.66.4.3 Notification UDRs. |
iterations (int) | Represents the number of iterations, necessary to get the result |
limit (string) | The limit |
maxLimitReached (boolean) | Is The maximum corresponds to the |
precision (string) | The precision of the request |
propertyToInverse (string) | The property to inverse |
transactionList (list<TransactionUDR>) | Depending on the ResultType defined on the Request, it will contain the generated transaction (i.e. the detail generated by the pricing logic). For further information, see 9.6667.4.4 Common SAP CC UDRs. |
SessionResultUDR
This UDR represents the charging answer which could be received from the SAP Convergent Charging Core server in response to a SessionStartUDR
, SessionUpdateUDR
, SessionStopUDR
.
Field | Description |
---|---|
accumulatedAmount (list <MoneyUDR>) | Contains the accumulated reserved amount |
serviceSessionResults (list <ServiceSessionResultUDR>) | Contains the the charging answer for start, stop and update of a session For further information, see the section below, ServiceSessionResultUDR. |
transacSetsToCleanup (list <TransactionSetUDR>) | Depending on the CleanupResultType defined on the Request, it will contain the generated transaction (i.e. the detail generated by the pricing logic). For further information, see 9.6667.4.4 Common SAP CC UDRs. |
Anchor | ||||
---|---|---|---|---|
|
...
Field | Description |
---|---|
allNotifications (list<NotificationUDR>) | The aggregation of the three above notification lists. For further information, see 9.66.4.3 Notification UDRs. |
currency (string) | A string representation of the currency. The currency value respects the SAP Convergent Charging |
limit (string) | The limit |
name (string) | The name |
toConfirmMoneyAmount (string) | A string representation of the amount to confirm. The toConfirmMoneyAmount value respects the SAP Convergent Charging |
toReserveMoneyAmount (string) | A string representation of the charged amount to reserve. The toConfirmMoneyAmount value respects the SAP Convergent Charging Money.toString() format. For example: EUR 12.15 , or USD 0.123456 |
transactionSetsToCleanup (list<TransactionSetUDR>) | Depending on the For further information, see 9.6667.4.4 Common SAP CC UDRs. |
transactionSetsToConfirm (list<TransactionSetUDR>) | Depending on the For further information, see 9.6667.4.4 Common SAP CC UDRs. |
transactionSetsToReserve (list<TransactionSetUDR>) | Depending on the ResultType defined on the Request, it will contain the generated transaction set (i.e. the detail generated by the pricing logic). This transaction set corresponds to the amount to reserve. For further information, see 9.6667.4.4 Common SAP CC UDRs. |
transactionCleanedupNotifications (list<NotificationUDR>) | This list offers a shortcut to the generated Notification present in the cleaned-up transactions For further information, see 9.66.4.3 Notification UDRs. |
transactionConfirmedNotifications (list<NotificationUDR>) | This list offers a shortcut to the generated Notification present in the confirmed transactions. For further information, see 9.66.4.3 Notification UDRs. |
transactionReservedNotifications (list<NotificationUDR>) | This list offers a shortcut to the generated Notification present in the reserved transactions. For further information, see 9.66.4.3 Notification UDRs. |
transactionSetId (long) | The transaction set id of the answer |
...
Field | Description |
---|---|
accumulatedMoneyAmount (string) | A string representation of the total amount confirmed since the beginning of the session. The |
allNotifications (list<NotificationUDR>) | The aggregation of the three above notification lists. For further information, see 9.66.4.3 Notification UDRs. |
currency (string) | A string representation of the currency. The currency value respects the SAP Convergent Charging Currency.getAlphaCode() format. For example: EUR , or USD |
limit (string) | The limit |
name (string) | The name |
toCancelMoneyAmount (string) | A string representation of the amount to cancel for this update. The toCancelMoneyAmount value respects the SAP Convergent Charging Money.toString() format. For example: EUR 12.15 , or USD 0.123456 |
toConfirmMoneyAmount (string) | A string representation of the amount to confirm for this update. The toConfirmMoneyAmount value respects the SAP Convergent Charging Money.toString() format. For example: EUR 12.15 , or USD 0.123456 |
toReserveMoneyAmount (string) | A string representation of the charged amount to reserve for this update. The toReserveMoneyAmount value respects the SAP Convergent Charging Money.toString() format. For example: EUR 12.15 , or USD 0.123456 |
transactionSetsToCancel (list<TransactionSetUDR>) | Depending on the ResultType defined in the request, it will contain the generated transaction (i.e. the detail generated by the pricing logic). This transaction set corresponds to the amount to cancel. For further information, see 9.6667.4.4 Common SAP CC UDRs. |
transactionSetsToCleanup (list<TransactionSetUDR>) | Depending on the CleanupResultType defined in the request, it will contain the generated transaction set (i.e. the detail generated by the pricing logic). For further information, see 9.6667.4.4 Common SAP CC UDRs. |
transactionSetsToConfirm (list<TransactionSetUDR>) | Depending on the ResultType defined in the request, it will contain the generated transaction (i.e. the detail generated by the pricing logic). This transaction set corresponds to the amount to confirm. For further information, see 9.6667.4.4 Common SAP CC UDRs. |
transactionSetsToReserve (list<TransactionSetUDR>) | Depending on the ResultType defined in the request, it will contain the generated transaction (i.e. the detail generated by the pricing logic). This transaction set corresponds to the amount to reserve. For further information, see 9.6667.4.4 Common SAP CC UDRs. |
transactionCanceledNotifications (list<NotificationUDR>) | This list offers a shortcut to the generated Notification present in the cancelled transactions. For further information, see 9.66.4.3 Notification UDRs. |
transactionCleanedupNotifications (list<NotificationUDR>) | This list offers a shortcut to the generated Notification present in the cleaned up transactions. For further information, see 9.66.4.3 Notification UDRs. |
transactionConfirmedNotifications (list<NotificationUDR>) | This list offers a shortcut to the generated Notification present in the confirmed transactions. For further information, see 9.66.4.3 Notification UDRs. |
transactionReservedNotifications (list<NotificationUDR>) | This list offers a shortcut to the generated Notification present in the reserved transactions. For further information, see 9.66.4.3 Notification UDRs. |
...
Field | Description |
---|---|
accumulatedMoneyAmount (string) | A string representation of the total amount confirmed since the beginning of the session. The accumulatedMoneyAmount value respects the SAP Convergent Charging Money.toString() format. For example: EUR 12.15 , or USD 0.123456 |
toConfirmMoneyAmount (string) | A string representation of the amount to confirm for this stop. The toConfirmMoneyAmount value respects the SAP Convergent Charging Money.toString() format. For example: EUR 12.15 , or USD 0.123456 |
toCancelMoneyAmount (string) | A string representation of the amount to cancel for this stop. The toCancelMoneyAmount value respects the SAP Convergent Charging Money.toString() format. For example: EUR 12.15 , or USD 0.123456 |
currency (string) | A string representation of the currency. The currency value respects the SAP Convergent Charging Currency.getAlphaCode() format.For example: EUR , or USD |
transactionSetsToCleanup (list<TransactionSetUDR>) | Depending on the For further information, see 9.6667.4.4 Common SAP CC UDRs. |
transactionSetsToConfirm (list<TransactionSetUDR>) | Depending on the ResultType defined on the Request, it will contain the generated transaction (i.e. the detail generated by the pricing logic). This transaction set corresponds to the amount to confirm. For further information, see 9.6667.4.4 Common SAP CC UDRs. |
transactionSetsToCancel (list<TransactionSetUDR>) | Depending on the ResultType defined on the Request, it will contain the generated transaction (i.e. the detail generated by the pricing logic). This transaction set corresponds to the amount to cancel. For further information, see 9.6667.4.4 Common SAP CC UDRs. |
transactionCleanedupNotifications (list<NotificationUDR>) | This list offers a shortcut to the generated Notification present in the cleaned-up transactions ( For further information, see 9.66.4.3 Notification UDRs. |
transactionConfirmedNotifications (list<NotificationUDR>) | This list offers a shortcut to the generated Notification present in the confirmed transactions. For further information, see 9.66.4.3 Notification UDRs. |
transactionCanceledNotifications (list<NotificationUDR>) | This list offers a shortcut to the generated Notification present in the cancelled transactions. For further information, see 9.66.4.3 Notification UDRs. |
allNotifications (list<NotificationUDR>) | The aggregation of the three above notification lists. For further information, see 9.66.4.3 Notification UDRs. |
...
Field | Description |
---|---|
type (string) | The type of unique identifier |
Scroll ignore | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||