Package de.aeb.xnsg.billing.bf
Class BReverseServiceItemResultDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseItemDTO
de.aeb.xnsg.billing.bf.BReverseServiceItemResultDTO
public class BReverseServiceItemResultDTO
extends de.aeb.xnsg.foundation.bf.AbstractResponseItemDTO
Result for one item.
Messages for this particular item, e.g. for errors or warnings.
The following messageIdentCodes are used:
"ITEM_RETRANSMISSION_ERROR": Retransmission of one of the items was detected.
"INVALID_DATA_ERROR": One of the ident codes send was not recognized by the engine, e.g. an service type was used which was not customized.
"PRICING_ERROR": An error occured during pricing because of customizing problems. E.g. no price schema was found for an item.
"PRICING_TRACE": Detailed information about the pricing process (this is no error).
The following messageIdentCodes are used:
"ITEM_RETRANSMISSION_ERROR": Retransmission of one of the items was detected.
"INVALID_DATA_ERROR": One of the ident codes send was not recognized by the engine, e.g. an service type was used which was not customized.
"PRICING_ERROR": An error occured during pricing because of customizing problems. E.g. no price schema was found for an item.
"PRICING_TRACE": Detailed information about the pricing process (this is no error).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Possible messageIdentCode: "ITEM_NOT_FOUND_ERROR": No item found .ID of the item.static final String
Possible messageIdentCode: "REVERSAL_NOT_POSSIBLE_ERROR": Cancellation or offset not possible for one of the items was detected.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractResponseItemDTO
EMPTY_MANDATORY_FIELD, hasErrors, hasWarnings, INVALID_DATA_ERROR, LOCK_WARNING, messages
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ITEM_NOT_FOUND_ERROR
Possible messageIdentCode: "ITEM_NOT_FOUND_ERROR": No item found .- See Also:
-
REVERSAL_NOT_POSSIBLE_ERROR
Possible messageIdentCode: "REVERSAL_NOT_POSSIBLE_ERROR": Cancellation or offset not possible for one of the items was detected.- See Also:
-
itemId
ID of the item.
length=250
-
-
Constructor Details
-
BReverseServiceItemResultDTO
public BReverseServiceItemResultDTO()
-