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