what-the-bank/sources/com/scb/phone/data/network/service/TermsConditionsService.java

86 lines
3.8 KiB
Java

package com.scb.phone.data.network.service;
import o.AbstractC13163fSk;
import o.AbstractC13175fSw;
import o.C17308vgM;
import o.C17364wEa;
import o.Jan;
import o.aMC;
import retrofit2.http.GET;
/* loaded from: classes.dex */
public interface TermsConditionsService {
@GET("/v1/staticcontents/consents/addaccount/latest/version")
@Deprecated(since = "AUG 2023, move to use api /config/termsandconditions")
AbstractC13175fSw<C17364wEa> getAccountDataSharingVersion();
@GET("/v1/staticcontents/consents/addaccount/latest")
AbstractC13163fSk<C17308vgM> getAddAccountConsents();
@GET("/v1/staticcontents/termsandconditions/bankingagent/latest")
AbstractC13163fSk<C17308vgM> getBankingAgentTC();
@GET("/v1/staticcontents/termsandconditions/cardlessatm/latest")
AbstractC13163fSk<C17308vgM> getCardlessTermsAndCondition();
@GET("/v1/staticcontents/termsandconditions/creditcards/creditcardpayment/creditcard/latest/html")
AbstractC13163fSk<C17308vgM> getCcSofCreditCardTermsAndConditions();
@GET("/v1/staticcontents/termsandconditions/creditcards/creditcardpayment/speedycashcard/latest/html")
AbstractC13163fSk<C17308vgM> getCcSofSpeedyCardTermsAndConditions();
@GET("/v1/staticcontents/termsandconditions/creditcards/estatement/lates")
AbstractC13163fSk<C17308vgM> getCreditCardChangeChannelStatementTermsAndConditions();
@GET("/v1/staticcontents/termsandconditions/creditcards/rewardredemption/latest")
AbstractC13163fSk<C17308vgM> getCreditCardRewardsTermsAndConditions();
@GET("/v1/staticcontents/termsandconditions/debitcards/request/latest")
AbstractC13163fSk<C17308vgM> getDebitCardTermsAndConditions();
@GET("/v1/staticcontents/consents/dopa/latest/version")
@Deprecated(since = "AUG 2023, move to use api /config/termsandconditions")
AbstractC13175fSw<Jan> getDopaConsentVersion();
@GET("/v1/staticcontents/termsandconditions/investment/mutualfund/latest/version")
AbstractC13175fSw<C17364wEa> getInvestmentMutualFundVersion();
@GET("/v1/staticcontents/termsandconditions/investment/omnibus/latest/version")
AbstractC13175fSw<C17364wEa> getInvestmentOmnibusVersion();
@GET("/v1/staticcontents/termsandconditions/investment/scbs/latest/version")
AbstractC13175fSw<C17364wEa> getInvestmentSCBSVersion();
@GET("/v1/staticcontents/termsandconditions/investment/singleform/latest/version")
AbstractC13175fSw<C17364wEa> getInvestmentSingleFormVersion();
@GET("/v1/staticcontents/termsandconditions/merchantapp/latest")
AbstractC13163fSk<C17308vgM> getMerchantAppTermsAndConditions();
@GET("/v1/staticcontents/termsandconditions/merchantapp/latest")
AbstractC13163fSk<aMC> getMerchantTermsAndConditions();
@GET("/v1/staticcontents/termsandconditions/mutualfund/latest")
AbstractC13163fSk<C17308vgM> getMutualFundTermsAndConditions();
@GET("/v1/staticcontents/termsandconditions/mutualfund/datasharing/latest/version")
@Deprecated(since = "AUG 2023, move to use api /config/termsandconditions")
AbstractC13175fSw<C17364wEa> getMutualFundsDataSharingVersion();
@GET("/v1/staticcontents/termsandconditions/easyapp/cardx/latest/version")
AbstractC13175fSw<C17364wEa> getScbCardXConsentVersion();
@GET("/v1/staticcontents/termsandconditions/securities/datasharing/latest/version")
@Deprecated(since = "AUG 2023, move to use api /config/termsandconditions")
AbstractC13175fSw<C17364wEa> getScbsDataSharingVersion();
@GET("/v1/staticcontents/consents/securities/latest")
AbstractC13163fSk<C17308vgM> getSecuritiesConsents();
@GET("/v1/staticcontents/termsandconditions/securities/latest")
AbstractC13163fSk<C17308vgM> getSecuritiesTermsAndConditions();
@GET("/v1/staticcontents/termsandconditions/travelcards/request/latest")
AbstractC13163fSk<C17308vgM> getTravelCardTermsAndConditions();
}