Uses of Class
com.adyen.model.legalentitymanagement.AcceptTermsOfServiceResponse.TypeEnum
-
Packages that use AcceptTermsOfServiceResponse.TypeEnum Package Description com.adyen.model.legalentitymanagement -
-
Uses of AcceptTermsOfServiceResponse.TypeEnum in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return AcceptTermsOfServiceResponse.TypeEnum Modifier and Type Method Description static AcceptTermsOfServiceResponse.TypeEnumAcceptTermsOfServiceResponse.TypeEnum. fromValue(String value)AcceptTermsOfServiceResponse.TypeEnumAcceptTermsOfServiceResponse. getType()The type of Terms of Service.static AcceptTermsOfServiceResponse.TypeEnumAcceptTermsOfServiceResponse.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AcceptTermsOfServiceResponse.TypeEnum[]AcceptTermsOfServiceResponse.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 AcceptTermsOfServiceResponse.TypeEnum Modifier and Type Method Description voidAcceptTermsOfServiceResponse. setType(AcceptTermsOfServiceResponse.TypeEnum type)The type of Terms of Service.AcceptTermsOfServiceResponseAcceptTermsOfServiceResponse. type(AcceptTermsOfServiceResponse.TypeEnum type)
-