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