app/responses/CheckNotificationResponse.scala (
2
lines of code) (
raw
):
package responses case class CheckNotificationResponse(status:String, updatesRequired:Boolean, didUpdate:Boolean)