package com.scb.phone.data.network.service; import com.scb.phone.data.entity.transfer.SingleDataEntity; import o.AbstractC13163fSk; import o.C3606bBK; import o.rLP; import o.ypB; import retrofit2.http.Body; import retrofit2.http.GET; import retrofit2.http.PUT; import retrofit2.http.Query; /* loaded from: classes.dex */ public interface NotificationsService { @GET("v2/notifications/preferences") AbstractC13163fSk> getNotificationPreferences(); @GET("v1/notifications/unread-count") AbstractC13163fSk> getNotificationUnreadCount(); @GET("v1/notifications") AbstractC13163fSk> getNotifications(); @GET("v1/notifications") AbstractC13163fSk> getNotifications(@Query("lastMessageId") String str); @PUT("v1/notifications/preferences") AbstractC13163fSk> updateNotificationPreferences(@Body ypB ypb); }