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).
  • Field Details

    • ITEM_NOT_FOUND_ERROR

      public static final String ITEM_NOT_FOUND_ERROR
      Possible messageIdentCode: "ITEM_NOT_FOUND_ERROR": No item found .
      See Also:
    • REVERSAL_NOT_POSSIBLE_ERROR

      public static final String 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

      public String itemId

      ID of the item.

      length=250

  • Constructor Details

    • BReverseServiceItemResultDTO

      public BReverseServiceItemResultDTO()