29 lines
872 B
Java
29 lines
872 B
Java
package com.scb.phone.data.network.service;
|
|
|
|
import com.scb.phone.data.entity.transfer.SingleDataEntity;
|
|
import o.AbstractC13163fSk;
|
|
import o.C10798eP;
|
|
import o.C14366frp;
|
|
import o.C16562pOe;
|
|
import o.C5192boR;
|
|
import o.SIY;
|
|
import retrofit2.http.Body;
|
|
import retrofit2.http.GET;
|
|
import retrofit2.http.HTTP;
|
|
import retrofit2.http.Query;
|
|
|
|
/* loaded from: classes.dex */
|
|
public interface ScheduleService {
|
|
@HTTP(hasBody = true, method = "DELETE", path = "v1/schedules")
|
|
AbstractC13163fSk<C16562pOe> deleteScheduleTransaction(@Body C10798eP c10798eP);
|
|
|
|
@GET("/v1/schedules/details")
|
|
AbstractC13163fSk<SingleDataEntity<SIY>> getScheduleList(@Query("effectiveDate") String str);
|
|
|
|
@GET("v1/schedules")
|
|
AbstractC13163fSk<SingleDataEntity<C14366frp>> getSchedules();
|
|
|
|
@GET("v1/schedules/config")
|
|
AbstractC13163fSk<C5192boR> getSchedulesConfig();
|
|
}
|