Uses of Class
com.adyen.model.transferwebhooks.TransferNotificationData.ReasonEnum
-
Packages that use TransferNotificationData.ReasonEnum Package Description com.adyen.model.transferwebhooks -
-
Uses of TransferNotificationData.ReasonEnum in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return TransferNotificationData.ReasonEnum Modifier and Type Method Description static TransferNotificationData.ReasonEnumTransferNotificationData.ReasonEnum. fromValue(String value)TransferNotificationData.ReasonEnumTransferNotificationData. getReason()Additional information about the status of the transfer.TransferNotificationData.ReasonEnumTransferNotificationData.ReasonEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static TransferNotificationData.ReasonEnumTransferNotificationData.ReasonEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TransferNotificationData.ReasonEnum[]TransferNotificationData.ReasonEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.transferwebhooks with parameters of type TransferNotificationData.ReasonEnum Modifier and Type Method Description TransferNotificationDataTransferNotificationData. reason(TransferNotificationData.ReasonEnum reason)voidTransferNotificationData. setReason(TransferNotificationData.ReasonEnum reason)voidTransferNotificationData.ReasonEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, TransferNotificationData.ReasonEnum enumeration)
-