Uses of Class
com.adyen.model.capital.DynamicOffer.ContractTypeEnum
-
Packages that use DynamicOffer.ContractTypeEnum Package Description com.adyen.model.capital -
-
Uses of DynamicOffer.ContractTypeEnum in com.adyen.model.capital
Methods in com.adyen.model.capital that return DynamicOffer.ContractTypeEnum Modifier and Type Method Description static DynamicOffer.ContractTypeEnumDynamicOffer.ContractTypeEnum. fromValue(String value)DynamicOffer.ContractTypeEnumDynamicOffer. getContractType()The contract type of the offer.static DynamicOffer.ContractTypeEnumDynamicOffer.ContractTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DynamicOffer.ContractTypeEnum[]DynamicOffer.ContractTypeEnum. 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 DynamicOffer.ContractTypeEnum Modifier and Type Method Description DynamicOfferDynamicOffer. contractType(DynamicOffer.ContractTypeEnum contractType)The contract type of the offer.voidDynamicOffer. setContractType(DynamicOffer.ContractTypeEnum contractType)The contract type of the offer.
-