Uses of Class
com.adyen.model.legalentitymanagement.GetTermsOfServiceDocumentRequest.TypeEnum
-
Packages that use GetTermsOfServiceDocumentRequest.TypeEnum Package Description com.adyen.model.legalentitymanagement -
-
Uses of GetTermsOfServiceDocumentRequest.TypeEnum in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return GetTermsOfServiceDocumentRequest.TypeEnum Modifier and Type Method Description static GetTermsOfServiceDocumentRequest.TypeEnumGetTermsOfServiceDocumentRequest.TypeEnum. fromValue(String value)GetTermsOfServiceDocumentRequest.TypeEnumGetTermsOfServiceDocumentRequest. getType()The type of Terms of Service.static GetTermsOfServiceDocumentRequest.TypeEnumGetTermsOfServiceDocumentRequest.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static GetTermsOfServiceDocumentRequest.TypeEnum[]GetTermsOfServiceDocumentRequest.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.legalentitymanagement with parameters of type GetTermsOfServiceDocumentRequest.TypeEnum Modifier and Type Method Description voidGetTermsOfServiceDocumentRequest. setType(GetTermsOfServiceDocumentRequest.TypeEnum type)The type of Terms of Service.GetTermsOfServiceDocumentRequestGetTermsOfServiceDocumentRequest. type(GetTermsOfServiceDocumentRequest.TypeEnum type)The type of Terms of Service.
-