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