Uses of Class
com.adyen.model.legalentitymanagement.CalculateTermsOfServiceStatusResponse
-
Packages that use CalculateTermsOfServiceStatusResponse Package Description com.adyen.model.legalentitymanagement com.adyen.service.legalentitymanagement -
-
Uses of CalculateTermsOfServiceStatusResponse in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return CalculateTermsOfServiceStatusResponse Modifier and Type Method Description CalculateTermsOfServiceStatusResponseCalculateTermsOfServiceStatusResponse. addTermsOfServiceTypesItem(CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum termsOfServiceTypesItem)static CalculateTermsOfServiceStatusResponseCalculateTermsOfServiceStatusResponse. fromJson(String jsonString)Create an instance of CalculateTermsOfServiceStatusResponse given an JSON stringCalculateTermsOfServiceStatusResponseCalculateTermsOfServiceStatusResponse. termsOfServiceTypes(List<CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum> termsOfServiceTypes)The type of Terms of Service that the legal entity needs to accept. -
Uses of CalculateTermsOfServiceStatusResponse in com.adyen.service.legalentitymanagement
Methods in com.adyen.service.legalentitymanagement that return CalculateTermsOfServiceStatusResponse Modifier and Type Method Description CalculateTermsOfServiceStatusResponseTermsOfServiceApi. getTermsOfServiceStatus(String id)Get Terms of Service statusCalculateTermsOfServiceStatusResponseTermsOfServiceApi. getTermsOfServiceStatus(String id, RequestOptions requestOptions)Get Terms of Service status
-