java.lang.Object
es.kukenan.smartfi.microservice.communication.service.domain.NotificationResponse

public class NotificationResponse extends Object
This domain data class holds the required information for a single notification response.
  • Field Details

    • externalId

      private String externalId
      Notification identifier assigned by the provider used to send it.
    • cost

      private Float cost
      Notification delivery cost.
    • currency

      private String currency
      Notification delivery cost currency.
    • msgCount

      private Integer msgCount
      Notification message count, if it was split in order to be delivered (for example, in SMS with more than 160 characters).
    • status

      private NotificationStatus status
      Notification current status.
    • errors

      private List<NotificationError> errors
      An optional list of errors during delivery returned by the provider.
  • Constructor Details

    • NotificationResponse

      public NotificationResponse()