15 lines
406 B
Java
15 lines
406 B
Java
|
package com.scb.phone.data.network.service;
|
||
|
|
||
|
import com.scb.phone.data.entity.transfer.SingleDataEntity;
|
||
|
import o.AbstractC13163fSk;
|
||
|
import o.Wun;
|
||
|
import o.gBy;
|
||
|
import retrofit2.http.Body;
|
||
|
import retrofit2.http.POST;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public interface InvestmentService {
|
||
|
@POST("v1/investments/summary")
|
||
|
AbstractC13163fSk<SingleDataEntity<gBy>> getInvestmentSummary(@Body Wun wun);
|
||
|
}
|