Uses of Class
com.adyen.model.legalentitymanagement.TermsOfServiceAcceptanceInfo
-
Packages that use TermsOfServiceAcceptanceInfo Package Description com.adyen.model.legalentitymanagement -
-
Uses of TermsOfServiceAcceptanceInfo in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return TermsOfServiceAcceptanceInfo Modifier and Type Method Description TermsOfServiceAcceptanceInfoTermsOfServiceAcceptanceInfo. acceptedBy(String acceptedBy)TermsOfServiceAcceptanceInfoTermsOfServiceAcceptanceInfo. acceptedFor(String acceptedFor)TermsOfServiceAcceptanceInfoTermsOfServiceAcceptanceInfo. createdAt(OffsetDateTime createdAt)static TermsOfServiceAcceptanceInfoTermsOfServiceAcceptanceInfo. fromJson(String jsonString)Create an instance of TermsOfServiceAcceptanceInfo given an JSON stringTermsOfServiceAcceptanceInfoTermsOfServiceAcceptanceInfo. id(String id)TermsOfServiceAcceptanceInfoTermsOfServiceAcceptanceInfo. type(TermsOfServiceAcceptanceInfo.TypeEnum type)Methods in com.adyen.model.legalentitymanagement that return types with arguments of type TermsOfServiceAcceptanceInfo Modifier and Type Method Description List<TermsOfServiceAcceptanceInfo>GetTermsOfServiceAcceptanceInfosResponse. getData()The Terms of Service acceptance information.Methods in com.adyen.model.legalentitymanagement with parameters of type TermsOfServiceAcceptanceInfo Modifier and Type Method Description GetTermsOfServiceAcceptanceInfosResponseGetTermsOfServiceAcceptanceInfosResponse. addDataItem(TermsOfServiceAcceptanceInfo dataItem)Method parameters in com.adyen.model.legalentitymanagement with type arguments of type TermsOfServiceAcceptanceInfo Modifier and Type Method Description GetTermsOfServiceAcceptanceInfosResponseGetTermsOfServiceAcceptanceInfosResponse. data(List<TermsOfServiceAcceptanceInfo> data)voidGetTermsOfServiceAcceptanceInfosResponse. setData(List<TermsOfServiceAcceptanceInfo> data)The Terms of Service acceptance information.
-