Uses of Class
com.adyen.model.legalentitymanagement.GetAcceptedTermsOfServiceDocumentResponse
-
Packages that use GetAcceptedTermsOfServiceDocumentResponse Package Description com.adyen.model.legalentitymanagement com.adyen.service.legalentitymanagement -
-
Uses of GetAcceptedTermsOfServiceDocumentResponse in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return GetAcceptedTermsOfServiceDocumentResponse Modifier and Type Method Description GetAcceptedTermsOfServiceDocumentResponseGetAcceptedTermsOfServiceDocumentResponse. document(byte[] document)The accepted Terms of Service document in the requested format represented as a Base64-encoded bytes array.static GetAcceptedTermsOfServiceDocumentResponseGetAcceptedTermsOfServiceDocumentResponse. fromJson(String jsonString)Create an instance of GetAcceptedTermsOfServiceDocumentResponse given an JSON stringGetAcceptedTermsOfServiceDocumentResponseGetAcceptedTermsOfServiceDocumentResponse. id(String id)The unique identifier of the legal entity.GetAcceptedTermsOfServiceDocumentResponseGetAcceptedTermsOfServiceDocumentResponse. termsOfServiceAcceptanceReference(String termsOfServiceAcceptanceReference)An Adyen-generated reference for the accepted Terms of Service.GetAcceptedTermsOfServiceDocumentResponseGetAcceptedTermsOfServiceDocumentResponse. termsOfServiceDocumentFormat(GetAcceptedTermsOfServiceDocumentResponse.TermsOfServiceDocumentFormatEnum termsOfServiceDocumentFormat)The format of the Terms of Service document. -
Uses of GetAcceptedTermsOfServiceDocumentResponse in com.adyen.service.legalentitymanagement
Methods in com.adyen.service.legalentitymanagement that return GetAcceptedTermsOfServiceDocumentResponse Modifier and Type Method Description GetAcceptedTermsOfServiceDocumentResponseTermsOfServiceApi. getAcceptedTermsOfServiceDocument(String id, String termsofserviceacceptancereference)Get accepted Terms of Service documentGetAcceptedTermsOfServiceDocumentResponseTermsOfServiceApi. getAcceptedTermsOfServiceDocument(String id, String termsofserviceacceptancereference, String termsOfServiceDocumentFormat, RequestOptions requestOptions)Get accepted Terms of Service document
-