Uses of Class
com.adyen.model.capital.FinancingType
-
Packages that use FinancingType Package Description com.adyen.model.capital com.adyen.service.capital -
-
Uses of FinancingType in com.adyen.model.capital
Methods in com.adyen.model.capital that return FinancingType Modifier and Type Method Description static FinancingTypeFinancingType. fromValue(String value)FinancingTypeDynamicOffer. getFinancingType()Get financingTypestatic FinancingTypeFinancingType. valueOf(String name)Returns the enum constant of this type with the specified name.static FinancingType[]FinancingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.capital with parameters of type FinancingType Modifier and Type Method Description DynamicOfferDynamicOffer. financingType(FinancingType financingType)financingTypevoidDynamicOffer. setFinancingType(FinancingType financingType)financingType -
Uses of FinancingType in com.adyen.service.capital
Methods in com.adyen.service.capital with parameters of type FinancingType Modifier and Type Method Description GetDynamicOffersResponseDynamicOffersApi. getAllDynamicOffers(String accountHolderId, FinancingType financingType, RequestOptions requestOptions)Get all available dynamic offers
-