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)The unique identifier of the user that accepted the Terms of Service.TermsOfServiceAcceptanceInfoTermsOfServiceAcceptanceInfo. acceptedFor(String acceptedFor)The unique identifier of the legal entity for which the Terms of Service are accepted.TermsOfServiceAcceptanceInfoTermsOfServiceAcceptanceInfo. createdAt(OffsetDateTime createdAt)The date when the Terms of Service were accepted.static TermsOfServiceAcceptanceInfoTermsOfServiceAcceptanceInfo. fromJson(String jsonString)Create an instance of TermsOfServiceAcceptanceInfo given an JSON stringTermsOfServiceAcceptanceInfoTermsOfServiceAcceptanceInfo. id(String id)An Adyen-generated reference for the accepted Terms of Service.TermsOfServiceAcceptanceInfoTermsOfServiceAcceptanceInfo. type(TermsOfServiceAcceptanceInfo.TypeEnum type)The type of Terms of Service.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)The Terms of Service acceptance information.voidGetTermsOfServiceAcceptanceInfosResponse. setData(List<TermsOfServiceAcceptanceInfo> data)The Terms of Service acceptance information.
-