Uses of Class
com.adyen.model.legalentitymanagement.CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum
-
Packages that use CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum Package Description com.adyen.model.legalentitymanagement -
-
Uses of CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum Modifier and Type Method Description static CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnumCalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum. fromValue(String value)static CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnumCalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum[]CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.legalentitymanagement that return types with arguments of type CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum Modifier and Type Method Description List<CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum>CalculateTermsOfServiceStatusResponse. getTermsOfServiceTypes()The type of Terms of Service that the legal entity needs to accept.Methods in com.adyen.model.legalentitymanagement with parameters of type CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum Modifier and Type Method Description CalculateTermsOfServiceStatusResponseCalculateTermsOfServiceStatusResponse. addTermsOfServiceTypesItem(CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum termsOfServiceTypesItem)Method parameters in com.adyen.model.legalentitymanagement with type arguments of type CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum Modifier and Type Method Description voidCalculateTermsOfServiceStatusResponse. setTermsOfServiceTypes(List<CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum> termsOfServiceTypes)The type of Terms of Service that the legal entity needs to accept.CalculateTermsOfServiceStatusResponseCalculateTermsOfServiceStatusResponse. termsOfServiceTypes(List<CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum> termsOfServiceTypes)
-