Uses of Class
com.adyen.model.legalentitymanagement.GetTermsOfServiceAcceptanceInfosResponse
-
Packages that use GetTermsOfServiceAcceptanceInfosResponse Package Description com.adyen.model.legalentitymanagement com.adyen.service.legalentitymanagement -
-
Uses of GetTermsOfServiceAcceptanceInfosResponse in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return GetTermsOfServiceAcceptanceInfosResponse Modifier and Type Method Description GetTermsOfServiceAcceptanceInfosResponseGetTermsOfServiceAcceptanceInfosResponse. addDataItem(TermsOfServiceAcceptanceInfo dataItem)GetTermsOfServiceAcceptanceInfosResponseGetTermsOfServiceAcceptanceInfosResponse. data(List<TermsOfServiceAcceptanceInfo> data)The Terms of Service acceptance information.static GetTermsOfServiceAcceptanceInfosResponseGetTermsOfServiceAcceptanceInfosResponse. fromJson(String jsonString)Create an instance of GetTermsOfServiceAcceptanceInfosResponse given an JSON string -
Uses of GetTermsOfServiceAcceptanceInfosResponse in com.adyen.service.legalentitymanagement
Methods in com.adyen.service.legalentitymanagement that return GetTermsOfServiceAcceptanceInfosResponse Modifier and Type Method Description GetTermsOfServiceAcceptanceInfosResponseTermsOfServiceApi. getTermsOfServiceInformationForLegalEntity(String id)Get Terms of Service information for a legal entityGetTermsOfServiceAcceptanceInfosResponseTermsOfServiceApi. getTermsOfServiceInformationForLegalEntity(String id, RequestOptions requestOptions)Get Terms of Service information for a legal entity
-